Class ExpandMutableBlockPos
java.lang.Object
com.blamejared.crafttweaker.natives.util.math.ExpandMutableBlockPos
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic net.minecraft.core.BlockPos.MutableBlockPosclamp(net.minecraft.core.BlockPos.MutableBlockPos internal, net.minecraft.core.Direction.Axis axis, int min, int max) static net.minecraft.core.BlockPos.MutableBlockPosmove(net.minecraft.core.BlockPos.MutableBlockPos internal, int x, int y, int z) static net.minecraft.core.BlockPos.MutableBlockPosmove(net.minecraft.core.BlockPos.MutableBlockPos internal, net.minecraft.core.Direction direction) static net.minecraft.core.BlockPos.MutableBlockPosmove(net.minecraft.core.BlockPos.MutableBlockPos internal, net.minecraft.core.Direction direction, int distance) static net.minecraft.core.BlockPos.MutableBlockPosmove(net.minecraft.core.BlockPos.MutableBlockPos internal, net.minecraft.core.Vec3i other) static net.minecraft.core.BlockPos.MutableBlockPosmutable(net.minecraft.core.BlockPos.MutableBlockPos internal) static net.minecraft.core.BlockPos.MutableBlockPossetValue(net.minecraft.core.BlockPos.MutableBlockPos internal, double x, double y, double z) static net.minecraft.core.BlockPos.MutableBlockPossetValue(net.minecraft.core.BlockPos.MutableBlockPos internal, int x, int y, int z) static net.minecraft.core.BlockPos.MutableBlockPossetValue(net.minecraft.core.BlockPos.MutableBlockPos internal, long value) static net.minecraft.core.BlockPos.MutableBlockPossetValue(net.minecraft.core.BlockPos.MutableBlockPos internal, net.minecraft.core.AxisCycle axisCycle, int x, int y, int z) static net.minecraft.core.BlockPos.MutableBlockPossetValue(net.minecraft.core.BlockPos.MutableBlockPos internal, net.minecraft.core.Vec3i value) static net.minecraft.core.BlockPos.MutableBlockPossetWithOffset(net.minecraft.core.BlockPos.MutableBlockPos internal, net.minecraft.core.Vec3i other, int x, int y, int z) static net.minecraft.core.BlockPos.MutableBlockPossetWithOffset(net.minecraft.core.BlockPos.MutableBlockPos internal, net.minecraft.core.Vec3i other, net.minecraft.core.Direction direction) static net.minecraft.core.BlockPos.MutableBlockPossetWithOffset(net.minecraft.core.BlockPos.MutableBlockPos internal, net.minecraft.core.Vec3i other, net.minecraft.core.Vec3i offset) static net.minecraft.core.BlockPos.MutableBlockPossetX(net.minecraft.core.BlockPos.MutableBlockPos internal, int x) static net.minecraft.core.BlockPos.MutableBlockPossetY(net.minecraft.core.BlockPos.MutableBlockPos internal, int y) static net.minecraft.core.BlockPos.MutableBlockPossetZ(net.minecraft.core.BlockPos.MutableBlockPos internal, int z)
-
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)
-