Package emu.grasscutter.net.proto
Interface GadgetPlayStopNotifyOuterClass.GadgetPlayStopNotifyOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
GadgetPlayStopNotifyOuterClass.GadgetPlayStopNotify,GadgetPlayStopNotifyOuterClass.GadgetPlayStopNotify.Builder
- Enclosing class:
- GadgetPlayStopNotifyOuterClass
public static interface GadgetPlayStopNotifyOuterClass.GadgetPlayStopNotifyOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionintuint32 cost_time = 14;intuint32 entity_id = 15;booleangetIsWin()bool is_win = 8;intuint32 play_type = 3;intgetScore()uint32 score = 5;getUidInfoList(int index) repeated .GadgetPlayUidInfo uid_info_list = 1;intrepeated .GadgetPlayUidInfo uid_info_list = 1;repeated .GadgetPlayUidInfo uid_info_list = 1;getUidInfoListOrBuilder(int index) repeated .GadgetPlayUidInfo uid_info_list = 1;repeated .GadgetPlayUidInfo uid_info_list = 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
-
getUidInfoListList
List<GadgetPlayUidInfoOuterClass.GadgetPlayUidInfo> getUidInfoListList()repeated .GadgetPlayUidInfo uid_info_list = 1; -
getUidInfoList
repeated .GadgetPlayUidInfo uid_info_list = 1; -
getUidInfoListCount
int getUidInfoListCount()repeated .GadgetPlayUidInfo uid_info_list = 1; -
getUidInfoListOrBuilderList
List<? extends GadgetPlayUidInfoOuterClass.GadgetPlayUidInfoOrBuilder> getUidInfoListOrBuilderList()repeated .GadgetPlayUidInfo uid_info_list = 1; -
getUidInfoListOrBuilder
repeated .GadgetPlayUidInfo uid_info_list = 1; -
getPlayType
int getPlayType()uint32 play_type = 3;- Returns:
- The playType.
-
getIsWin
boolean getIsWin()bool is_win = 8;- Returns:
- The isWin.
-
getEntityId
int getEntityId()uint32 entity_id = 15;- Returns:
- The entityId.
-
getScore
int getScore()uint32 score = 5;- Returns:
- The score.
-
getCostTime
int getCostTime()uint32 cost_time = 14;- Returns:
- The costTime.
-