Package emu.grasscutter.net.proto
Interface AnchorPointDataOuterClass.AnchorPointDataOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
AnchorPointDataOuterClass.AnchorPointData,AnchorPointDataOuterClass.AnchorPointData.Builder
- Enclosing class:
- AnchorPointDataOuterClass
public static interface AnchorPointDataOuterClass.AnchorPointDataOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
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
-
hasPos
boolean hasPos().Vector pos = 1;- Returns:
- Whether the pos field is set.
-
getPos
VectorOuterClass.Vector getPos().Vector pos = 1;- Returns:
- The pos.
-
getPosOrBuilder
VectorOuterClass.VectorOrBuilder getPosOrBuilder().Vector pos = 1; -
getEndTime
int getEndTime()uint32 end_time = 9;- Returns:
- The endTime.
-
hasRot
boolean hasRot().Vector rot = 6;- Returns:
- Whether the rot field is set.
-
getRot
VectorOuterClass.Vector getRot().Vector rot = 6;- Returns:
- The rot.
-
getRotOrBuilder
VectorOuterClass.VectorOrBuilder getRotOrBuilder().Vector rot = 6; -
getAnchorPointId
int getAnchorPointId()uint32 anchor_point_id = 5;- Returns:
- The anchorPointId.
-
getSceneId
int getSceneId()uint32 scene_id = 15;- Returns:
- The sceneId.
-