Package com.simibubi.create
Class AllShapes.Builder
java.lang.Object
com.simibubi.create.AllShapes.Builder
- Enclosing class:
- AllShapes
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionadd(double x1, double y1, double z1, double x2, double y2, double z2) add(net.minecraft.world.phys.shapes.VoxelShape shape) net.minecraft.world.phys.shapes.VoxelShapebuild()build(BiFunction<net.minecraft.world.phys.shapes.VoxelShape, net.minecraft.core.Direction, VoxelShaper> factory, net.minecraft.core.Direction direction) build(BiFunction<net.minecraft.world.phys.shapes.VoxelShape, net.minecraft.core.Direction.Axis, VoxelShaper> factory, net.minecraft.core.Direction.Axis axis) erase(double x1, double y1, double z1, double x2, double y2, double z2) forAxis()forDirectional(net.minecraft.core.Direction direction) forHorizontal(net.minecraft.core.Direction direction)
-
Constructor Details
-
Builder
public Builder(net.minecraft.world.phys.shapes.VoxelShape shape)
-
-
Method Details
-
add
-
add
-
erase
-
build
public net.minecraft.world.phys.shapes.VoxelShape build() -
build
public VoxelShaper build(BiFunction<net.minecraft.world.phys.shapes.VoxelShape, net.minecraft.core.Direction, VoxelShaper> factory, net.minecraft.core.Direction direction) -
build
public VoxelShaper build(BiFunction<net.minecraft.world.phys.shapes.VoxelShape, net.minecraft.core.Direction.Axis, VoxelShaper> factory, net.minecraft.core.Direction.Axis axis) -
forDirectional
-
forAxis
-
forHorizontalAxis
-
forHorizontal
-
forDirectional
-