Package emu.grasscutter.net.proto
Interface ToTheMoonObstacleInfoOuterClass.ToTheMoonObstacleInfoOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
ToTheMoonObstacleInfoOuterClass.ToTheMoonObstacleInfo,ToTheMoonObstacleInfoOuterClass.ToTheMoonObstacleInfo.Builder
- Enclosing class:
- ToTheMoonObstacleInfoOuterClass
public static interface ToTheMoonObstacleInfoOuterClass.ToTheMoonObstacleInfoOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescription.Vector center = 11;.Vector center = 11;.Vector half_extents = 7;.Vector half_extents = 7;intint32 handle_id = 1;.MathQuaternion rotation = 12;.MathQuaternion rotation = 12;getType().ToTheMoonObstacleInfo.ShapeType type = 8;int.ToTheMoonObstacleInfo.ShapeType type = 8;boolean.Vector center = 11;boolean.Vector half_extents = 7;boolean.MathQuaternion rotation = 12;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
-
getHandleId
int getHandleId()int32 handle_id = 1;- Returns:
- The handleId.
-
getTypeValue
int getTypeValue().ToTheMoonObstacleInfo.ShapeType type = 8;- Returns:
- The enum numeric value on the wire for type.
-
getType
.ToTheMoonObstacleInfo.ShapeType type = 8;- Returns:
- The type.
-
hasHalfExtents
boolean hasHalfExtents().Vector half_extents = 7;- Returns:
- Whether the halfExtents field is set.
-
getHalfExtents
VectorOuterClass.Vector getHalfExtents().Vector half_extents = 7;- Returns:
- The halfExtents.
-
getHalfExtentsOrBuilder
VectorOuterClass.VectorOrBuilder getHalfExtentsOrBuilder().Vector half_extents = 7; -
hasCenter
boolean hasCenter().Vector center = 11;- Returns:
- Whether the center field is set.
-
getCenter
VectorOuterClass.Vector getCenter().Vector center = 11;- Returns:
- The center.
-
getCenterOrBuilder
VectorOuterClass.VectorOrBuilder getCenterOrBuilder().Vector center = 11; -
hasRotation
boolean hasRotation().MathQuaternion rotation = 12;- Returns:
- Whether the rotation field is set.
-
getRotation
MathQuaternionOuterClass.MathQuaternion getRotation().MathQuaternion rotation = 12;- Returns:
- The rotation.
-
getRotationOrBuilder
MathQuaternionOuterClass.MathQuaternionOrBuilder getRotationOrBuilder().MathQuaternion rotation = 12;
-