Class Rotation3D
java.lang.Object
com.hypixel.hytale.server.core.universe.world.connectedblocks.Rotation3D
Deprecated, for removal: This API element is subject to removal in a future version.
-
Field Summary
FieldsModifier and TypeFieldDescriptionDeprecated, for removal: This API element is subject to removal in a future version.Deprecated, for removal: This API element is subject to removal in a future version.Deprecated, for removal: This API element is subject to removal in a future version. -
Constructor Summary
ConstructorsConstructorDescriptionRotation3D(Rotation rotationYaw, Rotation rotationPitch, Rotation rotationRoll) Deprecated, for removal: This API element is subject to removal in a future version. -
Method Summary
Modifier and TypeMethodDescriptionvoidadd(Rotation3D toAdd) Deprecated, for removal: This API element is subject to removal in a future version.voidDeprecated, for removal: This API element is subject to removal in a future version.voidassign(RotationTuple rotation) Deprecated, for removal: This API element is subject to removal in a future version.voidnegate()Deprecated, for removal: This API element is subject to removal in a future version.rotateSelfBy(Rotation rotationYawToRotate, Rotation rotationPitchToRotate, Rotation rotationRollToRotate) Deprecated, for removal: This API element is subject to removal in a future version.voidrotateSelfBy(Rotation3D rotation) Deprecated, for removal: This API element is subject to removal in a future version.voidsubtract(Rotation3D toSubtract) Deprecated, for removal: This API element is subject to removal in a future version.
-
Field Details
-
rotationYaw
Deprecated, for removal: This API element is subject to removal in a future version. -
rotationPitch
Deprecated, for removal: This API element is subject to removal in a future version. -
rotationRoll
Deprecated, for removal: This API element is subject to removal in a future version.
-
-
Constructor Details
-
Rotation3D
Deprecated, for removal: This API element is subject to removal in a future version.
-
-
Method Details
-
assign
Deprecated, for removal: This API element is subject to removal in a future version. -
assign
Deprecated, for removal: This API element is subject to removal in a future version. -
add
Deprecated, for removal: This API element is subject to removal in a future version. -
subtract
Deprecated, for removal: This API element is subject to removal in a future version. -
negate
public void negate()Deprecated, for removal: This API element is subject to removal in a future version. -
rotateSelfBy
@Nonnull public Rotation3D rotateSelfBy(@Nonnull Rotation rotationYawToRotate, @Nonnull Rotation rotationPitchToRotate, @Nonnull Rotation rotationRollToRotate) Deprecated, for removal: This API element is subject to removal in a future version. -
rotateSelfBy
Deprecated, for removal: This API element is subject to removal in a future version.
-