Class PrefabRotation.RotationExecutor_270
java.lang.Object
com.hypixel.hytale.server.core.prefab.PrefabRotation.RotationExecutor_270
- All Implemented Interfaces:
PrefabRotation.RotationExecutor
- Enclosing class:
PrefabRotation
private static class PrefabRotation.RotationExecutor_270
extends Object
implements PrefabRotation.RotationExecutor
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionfloatgetYaw()doublerotateDoubleX(double x, double z) doublerotateDoubleZ(double x, double z) introtateIntX(int x, int z) introtateIntZ(int x, int z) longrotateLongX(long x, long z) longrotateLongZ(long x, long z)
-
Constructor Details
-
RotationExecutor_270
private RotationExecutor_270()
-
-
Method Details
-
getYaw
public float getYaw()- Specified by:
getYawin interfacePrefabRotation.RotationExecutor
-
rotateIntX
public int rotateIntX(int x, int z) - Specified by:
rotateIntXin interfacePrefabRotation.RotationExecutor
-
rotateLongX
public long rotateLongX(long x, long z) - Specified by:
rotateLongXin interfacePrefabRotation.RotationExecutor
-
rotateDoubleX
public double rotateDoubleX(double x, double z) - Specified by:
rotateDoubleXin interfacePrefabRotation.RotationExecutor
-
rotateIntZ
public int rotateIntZ(int x, int z) - Specified by:
rotateIntZin interfacePrefabRotation.RotationExecutor
-
rotateLongZ
public long rotateLongZ(long x, long z) - Specified by:
rotateLongZin interfacePrefabRotation.RotationExecutor
-
rotateDoubleZ
public double rotateDoubleZ(double x, double z) - Specified by:
rotateDoubleZin interfacePrefabRotation.RotationExecutor
-