Package emu.grasscutter.net.proto
Interface EvtAvatarSitDownNotifyOuterClass.EvtAvatarSitDownNotifyOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
EvtAvatarSitDownNotifyOuterClass.EvtAvatarSitDownNotify,EvtAvatarSitDownNotifyOuterClass.EvtAvatarSitDownNotify.Builder
- Enclosing class:
- EvtAvatarSitDownNotifyOuterClass
public static interface EvtAvatarSitDownNotifyOuterClass.EvtAvatarSitDownNotifyOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionlonguint64 chair_id = 11;intuint32 entity_id = 12;.Vector position = 5;.Vector position = 5;boolean.Vector position = 5;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
-
getEntityId
int getEntityId()uint32 entity_id = 12;- Returns:
- The entityId.
-
getChairId
long getChairId()uint64 chair_id = 11;- Returns:
- The chairId.
-
hasPosition
boolean hasPosition().Vector position = 5;- Returns:
- Whether the position field is set.
-
getPosition
VectorOuterClass.Vector getPosition().Vector position = 5;- Returns:
- The position.
-
getPositionOrBuilder
VectorOuterClass.VectorOrBuilder getPositionOrBuilder().Vector position = 5;
-