Package emu.grasscutter.net.proto
Interface ActivityDungeonAvatarOuterClass.ActivityDungeonAvatarOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
ActivityDungeonAvatarOuterClass.ActivityDungeonAvatar,ActivityDungeonAvatarOuterClass.ActivityDungeonAvatar.Builder
- Enclosing class:
- ActivityDungeonAvatarOuterClass
public static interface ActivityDungeonAvatarOuterClass.ActivityDungeonAvatarOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionintuint32 avatar_id = 1;intuint32 costume_id = 3;booleanbool is_trial = 2;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 = 1;- Returns:
- The avatarId.
-
getIsTrial
boolean getIsTrial()bool is_trial = 2;- Returns:
- The isTrial.
-
getCostumeId
int getCostumeId()uint32 costume_id = 3;- Returns:
- The costumeId.
-