Package emu.grasscutter.net.proto
Interface SummerTimeV2DetailInfoOuterClass.SummerTimeV2DetailInfoOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
SummerTimeV2DetailInfoOuterClass.SummerTimeV2DetailInfo,SummerTimeV2DetailInfoOuterClass.SummerTimeV2DetailInfo.Builder
- Enclosing class:
- SummerTimeV2DetailInfoOuterClass
public static interface SummerTimeV2DetailInfoOuterClass.SummerTimeV2DetailInfoOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionintuint32 BCAIGBJGEOD = 8;getBoatStageInfoList(int index) repeated .SummerTimeV2BoatStageInfo boat_stage_info_list = 15;intrepeated .SummerTimeV2BoatStageInfo boat_stage_info_list = 15;repeated .SummerTimeV2BoatStageInfo boat_stage_info_list = 15;getBoatStageInfoListOrBuilder(int index) repeated .SummerTimeV2BoatStageInfo boat_stage_info_list = 15;repeated .SummerTimeV2BoatStageInfo boat_stage_info_list = 15;intuint32 CFFPNHNDNNI = 1;getDungeonStageInfoList(int index) repeated .SummerTimeV2DungeonStageInfo dungeon_stage_info_list = 13;intrepeated .SummerTimeV2DungeonStageInfo dungeon_stage_info_list = 13;repeated .SummerTimeV2DungeonStageInfo dungeon_stage_info_list = 13;getDungeonStageInfoListOrBuilder(int index) repeated .SummerTimeV2DungeonStageInfo dungeon_stage_info_list = 13;repeated .SummerTimeV2DungeonStageInfo dungeon_stage_info_list = 13;booleanbool is_content_closed = 11;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
-
getBCAIGBJGEOD
int getBCAIGBJGEOD()uint32 BCAIGBJGEOD = 8;- Returns:
- The bCAIGBJGEOD.
-
getCFFPNHNDNNI
int getCFFPNHNDNNI()uint32 CFFPNHNDNNI = 1;- Returns:
- The cFFPNHNDNNI.
-
getDungeonStageInfoListList
List<SummerTimeV2DungeonStageInfoOuterClass.SummerTimeV2DungeonStageInfo> getDungeonStageInfoListList()repeated .SummerTimeV2DungeonStageInfo dungeon_stage_info_list = 13; -
getDungeonStageInfoList
SummerTimeV2DungeonStageInfoOuterClass.SummerTimeV2DungeonStageInfo getDungeonStageInfoList(int index) repeated .SummerTimeV2DungeonStageInfo dungeon_stage_info_list = 13; -
getDungeonStageInfoListCount
int getDungeonStageInfoListCount()repeated .SummerTimeV2DungeonStageInfo dungeon_stage_info_list = 13; -
getDungeonStageInfoListOrBuilderList
List<? extends SummerTimeV2DungeonStageInfoOuterClass.SummerTimeV2DungeonStageInfoOrBuilder> getDungeonStageInfoListOrBuilderList()repeated .SummerTimeV2DungeonStageInfo dungeon_stage_info_list = 13; -
getDungeonStageInfoListOrBuilder
SummerTimeV2DungeonStageInfoOuterClass.SummerTimeV2DungeonStageInfoOrBuilder getDungeonStageInfoListOrBuilder(int index) repeated .SummerTimeV2DungeonStageInfo dungeon_stage_info_list = 13; -
getIsContentClosed
boolean getIsContentClosed()bool is_content_closed = 11;- Returns:
- The isContentClosed.
-
getBoatStageInfoListList
List<SummerTimeV2BoatStageInfoOuterClass.SummerTimeV2BoatStageInfo> getBoatStageInfoListList()repeated .SummerTimeV2BoatStageInfo boat_stage_info_list = 15; -
getBoatStageInfoList
repeated .SummerTimeV2BoatStageInfo boat_stage_info_list = 15; -
getBoatStageInfoListCount
int getBoatStageInfoListCount()repeated .SummerTimeV2BoatStageInfo boat_stage_info_list = 15; -
getBoatStageInfoListOrBuilderList
List<? extends SummerTimeV2BoatStageInfoOuterClass.SummerTimeV2BoatStageInfoOrBuilder> getBoatStageInfoListOrBuilderList()repeated .SummerTimeV2BoatStageInfo boat_stage_info_list = 15; -
getBoatStageInfoListOrBuilder
SummerTimeV2BoatStageInfoOuterClass.SummerTimeV2BoatStageInfoOrBuilder getBoatStageInfoListOrBuilder(int index) repeated .SummerTimeV2BoatStageInfo boat_stage_info_list = 15;
-