Package emu.grasscutter.net.proto
Interface RegionalPlayInfoNotifyOuterClass.RegionalPlayInfoNotifyOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
RegionalPlayInfoNotifyOuterClass.RegionalPlayInfoNotify,RegionalPlayInfoNotifyOuterClass.RegionalPlayInfoNotify.Builder
- Enclosing class:
- RegionalPlayInfoNotifyOuterClass
public static interface RegionalPlayInfoNotifyOuterClass.RegionalPlayInfoNotifyOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionbooleanbool is_enabled = 1;booleanbool is_in_region = 14;string play_name = 5;com.google.protobuf.ByteStringstring play_name = 5;intuint32 play_type = 3;getVarList(int index) repeated .RegionalPlayVar var_list = 13;intrepeated .RegionalPlayVar var_list = 13;repeated .RegionalPlayVar var_list = 13;getVarListOrBuilder(int index) repeated .RegionalPlayVar var_list = 13;repeated .RegionalPlayVar var_list = 13;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
-
getPlayType
int getPlayType()uint32 play_type = 3;- Returns:
- The playType.
-
getVarListList
List<RegionalPlayVarOuterClass.RegionalPlayVar> getVarListList()repeated .RegionalPlayVar var_list = 13; -
getVarList
repeated .RegionalPlayVar var_list = 13; -
getVarListCount
int getVarListCount()repeated .RegionalPlayVar var_list = 13; -
getVarListOrBuilderList
List<? extends RegionalPlayVarOuterClass.RegionalPlayVarOrBuilder> getVarListOrBuilderList()repeated .RegionalPlayVar var_list = 13; -
getVarListOrBuilder
repeated .RegionalPlayVar var_list = 13; -
getPlayName
String getPlayName()string play_name = 5;- Returns:
- The playName.
-
getPlayNameBytes
com.google.protobuf.ByteString getPlayNameBytes()string play_name = 5;- Returns:
- The bytes for playName.
-
getIsEnabled
boolean getIsEnabled()bool is_enabled = 1;- Returns:
- The isEnabled.
-
getIsInRegion
boolean getIsInRegion()bool is_in_region = 14;- Returns:
- The isInRegion.
-