Package emu.grasscutter.net.proto
Interface GadgetPlayDataNotifyOuterClass.GadgetPlayDataNotifyOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
GadgetPlayDataNotifyOuterClass.GadgetPlayDataNotify,GadgetPlayDataNotifyOuterClass.GadgetPlayDataNotify.Builder
- Enclosing class:
- GadgetPlayDataNotifyOuterClass
public static interface GadgetPlayDataNotifyOuterClass.GadgetPlayDataNotifyOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionintuint32 entity_id = 13;intuint32 play_type = 11;intuint32 progress = 6;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
-
getEntityId
int getEntityId()uint32 entity_id = 13;- Returns:
- The entityId.
-
getProgress
int getProgress()uint32 progress = 6;- Returns:
- The progress.
-
getPlayType
int getPlayType()uint32 play_type = 11;- Returns:
- The playType.
-