Class SceneBuildingUtil.SelectionUtil
java.lang.Object
com.simibubi.create.foundation.ponder.SceneBuildingUtil.SelectionUtil
- Enclosing class:
- SceneBuildingUtil
-
Constructor Summary
Constructors -
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)
-
Constructor Details
-
SelectionUtil
public SelectionUtil()
-
-
Method Details
-
everywhere
-
position
-
position
-
fromTo
-
fromTo
-
column
-
layer
-
layersFrom
-
layers
-
cuboid
-