public class SceneBuildingUtil.SelectionUtil
extends java.lang.Object
| Constructor and Description |
|---|
SelectionUtil() |
| Modifier and Type | Method and Description |
|---|---|
Selection |
column(int x,
int z) |
Selection |
cuboid(net.minecraft.util.math.BlockPos origin,
net.minecraft.util.math.vector.Vector3i size) |
Selection |
everywhere() |
Selection |
fromTo(net.minecraft.util.math.BlockPos pos1,
net.minecraft.util.math.BlockPos pos2) |
Selection |
fromTo(int x,
int y,
int z,
int x2,
int y2,
int z2) |
Selection |
layer(int y) |
Selection |
layers(int y,
int height) |
Selection |
layersFrom(int y) |
Selection |
position(net.minecraft.util.math.BlockPos pos) |
Selection |
position(int x,
int y,
int z) |
public Selection everywhere()
public Selection position(int x, int y, int z)
public Selection position(net.minecraft.util.math.BlockPos pos)
public Selection fromTo(int x, int y, int z, int x2, int y2, int z2)
public Selection fromTo(net.minecraft.util.math.BlockPos pos1, net.minecraft.util.math.BlockPos pos2)
public Selection column(int x, int z)
public Selection layer(int y)
public Selection layersFrom(int y)
public Selection layers(int y, int height)
public Selection cuboid(net.minecraft.util.math.BlockPos origin, net.minecraft.util.math.vector.Vector3i size)