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 TypeMethodDescriptionbooleanbool CFABGECNHGK = 2;intuint32 day_index = 4;intuint32 first_day_start_time = 12;booleanbool IAAOFEIDABB = 1;booleanbool is_content_closed = 15;intuint32 mechanicus_id = 7;intuint32 popularity = 14;intuint32 sea_lamp_coin = 10;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
-
getSeaLampCoin
int getSeaLampCoin()uint32 sea_lamp_coin = 10;- Returns:
- The seaLampCoin.
-
getDayIndex
int getDayIndex()uint32 day_index = 4;- Returns:
- The dayIndex.
-
getFirstDayStartTime
int getFirstDayStartTime()uint32 first_day_start_time = 12;- Returns:
- The firstDayStartTime.
-
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; -
getCFABGECNHGK
boolean getCFABGECNHGK()bool CFABGECNHGK = 2;- Returns:
- The cFABGECNHGK.
-
getMechanicusId
int getMechanicusId()uint32 mechanicus_id = 7;- Returns:
- The mechanicusId.
-
getIsContentClosed
boolean getIsContentClosed()bool is_content_closed = 15;- Returns:
- The isContentClosed.
-
getPopularity
int getPopularity()uint32 popularity = 14;- Returns:
- The popularity.
-
getIAAOFEIDABB
boolean getIAAOFEIDABB()bool IAAOFEIDABB = 1;- Returns:
- The iAAOFEIDABB.
-