Package net.minecraft.world.phys.shapes
Class CubeVoxelShape
java.lang.Object
net.minecraft.world.phys.shapes.VoxelShape
net.minecraft.world.phys.shapes.CubeVoxelShape
-
Field Summary
Fields inherited from class net.minecraft.world.phys.shapes.VoxelShape
shape
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionprotected int
findIndex
(Direction.Axis p_82769_, double p_82770_) protected it.unimi.dsi.fastutil.doubles.DoubleList
getCoords
(Direction.Axis p_82767_) Methods inherited from class net.minecraft.world.phys.shapes.VoxelShape
bounds, clip, closestPointTo, collide, collideX, forAllBoxes, forAllEdges, get, getFaceShape, isEmpty, max, max, min, min, move, optimize, singleEncompassing, toAabbs, toString
-
Constructor Details
-
CubeVoxelShape
-
-
Method Details
-
getCoords
- Specified by:
getCoords
in classVoxelShape
-
findIndex
- Overrides:
findIndex
in classVoxelShape
-