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