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

@ZenRegister public class ExpandPlane extends Object
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    static net.minecraft.core.Direction.Axis
    getRandomAxis(net.minecraft.core.Direction.Plane internal, Random random)
     
    static net.minecraft.core.Direction
    getRandomDirection(net.minecraft.core.Direction.Plane internal, Random random)
     
    static Iterator<net.minecraft.core.Direction>
    iterator(net.minecraft.core.Direction.Plane internal)
     
    static boolean
    test(net.minecraft.core.Direction.Plane internal, net.minecraft.core.Direction direction)
     

    Methods inherited from class java.lang.Object

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

    • ExpandPlane

      public ExpandPlane()
  • Method Details

    • getRandomDirection

      public static net.minecraft.core.Direction getRandomDirection(net.minecraft.core.Direction.Plane internal, Random random)
    • getRandomAxis

      public static net.minecraft.core.Direction.Axis getRandomAxis(net.minecraft.core.Direction.Plane internal, Random random)
    • test

      public static boolean test(net.minecraft.core.Direction.Plane internal, net.minecraft.core.Direction direction)
    • iterator

      public static Iterator<net.minecraft.core.Direction> iterator(net.minecraft.core.Direction.Plane internal)