Package emu.grasscutter.net.proto
Interface EvtAvatarStandUpNotifyOuterClass.EvtAvatarStandUpNotifyOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
EvtAvatarStandUpNotifyOuterClass.EvtAvatarStandUpNotify,EvtAvatarStandUpNotifyOuterClass.EvtAvatarStandUpNotify.Builder
- Enclosing class:
- EvtAvatarStandUpNotifyOuterClass
public static interface EvtAvatarStandUpNotifyOuterClass.EvtAvatarStandUpNotifyOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionlonguint64 chair_id = 15;intNEAMEEDBKHMintuint32 entity_id = 11;intGFBDIAMIIJDMethods 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
-
getChairId
long getChairId()uint64 chair_id = 15;- Returns:
- The chairId.
-
getPerformId
int getPerformId()GFBDIAMIIJD
int32 performId = 13;- Returns:
- The performId.
-
getDirection
int getDirection()NEAMEEDBKHM
int32 direction = 14;- Returns:
- The direction.
-
getEntityId
int getEntityId()uint32 entity_id = 11;- Returns:
- The entityId.
-