Package codechicken.multipart.util
Class MultipartVoxelShape
java.lang.Object
net.minecraft.world.phys.shapes.VoxelShape
codechicken.multipart.util.MultipartVoxelShape
public class MultipartVoxelShape
extends net.minecraft.world.phys.shapes.VoxelShape
Created by covers1624 on 3/9/20.
-
Constructor Summary
ConstructorsConstructorDescriptionMultipartVoxelShape(net.minecraft.world.phys.shapes.VoxelShape shape, TileMultipart tile) -
Method Summary
Methods inherited from class net.minecraft.world.phys.shapes.VoxelShape
bounds, closestPointTo, collide, collideX, findIndex, forAllBoxes, forAllEdges, get, getFaceShape, isEmpty, max, max, min, min, move, optimize, singleEncompassing, toAabbs, toString
-
Constructor Details
-
MultipartVoxelShape
-
-
Method Details
-
getCoords
public it.unimi.dsi.fastutil.doubles.DoubleList getCoords(net.minecraft.core.Direction.Axis axis) - Specified by:
getCoordsin classnet.minecraft.world.phys.shapes.VoxelShape
-
clip
public net.minecraft.world.phys.BlockHitResult clip(net.minecraft.world.phys.Vec3 start, net.minecraft.world.phys.Vec3 end, net.minecraft.core.BlockPos pos) - Overrides:
clipin classnet.minecraft.world.phys.shapes.VoxelShape
-