Package net.createmod.ponder.api.scene
Interface SelectionUtil
- All Known Implementing Classes:
PonderSceneBuildingUtil.PonderSelectionUtil
public interface SelectionUtil
-
Method Summary
Modifier and TypeMethodDescriptioncolumn(int x, int z) cuboid(net.minecraft.core.BlockPos origin, net.minecraft.core.Vec3i size) fromTo(int x, int y, int z, int x2, int y2, int z2) fromTo(net.minecraft.core.BlockPos pos1, net.minecraft.core.BlockPos pos2) layer(int y) layers(int y, int height) layersFrom(int y) position(int x, int y, int z) position(net.minecraft.core.BlockPos pos)
-
Method Details
-
everywhere
Selection everywhere() -
position
-
position
-
fromTo
-
fromTo
-
column
-
layer
-
layersFrom
-
layers
-
cuboid
-