Package emu.grasscutter.net.proto
Interface SeaLampActivityInfoOuterClass.SeaLampActivityInfoOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
SeaLampActivityInfoOuterClass.SeaLampActivityInfo,SeaLampActivityInfoOuterClass.SeaLampActivityInfo.Builder
- Enclosing class:
- SeaLampActivityInfoOuterClass
public static interface SeaLampActivityInfoOuterClass.SeaLampActivityInfoOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionintuint32 day_index = 6;intuint32 first_day_start_time = 4;booleanbool IAIGGMMDBIH = 7;booleanbool is_content_closed = 15;booleanbool KHJFGGCODAG = 14;intuint32 mechanicus_id = 11;intuint32 popularity = 13;intuint32 sea_lamp_coin = 9;getSectionInfoList(int index) repeated .SeaLampSectionInfo section_info_list = 8;intrepeated .SeaLampSectionInfo section_info_list = 8;repeated .SeaLampSectionInfo section_info_list = 8;getSectionInfoListOrBuilder(int index) repeated .SeaLampSectionInfo section_info_list = 8;repeated .SeaLampSectionInfo section_info_list = 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
-
getSectionInfoListList
List<SeaLampSectionInfoOuterClass.SeaLampSectionInfo> getSectionInfoListList()repeated .SeaLampSectionInfo section_info_list = 8; -
getSectionInfoList
repeated .SeaLampSectionInfo section_info_list = 8; -
getSectionInfoListCount
int getSectionInfoListCount()repeated .SeaLampSectionInfo section_info_list = 8; -
getSectionInfoListOrBuilderList
List<? extends SeaLampSectionInfoOuterClass.SeaLampSectionInfoOrBuilder> getSectionInfoListOrBuilderList()repeated .SeaLampSectionInfo section_info_list = 8; -
getSectionInfoListOrBuilder
repeated .SeaLampSectionInfo section_info_list = 8; -
getSeaLampCoin
int getSeaLampCoin()uint32 sea_lamp_coin = 9;- Returns:
- The seaLampCoin.
-
getMechanicusId
int getMechanicusId()uint32 mechanicus_id = 11;- Returns:
- The mechanicusId.
-
getIAIGGMMDBIH
boolean getIAIGGMMDBIH()bool IAIGGMMDBIH = 7;- Returns:
- The iAIGGMMDBIH.
-
getDayIndex
int getDayIndex()uint32 day_index = 6;- Returns:
- The dayIndex.
-
getIsContentClosed
boolean getIsContentClosed()bool is_content_closed = 15;- Returns:
- The isContentClosed.
-
getPopularity
int getPopularity()uint32 popularity = 13;- Returns:
- The popularity.
-
getKHJFGGCODAG
boolean getKHJFGGCODAG()bool KHJFGGCODAG = 14;- Returns:
- The kHJFGGCODAG.
-
getFirstDayStartTime
int getFirstDayStartTime()uint32 first_day_start_time = 4;- Returns:
- The firstDayStartTime.
-