Package emu.grasscutter.net.proto
Interface RogueSwitchAvatarRspOuterClass.RogueSwitchAvatarRspOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
RogueSwitchAvatarRspOuterClass.RogueSwitchAvatarRsp,RogueSwitchAvatarRspOuterClass.RogueSwitchAvatarRsp.Builder
- Enclosing class:
- RogueSwitchAvatarRspOuterClass
public static interface RogueSwitchAvatarRspOuterClass.RogueSwitchAvatarRspOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionlonggetBackstageAvatarGuidList(int index) repeated uint64 backstage_avatar_guid_list = 3;intrepeated uint64 backstage_avatar_guid_list = 3;repeated uint64 backstage_avatar_guid_list = 3;intuint32 cell_id = 1;longuint64 cur_avatar_guid = 5;intuint32 dungeon_id = 15;longgetOnstageAvatarGuidList(int index) repeated uint64 onstage_avatar_guid_list = 8;intrepeated uint64 onstage_avatar_guid_list = 8;repeated uint64 onstage_avatar_guid_list = 8;intint32 retcode = 7;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
-
getBackstageAvatarGuidListList
repeated uint64 backstage_avatar_guid_list = 3;- Returns:
- A list containing the backstageAvatarGuidList.
-
getBackstageAvatarGuidListCount
int getBackstageAvatarGuidListCount()repeated uint64 backstage_avatar_guid_list = 3;- Returns:
- The count of backstageAvatarGuidList.
-
getBackstageAvatarGuidList
long getBackstageAvatarGuidList(int index) repeated uint64 backstage_avatar_guid_list = 3;- Parameters:
index- The index of the element to return.- Returns:
- The backstageAvatarGuidList at the given index.
-
getDungeonId
int getDungeonId()uint32 dungeon_id = 15;- Returns:
- The dungeonId.
-
getOnstageAvatarGuidListList
repeated uint64 onstage_avatar_guid_list = 8;- Returns:
- A list containing the onstageAvatarGuidList.
-
getOnstageAvatarGuidListCount
int getOnstageAvatarGuidListCount()repeated uint64 onstage_avatar_guid_list = 8;- Returns:
- The count of onstageAvatarGuidList.
-
getOnstageAvatarGuidList
long getOnstageAvatarGuidList(int index) repeated uint64 onstage_avatar_guid_list = 8;- Parameters:
index- The index of the element to return.- Returns:
- The onstageAvatarGuidList at the given index.
-
getCellId
int getCellId()uint32 cell_id = 1;- Returns:
- The cellId.
-
getCurAvatarGuid
long getCurAvatarGuid()uint64 cur_avatar_guid = 5;- Returns:
- The curAvatarGuid.
-
getRetcode
int getRetcode()int32 retcode = 7;- Returns:
- The retcode.
-