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