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 TypeMethodDescriptiongetBoatStageInfoList(int index) repeated .SummerTimeV2BoatStageInfo boat_stage_info_list = 3;intrepeated .SummerTimeV2BoatStageInfo boat_stage_info_list = 3;repeated .SummerTimeV2BoatStageInfo boat_stage_info_list = 3;getBoatStageInfoListOrBuilder(int index) repeated .SummerTimeV2BoatStageInfo boat_stage_info_list = 3;repeated .SummerTimeV2BoatStageInfo boat_stage_info_list = 3;getDungeonStageInfoList(int index) repeated .SummerTimeV2DungeonStageInfo dungeon_stage_info_list = 5;intrepeated .SummerTimeV2DungeonStageInfo dungeon_stage_info_list = 5;repeated .SummerTimeV2DungeonStageInfo dungeon_stage_info_list = 5;getDungeonStageInfoListOrBuilder(int index) repeated .SummerTimeV2DungeonStageInfo dungeon_stage_info_list = 5;repeated .SummerTimeV2DungeonStageInfo dungeon_stage_info_list = 5;booleanbool is_content_closed = 14;intuint32 Unk3300_BNNMNCKEHHO = 9;intuint32 Unk3300_JHBCHFHAGFO = 8;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
-
getIsContentClosed
boolean getIsContentClosed()bool is_content_closed = 14;- Returns:
- The isContentClosed.
-
getUnk3300BNNMNCKEHHO
int getUnk3300BNNMNCKEHHO()uint32 Unk3300_BNNMNCKEHHO = 9;- Returns:
- The unk3300BNNMNCKEHHO.
-
getDungeonStageInfoListList
List<SummerTimeV2DungeonStageInfoOuterClass.SummerTimeV2DungeonStageInfo> getDungeonStageInfoListList()repeated .SummerTimeV2DungeonStageInfo dungeon_stage_info_list = 5; -
getDungeonStageInfoList
SummerTimeV2DungeonStageInfoOuterClass.SummerTimeV2DungeonStageInfo getDungeonStageInfoList(int index) repeated .SummerTimeV2DungeonStageInfo dungeon_stage_info_list = 5; -
getDungeonStageInfoListCount
int getDungeonStageInfoListCount()repeated .SummerTimeV2DungeonStageInfo dungeon_stage_info_list = 5; -
getDungeonStageInfoListOrBuilderList
List<? extends SummerTimeV2DungeonStageInfoOuterClass.SummerTimeV2DungeonStageInfoOrBuilder> getDungeonStageInfoListOrBuilderList()repeated .SummerTimeV2DungeonStageInfo dungeon_stage_info_list = 5; -
getDungeonStageInfoListOrBuilder
SummerTimeV2DungeonStageInfoOuterClass.SummerTimeV2DungeonStageInfoOrBuilder getDungeonStageInfoListOrBuilder(int index) repeated .SummerTimeV2DungeonStageInfo dungeon_stage_info_list = 5; -
getUnk3300JHBCHFHAGFO
int getUnk3300JHBCHFHAGFO()uint32 Unk3300_JHBCHFHAGFO = 8;- Returns:
- The unk3300JHBCHFHAGFO.
-
getBoatStageInfoListList
List<SummerTimeV2BoatStageInfoOuterClass.SummerTimeV2BoatStageInfo> getBoatStageInfoListList()repeated .SummerTimeV2BoatStageInfo boat_stage_info_list = 3; -
getBoatStageInfoList
repeated .SummerTimeV2BoatStageInfo boat_stage_info_list = 3; -
getBoatStageInfoListCount
int getBoatStageInfoListCount()repeated .SummerTimeV2BoatStageInfo boat_stage_info_list = 3; -
getBoatStageInfoListOrBuilderList
List<? extends SummerTimeV2BoatStageInfoOuterClass.SummerTimeV2BoatStageInfoOrBuilder> getBoatStageInfoListOrBuilderList()repeated .SummerTimeV2BoatStageInfo boat_stage_info_list = 3; -
getBoatStageInfoListOrBuilder
SummerTimeV2BoatStageInfoOuterClass.SummerTimeV2BoatStageInfoOrBuilder getBoatStageInfoListOrBuilder(int index) repeated .SummerTimeV2BoatStageInfo boat_stage_info_list = 3;
-