java.lang.Object
com.blamejared.crafttweaker.natives.util.direction.ExpandDirection

@ZenRegister public class ExpandDirection extends Object
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    static net.minecraft.core.Direction.Axis
    getAxis(net.minecraft.core.Direction internal)
     
    static net.minecraft.core.Direction.AxisDirection
    getAxisDirection(net.minecraft.core.Direction internal)
     
    static net.minecraft.core.Direction
    getClockWise(net.minecraft.core.Direction internal)
     
    static net.minecraft.core.Direction
    getClockWise(net.minecraft.core.Direction internal, net.minecraft.core.Direction.Axis axis)
     
    static net.minecraft.core.Direction
    getCounterClockWise(net.minecraft.core.Direction internal)
     
    static net.minecraft.core.Direction
    getCounterClockWise(net.minecraft.core.Direction internal, net.minecraft.core.Direction.Axis axis)
     
    static String
    getName(net.minecraft.core.Direction internal)
     
    static net.minecraft.core.Vec3i
    getNormal(net.minecraft.core.Direction internal)
     
    static net.minecraft.core.Direction
    getOpposite(net.minecraft.core.Direction internal)
     
    static com.mojang.math.Quaternion
    getRotation(net.minecraft.core.Direction internal)
     
    static int
    getStepX(net.minecraft.core.Direction internal)
     
    static int
    getStepY(net.minecraft.core.Direction internal)
     
    static int
    getStepZ(net.minecraft.core.Direction internal)
     
    static boolean
    isFacingAngle(net.minecraft.core.Direction internal, float degrees)
     
    static com.mojang.math.Vector3f
    step(net.minecraft.core.Direction internal)
     
    static float
    toYRot(net.minecraft.core.Direction internal)
     

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • ExpandDirection

      public ExpandDirection()
  • Method Details

    • getRotation

      public static com.mojang.math.Quaternion getRotation(net.minecraft.core.Direction internal)
    • getAxisDirection

      public static net.minecraft.core.Direction.AxisDirection getAxisDirection(net.minecraft.core.Direction internal)
    • getOpposite

      public static net.minecraft.core.Direction getOpposite(net.minecraft.core.Direction internal)
    • getClockWise

      public static net.minecraft.core.Direction getClockWise(net.minecraft.core.Direction internal, net.minecraft.core.Direction.Axis axis)
    • getCounterClockWise

      public static net.minecraft.core.Direction getCounterClockWise(net.minecraft.core.Direction internal, net.minecraft.core.Direction.Axis axis)
    • getClockWise

      public static net.minecraft.core.Direction getClockWise(net.minecraft.core.Direction internal)
    • getCounterClockWise

      public static net.minecraft.core.Direction getCounterClockWise(net.minecraft.core.Direction internal)
    • getStepX

      public static int getStepX(net.minecraft.core.Direction internal)
    • getStepY

      public static int getStepY(net.minecraft.core.Direction internal)
    • getStepZ

      public static int getStepZ(net.minecraft.core.Direction internal)
    • step

      public static com.mojang.math.Vector3f step(net.minecraft.core.Direction internal)
    • getName

      public static String getName(net.minecraft.core.Direction internal)
    • getAxis

      public static net.minecraft.core.Direction.Axis getAxis(net.minecraft.core.Direction internal)
    • toYRot

      public static float toYRot(net.minecraft.core.Direction internal)
    • getNormal

      public static net.minecraft.core.Vec3i getNormal(net.minecraft.core.Direction internal)
    • isFacingAngle

      public static boolean isFacingAngle(net.minecraft.core.Direction internal, float degrees)