Class ExpandPosition

java.lang.Object
com.blamejared.crafttweaker.natives.util.ExpandPosition

@ZenRegister public class ExpandPosition extends Object
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    static double
    x(net.minecraft.core.Position internal)
     
    static double
    y(net.minecraft.core.Position internal)
     
    static double
    z(net.minecraft.core.Position internal)
     

    Methods inherited from class java.lang.Object

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

    • ExpandPosition

      public ExpandPosition()
  • Method Details

    • x

      public static double x(net.minecraft.core.Position internal)
    • y

      public static double y(net.minecraft.core.Position internal)
    • z

      public static double z(net.minecraft.core.Position internal)