Package emu.grasscutter.net.proto
Interface PerformOperationNotifyOuterClass.PerformOperationNotifyOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
PerformOperationNotifyOuterClass.PerformOperationNotify,PerformOperationNotifyOuterClass.PerformOperationNotify.Builder
- Enclosing class:
- PerformOperationNotifyOuterClass
public static interface PerformOperationNotifyOuterClass.PerformOperationNotifyOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionintuint32 entity_id = 5;intgetIndex()uint32 index = 7;.PerformOperationNotify.OperateType operate_type = 13;int.PerformOperationNotify.OperateType operate_type = 13;getPos().Vector pos = 9;.Vector pos = 9;getRot().Vector rot = 4;.Vector rot = 4;booleanhasPos().Vector pos = 9;booleanhasRot().Vector rot = 4;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
-
getOperateTypeValue
int getOperateTypeValue().PerformOperationNotify.OperateType operate_type = 13;- Returns:
- The enum numeric value on the wire for operateType.
-
getOperateType
PerformOperationNotifyOuterClass.PerformOperationNotify.OperateType getOperateType().PerformOperationNotify.OperateType operate_type = 13;- Returns:
- The operateType.
-
getIndex
int getIndex()uint32 index = 7;- Returns:
- The index.
-
hasPos
boolean hasPos().Vector pos = 9;- Returns:
- Whether the pos field is set.
-
getPos
VectorOuterClass.Vector getPos().Vector pos = 9;- Returns:
- The pos.
-
getPosOrBuilder
VectorOuterClass.VectorOrBuilder getPosOrBuilder().Vector pos = 9; -
getEntityId
int getEntityId()uint32 entity_id = 5;- Returns:
- The entityId.
-
hasRot
boolean hasRot().Vector rot = 4;- Returns:
- Whether the rot field is set.
-
getRot
VectorOuterClass.Vector getRot().Vector rot = 4;- Returns:
- The rot.
-
getRotOrBuilder
VectorOuterClass.VectorOrBuilder getRotOrBuilder().Vector rot = 4;
-