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