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()net.createmod.catnip.math.VoxelShaperbuild(BiFunction<net.minecraft.world.phys.shapes.VoxelShape, net.minecraft.core.Direction, net.createmod.catnip.math.VoxelShaper> factory, net.minecraft.core.Direction direction) net.createmod.catnip.math.VoxelShaperbuild(BiFunction<net.minecraft.world.phys.shapes.VoxelShape, net.minecraft.core.Direction.Axis, net.createmod.catnip.math.VoxelShaper> factory, net.minecraft.core.Direction.Axis axis) erase(double x1, double y1, double z1, double x2, double y2, double z2) net.createmod.catnip.math.VoxelShaperforAxis()net.createmod.catnip.math.VoxelShapernet.createmod.catnip.math.VoxelShaperforDirectional(net.minecraft.core.Direction direction) net.createmod.catnip.math.VoxelShaperforHorizontal(net.minecraft.core.Direction direction) net.createmod.catnip.math.VoxelShaper
-
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 net.createmod.catnip.math.VoxelShaper build(BiFunction<net.minecraft.world.phys.shapes.VoxelShape, net.minecraft.core.Direction, net.createmod.catnip.math.VoxelShaper> factory, net.minecraft.core.Direction direction) -
build
public net.createmod.catnip.math.VoxelShaper build(BiFunction<net.minecraft.world.phys.shapes.VoxelShape, net.minecraft.core.Direction.Axis, net.createmod.catnip.math.VoxelShaper> factory, net.minecraft.core.Direction.Axis axis) -
forDirectional
public net.createmod.catnip.math.VoxelShaper forDirectional(net.minecraft.core.Direction direction) -
forAxis
public net.createmod.catnip.math.VoxelShaper forAxis() -
forHorizontalAxis
public net.createmod.catnip.math.VoxelShaper forHorizontalAxis() -
forHorizontal
public net.createmod.catnip.math.VoxelShaper forHorizontal(net.minecraft.core.Direction direction) -
forDirectional
public net.createmod.catnip.math.VoxelShaper forDirectional()
-