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 = 5;intint32 direction = 1;intuint32 entity_id = 4;intint32 performId = 7;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
-
getChairId
long getChairId()uint64 chair_id = 5;- Returns:
- The chairId.
-
getEntityId
int getEntityId()uint32 entity_id = 4;- Returns:
- The entityId.
-
getPerformId
int getPerformId()int32 performId = 7;- Returns:
- The performId.
-
getDirection
int getDirection()int32 direction = 1;- Returns:
- The direction.
-