Package emu.grasscutter.net.proto
Interface AvatarTeamOuterClass.AvatarTeamOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
AvatarTeamOuterClass.AvatarTeam,AvatarTeamOuterClass.AvatarTeam.Builder
- Enclosing class:
- AvatarTeamOuterClass
public static interface AvatarTeamOuterClass.AvatarTeamOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionlonggetAvatarGuidList(int index) repeated uint64 avatar_guid_list = 14;intrepeated uint64 avatar_guid_list = 14;repeated uint64 avatar_guid_list = 14;string team_name = 4;com.google.protobuf.ByteStringstring team_name = 4;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
-
getTeamName
String getTeamName()string team_name = 4;- Returns:
- The teamName.
-
getTeamNameBytes
com.google.protobuf.ByteString getTeamNameBytes()string team_name = 4;- Returns:
- The bytes for teamName.
-
getAvatarGuidListList
repeated uint64 avatar_guid_list = 14;- Returns:
- A list containing the avatarGuidList.
-
getAvatarGuidListCount
int getAvatarGuidListCount()repeated uint64 avatar_guid_list = 14;- Returns:
- The count of avatarGuidList.
-
getAvatarGuidList
long getAvatarGuidList(int index) repeated uint64 avatar_guid_list = 14;- Parameters:
index- The index of the element to return.- Returns:
- The avatarGuidList at the given index.
-