Package emu.grasscutter.net.proto
Interface ChangeGameTimeRspOuterClass.ChangeGameTimeRspOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
ChangeGameTimeRspOuterClass.ChangeGameTimeRsp,ChangeGameTimeRspOuterClass.ChangeGameTimeRsp.Builder
- Enclosing class:
- ChangeGameTimeRspOuterClass
public static interface ChangeGameTimeRspOuterClass.ChangeGameTimeRspOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionintuint32 cur_game_time = 13;intuint32 extra_days = 14;intint32 retcode = 7;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
-
getCurGameTime
int getCurGameTime()uint32 cur_game_time = 13;- Returns:
- The curGameTime.
-
getExtraDays
int getExtraDays()uint32 extra_days = 14;- Returns:
- The extraDays.
-
getRetcode
int getRetcode()int32 retcode = 7;- Returns:
- The retcode.
-