Class ExpandRotation
java.lang.Object
com.blamejared.crafttweaker.natives.util.math.ExpandRotation
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic net.minecraft.world.level.block.RotationgetRotated(net.minecraft.world.level.block.Rotation internal, net.minecraft.world.level.block.Rotation rotation) static introtate(net.minecraft.world.level.block.Rotation internal, int rotation, int positionCount) static net.minecraft.core.Directionrotate(net.minecraft.world.level.block.Rotation internal, net.minecraft.core.Direction direction) static com.mojang.math.OctahedralGrouprotation(net.minecraft.world.level.block.Rotation internal)
-
Constructor Details
-
ExpandRotation
public ExpandRotation()
-
-
Method Details
-
getRotated
public static net.minecraft.world.level.block.Rotation getRotated(net.minecraft.world.level.block.Rotation internal, net.minecraft.world.level.block.Rotation rotation) -
rotation
public static com.mojang.math.OctahedralGroup rotation(net.minecraft.world.level.block.Rotation internal) -
rotate
public static net.minecraft.core.Direction rotate(net.minecraft.world.level.block.Rotation internal, net.minecraft.core.Direction direction) -
rotate
public static int rotate(net.minecraft.world.level.block.Rotation internal, int rotation, int positionCount)
-