Package emu.grasscutter.net.proto
Interface PotionAvatarInfoOuterClass.PotionAvatarInfoOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
PotionAvatarInfoOuterClass.PotionAvatarInfo,PotionAvatarInfoOuterClass.PotionAvatarInfo.Builder
- Enclosing class:
- PotionAvatarInfoOuterClass
public static interface PotionAvatarInfoOuterClass.PotionAvatarInfoOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionlonguint64 avatar_id = 11;booleanbool is_trial = 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
-
getAvatarId
long getAvatarId()uint64 avatar_id = 11;- Returns:
- The avatarId.
-
getIsTrial
boolean getIsTrial()bool is_trial = 7;- Returns:
- The isTrial.
-