Package emu.grasscutter.net.proto
Interface GCGMsgOpTimerOuterClass.GCGMsgOpTimerOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
GCGMsgOpTimerOuterClass.GCGMsgOpTimer,GCGMsgOpTimerOuterClass.GCGMsgOpTimer.Builder
- Enclosing class:
- GCGMsgOpTimerOuterClass
public static interface GCGMsgOpTimerOuterClass.GCGMsgOpTimerOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionlongfixed64 begin_time = 6;intuint32 controller_id = 14;getPhase().GCGPhaseType phase = 13;int.GCGPhaseType phase = 13;longfixed64 time_stamp = 15;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
-
getPhaseValue
int getPhaseValue().GCGPhaseType phase = 13;- Returns:
- The enum numeric value on the wire for phase.
-
getPhase
GCGPhaseTypeOuterClass.GCGPhaseType getPhase().GCGPhaseType phase = 13;- Returns:
- The phase.
-
getControllerId
int getControllerId()uint32 controller_id = 14;- Returns:
- The controllerId.
-
getTimeStamp
long getTimeStamp()fixed64 time_stamp = 15;- Returns:
- The timeStamp.
-
getBeginTime
long getBeginTime()fixed64 begin_time = 6;- Returns:
- The beginTime.
-