Package emu.grasscutter.net.proto
Interface GadgetPlayStartNotifyOuterClass.GadgetPlayStartNotifyOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
GadgetPlayStartNotifyOuterClass.GadgetPlayStartNotify,GadgetPlayStartNotifyOuterClass.GadgetPlayStartNotify.Builder
- Enclosing class:
- GadgetPlayStartNotifyOuterClass
public static interface GadgetPlayStartNotifyOuterClass.GadgetPlayStartNotifyOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionintuint32 entity_id = 10;intuint32 play_type = 13;intuint32 start_time = 12;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
-
getStartTime
int getStartTime()uint32 start_time = 12;- Returns:
- The startTime.
-
getPlayType
int getPlayType()uint32 play_type = 13;- Returns:
- The playType.
-
getEntityId
int getEntityId()uint32 entity_id = 10;- Returns:
- The entityId.
-