Package emu.grasscutter.net.proto
Interface PotionDungeonAvatarOuterClass.PotionDungeonAvatarOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
PotionDungeonAvatarOuterClass.PotionDungeonAvatar,PotionDungeonAvatarOuterClass.PotionDungeonAvatar.Builder
- Enclosing class:
- PotionDungeonAvatarOuterClass
public static interface PotionDungeonAvatarOuterClass.PotionDungeonAvatarOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionlonguint64 avatar_guid = 14;booleanbool is_trial = 1;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
-
getAvatarGuid
long getAvatarGuid()uint64 avatar_guid = 14;- Returns:
- The avatarGuid.
-
getIsTrial
boolean getIsTrial()bool is_trial = 1;- Returns:
- The isTrial.
-