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