mirror of
https://github.com/VolmitSoftware/Iris.git
synced 2025-07-19 10:43:14 +00:00
Or not
This commit is contained in:
parent
885780a92b
commit
af76d937e1
@ -364,20 +364,11 @@ public class IrisObjectRotation
|
|||||||
}
|
}
|
||||||
|
|
||||||
private BlockFace getFace(Axis axis) {
|
private BlockFace getFace(Axis axis) {
|
||||||
synchronized (axis)
|
return switch (axis) {
|
||||||
{
|
case X -> BlockFace.EAST;
|
||||||
switch (axis)
|
case Y -> BlockFace.UP;
|
||||||
{
|
case Z -> BlockFace.SOUTH;
|
||||||
case X:
|
};
|
||||||
return BlockFace.EAST;
|
|
||||||
case Y:
|
|
||||||
return BlockFace.UP;
|
|
||||||
case Z:
|
|
||||||
return BlockFace.SOUTH;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
return BlockFace.UP;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
public IrisPosition rotate(IrisPosition b)
|
public IrisPosition rotate(IrisPosition b)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user