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 = 3;.Vector center = 3;.Vector3Int extents = 10;.Vector3Int extents = 10;intint32 obstacle_id = 15;.MathQuaternion rotation = 1;.MathQuaternion rotation = 1;getShape().ObstacleInfo.ShapeType shape = 12;int.ObstacleInfo.ShapeType shape = 12;boolean.Vector center = 3;boolean.Vector3Int extents = 10;boolean.MathQuaternion rotation = 1;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
-
getObstacleId
int getObstacleId()int32 obstacle_id = 15;- Returns:
- The obstacleId.
-
hasRotation
boolean hasRotation().MathQuaternion rotation = 1;- Returns:
- Whether the rotation field is set.
-
getRotation
MathQuaternionOuterClass.MathQuaternion getRotation().MathQuaternion rotation = 1;- Returns:
- The rotation.
-
getRotationOrBuilder
MathQuaternionOuterClass.MathQuaternionOrBuilder getRotationOrBuilder().MathQuaternion rotation = 1; -
getShapeValue
int getShapeValue().ObstacleInfo.ShapeType shape = 12;- Returns:
- The enum numeric value on the wire for shape.
-
getShape
.ObstacleInfo.ShapeType shape = 12;- Returns:
- The shape.
-
hasExtents
boolean hasExtents().Vector3Int extents = 10;- Returns:
- Whether the extents field is set.
-
getExtents
Vector3IntOuterClass.Vector3Int getExtents().Vector3Int extents = 10;- Returns:
- The extents.
-
getExtentsOrBuilder
Vector3IntOuterClass.Vector3IntOrBuilder getExtentsOrBuilder().Vector3Int extents = 10; -
hasCenter
boolean hasCenter().Vector center = 3;- Returns:
- Whether the center field is set.
-
getCenter
VectorOuterClass.Vector getCenter().Vector center = 3;- Returns:
- The center.
-
getCenterOrBuilder
VectorOuterClass.VectorOrBuilder getCenterOrBuilder().Vector center = 3;
-