Package emu.grasscutter.net.proto
Interface MistTrialBestAvatarOuterClass.MistTrialBestAvatarOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
MistTrialBestAvatarOuterClass.MistTrialBestAvatar,MistTrialBestAvatarOuterClass.MistTrialBestAvatar.Builder
- Enclosing class:
- MistTrialBestAvatarOuterClass
public static interface MistTrialBestAvatarOuterClass.MistTrialBestAvatarOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionintuint32 avatar_id = 15;.AvatarType avatar_type = 10;int.AvatarType avatar_type = 10;intuint32 costume_id = 12;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
-
getAvatarId
int getAvatarId()uint32 avatar_id = 15;- Returns:
- The avatarId.
-
getAvatarTypeValue
int getAvatarTypeValue().AvatarType avatar_type = 10;- Returns:
- The enum numeric value on the wire for avatarType.
-
getAvatarType
AvatarTypeOuterClass.AvatarType getAvatarType().AvatarType avatar_type = 10;- Returns:
- The avatarType.
-
getCostumeId
int getCostumeId()uint32 costume_id = 12;- Returns:
- The costumeId.
-