Package emu.grasscutter.net.proto
Interface MultistagePlayStageEndNotifyOuterClass.MultistagePlayStageEndNotifyOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
MultistagePlayStageEndNotifyOuterClass.MultistagePlayStageEndNotify,MultistagePlayStageEndNotifyOuterClass.MultistagePlayStageEndNotify.Builder
- Enclosing class:
- MultistagePlayStageEndNotifyOuterClass
public static interface MultistagePlayStageEndNotifyOuterClass.MultistagePlayStageEndNotifyOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionintuint32 group_id = 3;intuint32 play_index = 1;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
-
getGroupId
int getGroupId()uint32 group_id = 3;- Returns:
- The groupId.
-
getPlayIndex
int getPlayIndex()uint32 play_index = 1;- Returns:
- The playIndex.
-