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 contribution = 11;intgetDays()uint32 days = 6;intuint32 factor = 8;intuint32 phase_id = 3;intuint32 progress = 5;intgetUnk3300FGHDJJCLNFN(int index) repeated uint32 Unk3300_FGHDJJCLNFN = 14;intrepeated uint32 Unk3300_FGHDJJCLNFN = 14;repeated uint32 Unk3300_FGHDJJCLNFN = 14;intgetUnk3300ODBFFAIIPMB(int index) repeated uint32 Unk3300_ODBFFAIIPMB = 2;intrepeated uint32 Unk3300_ODBFFAIIPMB = 2;repeated uint32 Unk3300_ODBFFAIIPMB = 2;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
-
getUnk3300ODBFFAIIPMBList
repeated uint32 Unk3300_ODBFFAIIPMB = 2;- Returns:
- A list containing the unk3300ODBFFAIIPMB.
-
getUnk3300ODBFFAIIPMBCount
int getUnk3300ODBFFAIIPMBCount()repeated uint32 Unk3300_ODBFFAIIPMB = 2;- Returns:
- The count of unk3300ODBFFAIIPMB.
-
getUnk3300ODBFFAIIPMB
int getUnk3300ODBFFAIIPMB(int index) repeated uint32 Unk3300_ODBFFAIIPMB = 2;- Parameters:
index- The index of the element to return.- Returns:
- The unk3300ODBFFAIIPMB at the given index.
-
getDays
int getDays()uint32 days = 6;- Returns:
- The days.
-
getFactor
int getFactor()uint32 factor = 8;- Returns:
- The factor.
-
getProgress
int getProgress()uint32 progress = 5;- Returns:
- The progress.
-
getUnk3300FGHDJJCLNFNList
repeated uint32 Unk3300_FGHDJJCLNFN = 14;- Returns:
- A list containing the unk3300FGHDJJCLNFN.
-
getUnk3300FGHDJJCLNFNCount
int getUnk3300FGHDJJCLNFNCount()repeated uint32 Unk3300_FGHDJJCLNFN = 14;- Returns:
- The count of unk3300FGHDJJCLNFN.
-
getUnk3300FGHDJJCLNFN
int getUnk3300FGHDJJCLNFN(int index) repeated uint32 Unk3300_FGHDJJCLNFN = 14;- Parameters:
index- The index of the element to return.- Returns:
- The unk3300FGHDJJCLNFN at the given index.
-
getContribution
int getContribution()uint32 contribution = 11;- Returns:
- The contribution.
-
getPhaseId
int getPhaseId()uint32 phase_id = 3;- Returns:
- The phaseId.
-