Package emu.grasscutter.net.proto
Interface ExpeditionStartRspOuterClass.ExpeditionStartRspOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
ExpeditionStartRspOuterClass.ExpeditionStartRsp,ExpeditionStartRspOuterClass.ExpeditionStartRsp.Builder
- Enclosing class:
- ExpeditionStartRspOuterClass
public static interface ExpeditionStartRspOuterClass.ExpeditionStartRspOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionintgetAvatarIdList(int index) repeated uint32 avatar_id_list = 4;intrepeated uint32 avatar_id_list = 4;repeated uint32 avatar_id_list = 4;intuint32 path_id = 3;intint32 retcode = 6;intuint32 Unk3300_AFGPGIIGAKA = 10;intuint32 Unk3300_AIEJKADFLKG = 5;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
-
getUnk3300AIEJKADFLKG
int getUnk3300AIEJKADFLKG()uint32 Unk3300_AIEJKADFLKG = 5;- Returns:
- The unk3300AIEJKADFLKG.
-
getPathId
int getPathId()uint32 path_id = 3;- Returns:
- The pathId.
-
getRetcode
int getRetcode()int32 retcode = 6;- Returns:
- The retcode.
-
getAvatarIdListList
repeated uint32 avatar_id_list = 4;- Returns:
- A list containing the avatarIdList.
-
getAvatarIdListCount
int getAvatarIdListCount()repeated uint32 avatar_id_list = 4;- Returns:
- The count of avatarIdList.
-
getAvatarIdList
int getAvatarIdList(int index) repeated uint32 avatar_id_list = 4;- Parameters:
index- The index of the element to return.- Returns:
- The avatarIdList at the given index.
-
getUnk3300AFGPGIIGAKA
int getUnk3300AFGPGIIGAKA()uint32 Unk3300_AFGPGIIGAKA = 10;- Returns:
- The unk3300AFGPGIIGAKA.
-