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