Package emu.grasscutter.net.proto
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 TypeMethodDescriptionintuint32 client_game_time = 7;intuint32 game_time = 14;booleanbool is_force_set = 11;Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitializedMethods 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.
-