Uses of Class
net.minecraft.util.Direction.Plane
-
Packages that use Direction.Plane Package Description net.minecraft.util -
-
Uses of Direction.Plane in net.minecraft.util
Methods in net.minecraft.util that return Direction.Plane Modifier and Type Method Description Direction.PlaneDirection.Axis. getPlane()static Direction.PlaneDirection.Plane. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static Direction.Plane[]Direction.Plane. values()Returns an array containing the constants of this enum type, in the order they are declared.
-