Package emu.grasscutter.net.proto
Interface ObstacleInfoOuterClass.ObstacleInfoOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
ObstacleInfoOuterClass.ObstacleInfo,ObstacleInfoOuterClass.ObstacleInfo.Builder
- Enclosing class:
- ObstacleInfoOuterClass
public static interface ObstacleInfoOuterClass.ObstacleInfoOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescription.Vector center = 7;.Vector center = 7;.Vector3Int extents = 4;.Vector3Int extents = 4;intint32 obstacle_id = 10;.MathQuaternion rotation = 11;.MathQuaternion rotation = 11;getShape().ObstacleInfo.ShapeType shape = 2;int.ObstacleInfo.ShapeType shape = 2;boolean.Vector center = 7;boolean.Vector3Int extents = 4;boolean.MathQuaternion rotation = 11;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
-
hasRotation
boolean hasRotation().MathQuaternion rotation = 11;- Returns:
- Whether the rotation field is set.
-
getRotation
MathQuaternionOuterClass.MathQuaternion getRotation().MathQuaternion rotation = 11;- Returns:
- The rotation.
-
getRotationOrBuilder
MathQuaternionOuterClass.MathQuaternionOrBuilder getRotationOrBuilder().MathQuaternion rotation = 11; -
getShapeValue
int getShapeValue().ObstacleInfo.ShapeType shape = 2;- Returns:
- The enum numeric value on the wire for shape.
-
getShape
.ObstacleInfo.ShapeType shape = 2;- Returns:
- The shape.
-
hasExtents
boolean hasExtents().Vector3Int extents = 4;- Returns:
- Whether the extents field is set.
-
getExtents
Vector3IntOuterClass.Vector3Int getExtents().Vector3Int extents = 4;- Returns:
- The extents.
-
getExtentsOrBuilder
Vector3IntOuterClass.Vector3IntOrBuilder getExtentsOrBuilder().Vector3Int extents = 4; -
hasCenter
boolean hasCenter().Vector center = 7;- Returns:
- Whether the center field is set.
-
getCenter
VectorOuterClass.Vector getCenter().Vector center = 7;- Returns:
- The center.
-
getCenterOrBuilder
VectorOuterClass.VectorOrBuilder getCenterOrBuilder().Vector center = 7; -
getObstacleId
int getObstacleId()int32 obstacle_id = 10;- Returns:
- The obstacleId.
-