Package emu.grasscutter.net.proto
Interface HideAndSeekPlayerSetAvatarNotifyOuterClass.HideAndSeekPlayerSetAvatarNotifyOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
HideAndSeekPlayerSetAvatarNotifyOuterClass.HideAndSeekPlayerSetAvatarNotify,HideAndSeekPlayerSetAvatarNotifyOuterClass.HideAndSeekPlayerSetAvatarNotify.Builder
- Enclosing class:
- HideAndSeekPlayerSetAvatarNotifyOuterClass
public static interface HideAndSeekPlayerSetAvatarNotifyOuterClass.HideAndSeekPlayerSetAvatarNotifyOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionintuint32 avatar_id = 10;intuint32 costume_id = 8;intgetUid()uint32 uid = 12;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
-
getUid
int getUid()uint32 uid = 12;- Returns:
- The uid.
-
getCostumeId
int getCostumeId()uint32 costume_id = 8;- Returns:
- The costumeId.
-
getAvatarId
int getAvatarId()uint32 avatar_id = 10;- Returns:
- The avatarId.
-