Uses of Interface
org.bukkit.util.VoxelShape
Packages that use VoxelShape
Package
Description
Classes used to manipulate the voxels in a 
world,
 including special states.Generalized BlockData classes.
- 
Uses of VoxelShape in org.bukkit.block
Methods in org.bukkit.block that return VoxelShapeModifier and TypeMethodDescriptionBlock.getCollisionShape()Gets the collision shape of this block. - 
Uses of VoxelShape in org.bukkit.block.data
Methods in org.bukkit.block.data that return VoxelShapeModifier and TypeMethodDescriptionBlockData.getCollisionShape(@NotNull Location location) Calculates the collision shape this block data would have at a particular location.