Package emu.grasscutter.net.proto
Interface ExpeditionPathInfoOuterClass.ExpeditionPathInfoOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
ExpeditionPathInfoOuterClass.ExpeditionPathInfo,ExpeditionPathInfoOuterClass.ExpeditionPathInfo.Builder
- Enclosing class:
- ExpeditionPathInfoOuterClass
public static interface ExpeditionPathInfoOuterClass.ExpeditionPathInfoOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionintgetAvatarIdList(int index) repeated uint32 avatar_id_list = 1;intrepeated uint32 avatar_id_list = 1;repeated uint32 avatar_id_list = 1;floatfloat bonus_probability = 9;intuint32 challenge_id = 10;intuint32 FJKJJLAIBMF = 12;intuint32 GOMIFKCFNKJ = 15;intuint32 HHLEPAKOHAK = 11;intuint32 path_id = 4;intuint32 PIHIMOCPPFO = 6;intuint32 start_time = 2;getState().ExpeditionState state = 13;int.ExpeditionState state = 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
-
getAvatarIdListList
repeated uint32 avatar_id_list = 1;- Returns:
- A list containing the avatarIdList.
-
getAvatarIdListCount
int getAvatarIdListCount()repeated uint32 avatar_id_list = 1;- Returns:
- The count of avatarIdList.
-
getAvatarIdList
int getAvatarIdList(int index) repeated uint32 avatar_id_list = 1;- Parameters:
index- The index of the element to return.- Returns:
- The avatarIdList at the given index.
-
getHHLEPAKOHAK
int getHHLEPAKOHAK()uint32 HHLEPAKOHAK = 11;- Returns:
- The hHLEPAKOHAK.
-
getPathId
int getPathId()uint32 path_id = 4;- Returns:
- The pathId.
-
getPIHIMOCPPFO
int getPIHIMOCPPFO()uint32 PIHIMOCPPFO = 6;- Returns:
- The pIHIMOCPPFO.
-
getFJKJJLAIBMF
int getFJKJJLAIBMF()uint32 FJKJJLAIBMF = 12;- Returns:
- The fJKJJLAIBMF.
-
getBonusProbability
float getBonusProbability()float bonus_probability = 9;- Returns:
- The bonusProbability.
-
getStartTime
int getStartTime()uint32 start_time = 2;- Returns:
- The startTime.
-
getGOMIFKCFNKJ
int getGOMIFKCFNKJ()uint32 GOMIFKCFNKJ = 15;- Returns:
- The gOMIFKCFNKJ.
-
getChallengeId
int getChallengeId()uint32 challenge_id = 10;- Returns:
- The challengeId.
-
getStateValue
int getStateValue().ExpeditionState state = 13;- Returns:
- The enum numeric value on the wire for state.
-
getState
ExpeditionStateOuterClass.ExpeditionState getState().ExpeditionState state = 13;- Returns:
- The state.
-