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 = 8;intrepeated uint32 avatar_id_list = 8;repeated uint32 avatar_id_list = 8;floatfloat bonus_probability = 12;intuint32 challenge_id = 9;intuint32 path_id = 11;intuint32 start_time = 10;getState().ExpeditionState state = 13;int.ExpeditionState state = 13;intuint32 Unk3300_AFGPGIIGAKA = 7;intuint32 Unk3300_AIEJKADFLKG = 6;intuint32 Unk3300_LFIFDGAGFDC = 5;intuint32 Unk3300_LKAHOEBNBBI = 14;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
-
getStartTime
int getStartTime()uint32 start_time = 10;- Returns:
- The startTime.
-
getBonusProbability
float getBonusProbability()float bonus_probability = 12;- Returns:
- The bonusProbability.
-
getAvatarIdListList
repeated uint32 avatar_id_list = 8;- Returns:
- A list containing the avatarIdList.
-
getAvatarIdListCount
int getAvatarIdListCount()repeated uint32 avatar_id_list = 8;- Returns:
- The count of avatarIdList.
-
getAvatarIdList
int getAvatarIdList(int index) repeated uint32 avatar_id_list = 8;- Parameters:
index- The index of the element to return.- Returns:
- The avatarIdList at the given index.
-
getPathId
int getPathId()uint32 path_id = 11;- Returns:
- The pathId.
-
getUnk3300AIEJKADFLKG
int getUnk3300AIEJKADFLKG()uint32 Unk3300_AIEJKADFLKG = 6;- Returns:
- The unk3300AIEJKADFLKG.
-
getUnk3300LKAHOEBNBBI
int getUnk3300LKAHOEBNBBI()uint32 Unk3300_LKAHOEBNBBI = 14;- Returns:
- The unk3300LKAHOEBNBBI.
-
getUnk3300AFGPGIIGAKA
int getUnk3300AFGPGIIGAKA()uint32 Unk3300_AFGPGIIGAKA = 7;- Returns:
- The unk3300AFGPGIIGAKA.
-
getUnk3300LFIFDGAGFDC
int getUnk3300LFIFDGAGFDC()uint32 Unk3300_LFIFDGAGFDC = 5;- Returns:
- The unk3300LFIFDGAGFDC.
-
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.
-
getChallengeId
int getChallengeId()uint32 challenge_id = 9;- Returns:
- The challengeId.
-