Class ExpandBlockPos

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

@ZenRegister public class ExpandBlockPos extends Object
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    static net.minecraft.core.BlockPos
    above(net.minecraft.core.BlockPos internal)
     
    static net.minecraft.core.BlockPos
    above(net.minecraft.core.BlockPos internal, int distance)
     
    static net.minecraft.core.BlockPos
    asImmutable(net.minecraft.core.BlockPos internal)
     
    static long
    asLong(net.minecraft.core.BlockPos internal)
     
    static net.minecraft.core.BlockPos.MutableBlockPos
    asMutable(net.minecraft.core.BlockPos internal)
     
    static net.minecraft.core.BlockPos
    atY(net.minecraft.core.BlockPos internal, int value)
     
    static net.minecraft.core.BlockPos
    below(net.minecraft.core.BlockPos internal)
     
    static net.minecraft.core.BlockPos
    below(net.minecraft.core.BlockPos internal, int distance)
     
    static net.minecraft.core.BlockPos
    containing(double x, double y, double z)
     
    static net.minecraft.core.BlockPos
    containing(net.minecraft.core.Position position)
     
    static net.minecraft.core.BlockPos
    cross(net.minecraft.core.BlockPos internal, net.minecraft.core.Vec3i other)
     
    static net.minecraft.core.BlockPos
    east(net.minecraft.core.BlockPos internal)
     
    static net.minecraft.core.BlockPos
    east(net.minecraft.core.BlockPos internal, int distance)
     
    static net.minecraft.core.BlockPos
    multiply(net.minecraft.core.BlockPos internal, int scalar)
     
    static net.minecraft.core.BlockPos
    north(net.minecraft.core.BlockPos internal)
     
    static net.minecraft.core.BlockPos
    north(net.minecraft.core.BlockPos internal, int distance)
     
    static net.minecraft.core.BlockPos
    offset(net.minecraft.core.BlockPos internal, int x, int y, int z)
     
    static net.minecraft.core.BlockPos
    offset(net.minecraft.core.BlockPos internal, net.minecraft.core.Vec3i other)
     
    static net.minecraft.core.BlockPos
    relative(net.minecraft.core.BlockPos internal, net.minecraft.core.Direction direction)
     
    static net.minecraft.core.BlockPos
    relative(net.minecraft.core.BlockPos internal, net.minecraft.core.Direction.Axis axis, int distance)
     
    static net.minecraft.core.BlockPos
    relative(net.minecraft.core.BlockPos internal, net.minecraft.core.Direction direction, int distance)
     
    static net.minecraft.core.BlockPos
    rotate(net.minecraft.core.BlockPos internal, net.minecraft.world.level.block.Rotation rotation)
     
    static net.minecraft.core.BlockPos
    south(net.minecraft.core.BlockPos internal)
     
    static net.minecraft.core.BlockPos
    south(net.minecraft.core.BlockPos internal, int distance)
     
    static net.minecraft.core.BlockPos
    subtract(net.minecraft.core.BlockPos internal, net.minecraft.core.Vec3i other)
     
    static net.minecraft.core.BlockPos
    west(net.minecraft.core.BlockPos internal)
     
    static net.minecraft.core.BlockPos
    west(net.minecraft.core.BlockPos internal, int distance)
     

    Methods inherited from class java.lang.Object

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

    • ExpandBlockPos

      public ExpandBlockPos()
  • Method Details

    • containing

      public static net.minecraft.core.BlockPos containing(double x, double y, double z)
    • containing

      public static net.minecraft.core.BlockPos containing(net.minecraft.core.Position position)
    • asLong

      public static long asLong(net.minecraft.core.BlockPos internal)
    • offset

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

      public static net.minecraft.core.BlockPos offset(net.minecraft.core.BlockPos internal, net.minecraft.core.Vec3i other)
    • subtract

      public static net.minecraft.core.BlockPos subtract(net.minecraft.core.BlockPos internal, net.minecraft.core.Vec3i other)
    • multiply

      public static net.minecraft.core.BlockPos multiply(net.minecraft.core.BlockPos internal, int scalar)
    • above

      public static net.minecraft.core.BlockPos above(net.minecraft.core.BlockPos internal)
    • above

      public static net.minecraft.core.BlockPos above(net.minecraft.core.BlockPos internal, int distance)
    • below

      public static net.minecraft.core.BlockPos below(net.minecraft.core.BlockPos internal)
    • below

      public static net.minecraft.core.BlockPos below(net.minecraft.core.BlockPos internal, int distance)
    • north

      public static net.minecraft.core.BlockPos north(net.minecraft.core.BlockPos internal)
    • north

      public static net.minecraft.core.BlockPos north(net.minecraft.core.BlockPos internal, int distance)
    • south

      public static net.minecraft.core.BlockPos south(net.minecraft.core.BlockPos internal)
    • south

      public static net.minecraft.core.BlockPos south(net.minecraft.core.BlockPos internal, int distance)
    • west

      public static net.minecraft.core.BlockPos west(net.minecraft.core.BlockPos internal)
    • west

      public static net.minecraft.core.BlockPos west(net.minecraft.core.BlockPos internal, int distance)
    • east

      public static net.minecraft.core.BlockPos east(net.minecraft.core.BlockPos internal)
    • east

      public static net.minecraft.core.BlockPos east(net.minecraft.core.BlockPos internal, int distance)
    • relative

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

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

      public static net.minecraft.core.BlockPos relative(net.minecraft.core.BlockPos internal, net.minecraft.core.Direction.Axis axis, int distance)
    • rotate

      public static net.minecraft.core.BlockPos rotate(net.minecraft.core.BlockPos internal, net.minecraft.world.level.block.Rotation rotation)
    • cross

      public static net.minecraft.core.BlockPos cross(net.minecraft.core.BlockPos internal, net.minecraft.core.Vec3i other)
    • atY

      public static net.minecraft.core.BlockPos atY(net.minecraft.core.BlockPos internal, int value)
    • asImmutable

      public static net.minecraft.core.BlockPos asImmutable(net.minecraft.core.BlockPos internal)
    • asMutable

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