Class ExpandMutableBlockPos

java.lang.Object
com.blamejared.crafttweaker.natives.util.math.ExpandMutableBlockPos

@ZenRegister public class ExpandMutableBlockPos extends Object
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    static net.minecraft.core.BlockPos.MutableBlockPos
    clamp(net.minecraft.core.BlockPos.MutableBlockPos internal, net.minecraft.core.Direction.Axis axis, int min, int max)
     
    static net.minecraft.core.BlockPos.MutableBlockPos
    move(net.minecraft.core.BlockPos.MutableBlockPos internal, int x, int y, int z)
     
    static net.minecraft.core.BlockPos.MutableBlockPos
    move(net.minecraft.core.BlockPos.MutableBlockPos internal, net.minecraft.core.Direction direction)
     
    static net.minecraft.core.BlockPos.MutableBlockPos
    move(net.minecraft.core.BlockPos.MutableBlockPos internal, net.minecraft.core.Direction direction, int distance)
     
    static net.minecraft.core.BlockPos.MutableBlockPos
    move(net.minecraft.core.BlockPos.MutableBlockPos internal, net.minecraft.core.Vec3i other)
     
    static net.minecraft.core.BlockPos.MutableBlockPos
    mutable(net.minecraft.core.BlockPos.MutableBlockPos internal)
     
    static net.minecraft.core.BlockPos.MutableBlockPos
    setValue(net.minecraft.core.BlockPos.MutableBlockPos internal, double x, double y, double z)
     
    static net.minecraft.core.BlockPos.MutableBlockPos
    setValue(net.minecraft.core.BlockPos.MutableBlockPos internal, int x, int y, int z)
     
    static net.minecraft.core.BlockPos.MutableBlockPos
    setValue(net.minecraft.core.BlockPos.MutableBlockPos internal, long value)
     
    static net.minecraft.core.BlockPos.MutableBlockPos
    setValue(net.minecraft.core.BlockPos.MutableBlockPos internal, net.minecraft.core.AxisCycle axisCycle, int x, int y, int z)
     
    static net.minecraft.core.BlockPos.MutableBlockPos
    setValue(net.minecraft.core.BlockPos.MutableBlockPos internal, net.minecraft.core.Vec3i value)
     
    static net.minecraft.core.BlockPos.MutableBlockPos
    setWithOffset(net.minecraft.core.BlockPos.MutableBlockPos internal, net.minecraft.core.Vec3i other, int x, int y, int z)
     
    static net.minecraft.core.BlockPos.MutableBlockPos
    setWithOffset(net.minecraft.core.BlockPos.MutableBlockPos internal, net.minecraft.core.Vec3i other, net.minecraft.core.Direction direction)
     
    static net.minecraft.core.BlockPos.MutableBlockPos
    setWithOffset(net.minecraft.core.BlockPos.MutableBlockPos internal, net.minecraft.core.Vec3i other, net.minecraft.core.Vec3i offset)
     
    static net.minecraft.core.BlockPos.MutableBlockPos
    setX(net.minecraft.core.BlockPos.MutableBlockPos internal, int x)
     
    static net.minecraft.core.BlockPos.MutableBlockPos
    setY(net.minecraft.core.BlockPos.MutableBlockPos internal, int y)
     
    static net.minecraft.core.BlockPos.MutableBlockPos
    setZ(net.minecraft.core.BlockPos.MutableBlockPos internal, int z)
     

    Methods inherited from class java.lang.Object

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

    • ExpandMutableBlockPos

      public ExpandMutableBlockPos()
  • Method Details

    • setValue

      public static net.minecraft.core.BlockPos.MutableBlockPos setValue(net.minecraft.core.BlockPos.MutableBlockPos internal, int x, int y, int z)
    • setValue

      public static net.minecraft.core.BlockPos.MutableBlockPos setValue(net.minecraft.core.BlockPos.MutableBlockPos internal, double x, double y, double z)
    • setValue

      public static net.minecraft.core.BlockPos.MutableBlockPos setValue(net.minecraft.core.BlockPos.MutableBlockPos internal, net.minecraft.core.Vec3i value)
    • setValue

      public static net.minecraft.core.BlockPos.MutableBlockPos setValue(net.minecraft.core.BlockPos.MutableBlockPos internal, long value)
    • setValue

      public static net.minecraft.core.BlockPos.MutableBlockPos setValue(net.minecraft.core.BlockPos.MutableBlockPos internal, net.minecraft.core.AxisCycle axisCycle, int x, int y, int z)
    • setWithOffset

      public static net.minecraft.core.BlockPos.MutableBlockPos setWithOffset(net.minecraft.core.BlockPos.MutableBlockPos internal, net.minecraft.core.Vec3i other, net.minecraft.core.Direction direction)
    • setWithOffset

      public static net.minecraft.core.BlockPos.MutableBlockPos setWithOffset(net.minecraft.core.BlockPos.MutableBlockPos internal, net.minecraft.core.Vec3i other, int x, int y, int z)
    • setWithOffset

      public static net.minecraft.core.BlockPos.MutableBlockPos setWithOffset(net.minecraft.core.BlockPos.MutableBlockPos internal, net.minecraft.core.Vec3i other, net.minecraft.core.Vec3i offset)
    • move

      public static net.minecraft.core.BlockPos.MutableBlockPos move(net.minecraft.core.BlockPos.MutableBlockPos internal, net.minecraft.core.Direction direction)
    • move

      public static net.minecraft.core.BlockPos.MutableBlockPos move(net.minecraft.core.BlockPos.MutableBlockPos internal, net.minecraft.core.Direction direction, int distance)
    • move

      public static net.minecraft.core.BlockPos.MutableBlockPos move(net.minecraft.core.BlockPos.MutableBlockPos internal, int x, int y, int z)
    • move

      public static net.minecraft.core.BlockPos.MutableBlockPos move(net.minecraft.core.BlockPos.MutableBlockPos internal, net.minecraft.core.Vec3i other)
    • clamp

      public static net.minecraft.core.BlockPos.MutableBlockPos clamp(net.minecraft.core.BlockPos.MutableBlockPos internal, net.minecraft.core.Direction.Axis axis, int min, int max)
    • setX

      public static net.minecraft.core.BlockPos.MutableBlockPos setX(net.minecraft.core.BlockPos.MutableBlockPos internal, int x)
    • setY

      public static net.minecraft.core.BlockPos.MutableBlockPos setY(net.minecraft.core.BlockPos.MutableBlockPos internal, int y)
    • setZ

      public static net.minecraft.core.BlockPos.MutableBlockPos setZ(net.minecraft.core.BlockPos.MutableBlockPos internal, int z)
    • mutable

      public static net.minecraft.core.BlockPos.MutableBlockPos mutable(net.minecraft.core.BlockPos.MutableBlockPos internal)