Package emu.grasscutter.net.proto
Interface RogueAvatarInfoOuterClass.RogueAvatarInfoOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
RogueAvatarInfoOuterClass.RogueAvatarInfo,RogueAvatarInfoOuterClass.RogueAvatarInfo.Builder
- Enclosing class:
- RogueAvatarInfoOuterClass
public static interface RogueAvatarInfoOuterClass.RogueAvatarInfoOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionintuint32 avatar_id = 15;booleanbool is_alive = 14;booleanbool is_onstage = 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
-
getIsOnstage
boolean getIsOnstage()bool is_onstage = 7;- Returns:
- The isOnstage.
-
getAvatarId
int getAvatarId()uint32 avatar_id = 15;- Returns:
- The avatarId.
-
getIsAlive
boolean getIsAlive()bool is_alive = 14;- Returns:
- The isAlive.
-