Interface SkipPlayerGameTimeReqOuterClass.SkipPlayerGameTimeReqOrBuilder

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

public static interface SkipPlayerGameTimeReqOuterClass.SkipPlayerGameTimeReqOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    int
    uint32 client_game_time = 7;
    int
    uint32 game_time = 14;
    boolean
    bool is_force_set = 11;

    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

    • getGameTime

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

      int getClientGameTime()
      uint32 client_game_time = 7;
      Returns:
      The clientGameTime.
    • getIsForceSet

      boolean getIsForceSet()
      bool is_force_set = 11;
      Returns:
      The isForceSet.