Package emu.grasscutter.net.proto
Interface AvatarFlycloakChangeNotifyOuterClass.AvatarFlycloakChangeNotifyOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
AvatarFlycloakChangeNotifyOuterClass.AvatarFlycloakChangeNotify,AvatarFlycloakChangeNotifyOuterClass.AvatarFlycloakChangeNotify.Builder
- Enclosing class:
- AvatarFlycloakChangeNotifyOuterClass
public static interface AvatarFlycloakChangeNotifyOuterClass.AvatarFlycloakChangeNotifyOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionlonguint64 avatar_guid = 15;intuint32 flycloak_id = 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
-
getAvatarGuid
long getAvatarGuid()uint64 avatar_guid = 15;- Returns:
- The avatarGuid.
-
getFlycloakId
int getFlycloakId()uint32 flycloak_id = 6;- Returns:
- The flycloakId.
-