Package emu.grasscutter.net.proto
Interface SeaLampActivityDetailInfoOuterClass.SeaLampActivityDetailInfoOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
SeaLampActivityDetailInfoOuterClass.SeaLampActivityDetailInfo,SeaLampActivityDetailInfoOuterClass.SeaLampActivityDetailInfo.Builder
- Enclosing class:
- SeaLampActivityDetailInfoOuterClass
public static interface SeaLampActivityDetailInfoOuterClass.SeaLampActivityDetailInfoOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionintuint32 BCAAGPKKOMF = 8;intgetBLOHENDAHOL(int index) repeated uint32 BLOHENDAHOL = 5;intrepeated uint32 BLOHENDAHOL = 5;repeated uint32 BLOHENDAHOL = 5;intgetDays()uint32 days = 9;intgetLKPONGIDNOA(int index) repeated uint32 LKPONGIDNOA = 11;intrepeated uint32 LKPONGIDNOA = 11;repeated uint32 LKPONGIDNOA = 11;intuint32 MAPMOKKMHJI = 6;intuint32 phase_id = 15;intuint32 progress = 13;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
-
getDays
int getDays()uint32 days = 9;- Returns:
- The days.
-
getMAPMOKKMHJI
int getMAPMOKKMHJI()uint32 MAPMOKKMHJI = 6;- Returns:
- The mAPMOKKMHJI.
-
getLKPONGIDNOAList
repeated uint32 LKPONGIDNOA = 11;- Returns:
- A list containing the lKPONGIDNOA.
-
getLKPONGIDNOACount
int getLKPONGIDNOACount()repeated uint32 LKPONGIDNOA = 11;- Returns:
- The count of lKPONGIDNOA.
-
getLKPONGIDNOA
int getLKPONGIDNOA(int index) repeated uint32 LKPONGIDNOA = 11;- Parameters:
index- The index of the element to return.- Returns:
- The lKPONGIDNOA at the given index.
-
getBCAAGPKKOMF
int getBCAAGPKKOMF()uint32 BCAAGPKKOMF = 8;- Returns:
- The bCAAGPKKOMF.
-
getProgress
int getProgress()uint32 progress = 13;- Returns:
- The progress.
-
getPhaseId
int getPhaseId()uint32 phase_id = 15;- Returns:
- The phaseId.
-
getBLOHENDAHOLList
repeated uint32 BLOHENDAHOL = 5;- Returns:
- A list containing the bLOHENDAHOL.
-
getBLOHENDAHOLCount
int getBLOHENDAHOLCount()repeated uint32 BLOHENDAHOL = 5;- Returns:
- The count of bLOHENDAHOL.
-
getBLOHENDAHOL
int getBLOHENDAHOL(int index) repeated uint32 BLOHENDAHOL = 5;- Parameters:
index- The index of the element to return.- Returns:
- The bLOHENDAHOL at the given index.
-