Interface PlayerGameTimeNotifyOuterClass.PlayerGameTimeNotifyOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
PlayerGameTimeNotifyOuterClass.PlayerGameTimeNotify, PlayerGameTimeNotifyOuterClass.PlayerGameTimeNotify.Builder
Enclosing class:
PlayerGameTimeNotifyOuterClass

public static interface PlayerGameTimeNotifyOuterClass.PlayerGameTimeNotifyOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    int
    uint32 game_time = 14;
    boolean
    bool is_home = 10;
    int
    uint32 uid = 12;

    Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

    isInitialized

    Methods inherited from interface com.google.protobuf.MessageOrBuilder

    findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
  • Method Details

    • getIsHome

      boolean getIsHome()
      bool is_home = 10;
      Returns:
      The isHome.
    • getGameTime

      int getGameTime()
      uint32 game_time = 14;
      Returns:
      The gameTime.
    • getUid

      int getUid()
      uint32 uid = 12;
      Returns:
      The uid.