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
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected int
findIndex
(Direction.Axis pAxis, double pPosition) it.unimi.dsi.fastutil.doubles.DoubleList
getCoords
(Direction.Axis pAxis) 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
-