Package emu.grasscutter.net.proto
Interface ElectroherculesBattleStageInfoOuterClass.ElectroherculesBattleStageInfoOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
ElectroherculesBattleStageInfoOuterClass.ElectroherculesBattleStageInfo,ElectroherculesBattleStageInfoOuterClass.ElectroherculesBattleStageInfo.Builder
- Enclosing class:
- ElectroherculesBattleStageInfoOuterClass
public static interface ElectroherculesBattleStageInfoOuterClass.ElectroherculesBattleStageInfoOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionbooleanbool is_stage_open = 11;getLevelInfoList(int index) repeated .ElectroherculesBattleLevelInfo level_info_list = 6;intrepeated .ElectroherculesBattleLevelInfo level_info_list = 6;repeated .ElectroherculesBattleLevelInfo level_info_list = 6;getLevelInfoListOrBuilder(int index) repeated .ElectroherculesBattleLevelInfo level_info_list = 6;repeated .ElectroherculesBattleLevelInfo level_info_list = 6;intuint32 stage_id = 15;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
-
getIsStageOpen
boolean getIsStageOpen()bool is_stage_open = 11;- Returns:
- The isStageOpen.
-
getStageId
int getStageId()uint32 stage_id = 15;- Returns:
- The stageId.
-
getLevelInfoListList
List<ElectroherculesBattleLevelInfoOuterClass.ElectroherculesBattleLevelInfo> getLevelInfoListList()repeated .ElectroherculesBattleLevelInfo level_info_list = 6; -
getLevelInfoList
repeated .ElectroherculesBattleLevelInfo level_info_list = 6; -
getLevelInfoListCount
int getLevelInfoListCount()repeated .ElectroherculesBattleLevelInfo level_info_list = 6; -
getLevelInfoListOrBuilderList
List<? extends ElectroherculesBattleLevelInfoOuterClass.ElectroherculesBattleLevelInfoOrBuilder> getLevelInfoListOrBuilderList()repeated .ElectroherculesBattleLevelInfo level_info_list = 6; -
getLevelInfoListOrBuilder
ElectroherculesBattleLevelInfoOuterClass.ElectroherculesBattleLevelInfoOrBuilder getLevelInfoListOrBuilder(int index) repeated .ElectroherculesBattleLevelInfo level_info_list = 6;
-