Package emu.grasscutter.net.proto
Interface AvatarAddNotifyOuterClass.AvatarAddNotifyOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
AvatarAddNotifyOuterClass.AvatarAddNotify,AvatarAddNotifyOuterClass.AvatarAddNotify.Builder
- Enclosing class:
- AvatarAddNotifyOuterClass
public static interface AvatarAddNotifyOuterClass.AvatarAddNotifyOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescription.AvatarInfo avatar = 6;.AvatarInfo avatar = 6;booleanbool is_in_team = 1;boolean.AvatarInfo avatar = 6;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
-
getIsInTeam
boolean getIsInTeam()bool is_in_team = 1;- Returns:
- The isInTeam.
-
hasAvatar
boolean hasAvatar().AvatarInfo avatar = 6;- Returns:
- Whether the avatar field is set.
-
getAvatar
AvatarInfoOuterClass.AvatarInfo getAvatar().AvatarInfo avatar = 6;- Returns:
- The avatar.
-
getAvatarOrBuilder
AvatarInfoOuterClass.AvatarInfoOrBuilder getAvatarOrBuilder().AvatarInfo avatar = 6;
-