Uses of Class
net.minecraft.world.phys.shapes.VoxelShape
Packages that use VoxelShape
Package
Description
-
Uses of VoxelShape in net.minecraft.client.multiplayer
Methods in net.minecraft.client.multiplayer with parameters of type VoxelShapeModifier and TypeMethodDescriptionprivate void
ClientLevel.spawnParticle
(BlockPos pos, ParticleOptions particleData, VoxelShape voxelShape, double y) -
Uses of VoxelShape in net.minecraft.client.renderer
Methods in net.minecraft.client.renderer with parameters of type VoxelShapeModifier and TypeMethodDescriptionprivate static void
LevelRenderer.renderShape
(PoseStack poseStack, VertexConsumer consumer, VoxelShape shape, double x, double y, double z, float red, float green, float blue, float alpha) static void
LevelRenderer.renderVoxelShape
(PoseStack poseStack, VertexConsumer consumer, VoxelShape shape, double x, double y, double z, float red, float green, float blue, float alpha, boolean p_286443_) -
Uses of VoxelShape in net.minecraft.client.renderer.debug
Fields in net.minecraft.client.renderer.debug with type parameters of type VoxelShape -
Uses of VoxelShape in net.minecraft.world.entity
Methods in net.minecraft.world.entity that return types with arguments of type VoxelShapeModifier and TypeMethodDescriptionprivate static List
<VoxelShape> Entity.collectColliders
(Entity entity, Level level, List<VoxelShape> collisions, AABB boundingBox) Method parameters in net.minecraft.world.entity with type arguments of type VoxelShapeModifier and TypeMethodDescriptionprivate static float[]
Entity.collectCandidateStepUpHeights
(AABB box, List<VoxelShape> colliders, float deltaY, float maxUpStep) private static List
<VoxelShape> Entity.collectColliders
(Entity entity, Level level, List<VoxelShape> collisions, AABB boundingBox) static Vec3
Entity.collideBoundingBox
(Entity entity, Vec3 vec, AABB collisionBox, Level level, List<VoxelShape> potentialHits) private static Vec3
Entity.collideWithShapes
(Vec3 deltaMovement, AABB entityBB, List<VoxelShape> shapes) -
Uses of VoxelShape in net.minecraft.world.entity.vehicle
Methods in net.minecraft.world.entity.vehicle that return VoxelShapeModifier and TypeMethodDescriptionstatic VoxelShape
DismountHelper.nonClimbableShape
(BlockGetter level, BlockPos pos) Method parameters in net.minecraft.world.entity.vehicle with type arguments of type VoxelShapeModifier and TypeMethodDescriptionstatic double
DismountHelper.findCeilingFrom
(BlockPos pos, int ceiling, Function<BlockPos, VoxelShape> shapeForPos) -
Uses of VoxelShape in net.minecraft.world.level
Fields in net.minecraft.world.level declared as VoxelShapeFields in net.minecraft.world.level with type parameters of type VoxelShapeModifier and TypeFieldDescriptionprivate final BiFunction
<BlockPos.MutableBlockPos, VoxelShape, T> BlockCollisions.resultProvider
Methods in net.minecraft.world.level that return VoxelShapeModifier and TypeMethodDescriptionprivate VoxelShape
CollisionGetter.borderCollision
(Entity entity, AABB box) ClipContext.Block.get
(BlockState state, BlockGetter block, BlockPos pos, CollisionContext collisionContext) ClipContext.ShapeGetter.get
(BlockState state, BlockGetter block, BlockPos pos, CollisionContext collisionContext) ClipContext.getBlockShape
(BlockState blockState, BlockGetter level, BlockPos pos) ClipContext.getFluidShape
(FluidState state, BlockGetter level, BlockPos pos) Methods in net.minecraft.world.level that return types with arguments of type VoxelShapeModifier and TypeMethodDescriptiondefault Iterable
<VoxelShape> CollisionGetter.getBlockCollisions
(Entity entity, AABB collisionBox) default Iterable
<VoxelShape> CollisionGetter.getCollisions
(Entity entity, AABB collisionBox) CollisionGetter.getEntityCollisions
(Entity entity, AABB collisionBox) default List
<VoxelShape> CommonLevelAccessor.getEntityCollisions
(Entity entity, AABB collisionBox) default List
<VoxelShape> EntityGetter.getEntityCollisions
(Entity p_entity, AABB collisionBox) PathNavigationRegion.getEntityCollisions
(Entity entity, AABB collisionBox) Methods in net.minecraft.world.level with parameters of type VoxelShapeModifier and TypeMethodDescriptiondefault BlockHitResult
BlockGetter.clipWithInteractionOverride
(Vec3 startVec, Vec3 endVec, BlockPos pos, VoxelShape shape, BlockState state) CollisionGetter.findFreePosition
(Entity entity, VoxelShape shape, Vec3 pos, double x, double y, double z) default double
BlockGetter.getBlockFloorHeight
(VoxelShape shape, Supplier<VoxelShape> belowShapeSupplier) default boolean
CollisionGetter.isUnobstructed
(Entity entity, VoxelShape shape) default boolean
CommonLevelAccessor.isUnobstructed
(Entity entity, VoxelShape shape) default boolean
EntityGetter.isUnobstructed
(Entity p_entity, VoxelShape shape) Method parameters in net.minecraft.world.level with type arguments of type VoxelShapeModifier and TypeMethodDescriptiondefault double
BlockGetter.getBlockFloorHeight
(VoxelShape shape, Supplier<VoxelShape> belowShapeSupplier) Constructor parameters in net.minecraft.world.level with type arguments of type VoxelShapeModifierConstructorDescriptionBlockCollisions
(CollisionGetter collisionGetter, Entity entity, AABB box, boolean onlySuffocatingBlocks, BiFunction<BlockPos.MutableBlockPos, VoxelShape, T> resultProvider) -
Uses of VoxelShape in net.minecraft.world.level.block
Fields in net.minecraft.world.level.block declared as VoxelShapeModifier and TypeFieldDescriptionprivate static final VoxelShape
BaseCoralFanBlock.AABB
private static final VoxelShape
BaseCoralPlantTypeBlock.AABB
protected static final VoxelShape
BasePressurePlateBlock.AABB
protected static final VoxelShape
BaseTorchBlock.AABB
protected static final VoxelShape
ChestBlock.AABB
protected static final VoxelShape
LanternBlock.AABB
protected static final VoxelShape
TripWireBlock.AABB
protected static final VoxelShape
WaterlilyBlock.AABB
private static final VoxelShape
AnvilBlock.BASE
protected static final VoxelShape
BedBlock.BASE
private static final VoxelShape
HopperBlock.BASE
protected static final VoxelShape
EndPortalFrameBlock.BASE_SHAPE
private static final VoxelShape
PointedDripstoneBlock.BASE_SHAPE
private static final VoxelShape
BellBlock.BELL_BOTTOM_SHAPE
private static final VoxelShape
BellBlock.BELL_SHAPE
private static final VoxelShape
BellBlock.BELL_TOP_SHAPE
private static final VoxelShape
ScaffoldingBlock.BELOW_BLOCK
protected static final VoxelShape
ChorusFlowerBlock.BLOCK_SUPPORT_SHAPE
protected static final VoxelShape
SlabBlock.BOTTOM_AABB
protected static final VoxelShape
StairBlock.BOTTOM_AABB
protected static final VoxelShape
TrapDoorBlock.BOTTOM_AABB
protected static final VoxelShape[]
StairBlock.BOTTOM_SHAPES
private static final VoxelShape
DecoratedPotBlock.BOUNDING_BOX
protected static final VoxelShape
CandleCakeBlock.CAKE_SHAPE
protected static final VoxelShape
CandleCakeBlock.CANDLE_SHAPE
protected static final VoxelShape
ButtonBlock.CEILING_AABB_X
protected static final VoxelShape
ButtonBlock.CEILING_AABB_Z
static final VoxelShape
GrindstoneBlock.CEILING_EAST_WEST_ALL_LEGS
static final VoxelShape
GrindstoneBlock.CEILING_EAST_WEST_GRINDSTONE
static final VoxelShape
GrindstoneBlock.CEILING_EAST_WEST_LEFT_LEG
static final VoxelShape
GrindstoneBlock.CEILING_EAST_WEST_LEFT_PIVOT
static final VoxelShape
GrindstoneBlock.CEILING_EAST_WEST_LEFT_POST
static final VoxelShape
GrindstoneBlock.CEILING_EAST_WEST_RIGHT_LEG
static final VoxelShape
GrindstoneBlock.CEILING_EAST_WEST_RIGHT_PIVOT
static final VoxelShape
GrindstoneBlock.CEILING_EAST_WEST_RIGHT_POST
static final VoxelShape
GrindstoneBlock.CEILING_NORTH_SOUTH_ALL_LEGS
static final VoxelShape
GrindstoneBlock.CEILING_NORTH_SOUTH_GRINDSTONE
static final VoxelShape
GrindstoneBlock.CEILING_NORTH_SOUTH_LEFT_LEG
static final VoxelShape
GrindstoneBlock.CEILING_NORTH_SOUTH_LEFT_PIVOT
static final VoxelShape
GrindstoneBlock.CEILING_NORTH_SOUTH_LEFT_POST
static final VoxelShape
GrindstoneBlock.CEILING_NORTH_SOUTH_RIGHT_LEG
static final VoxelShape
GrindstoneBlock.CEILING_NORTH_SOUTH_RIGHT_PIVOT
static final VoxelShape
GrindstoneBlock.CEILING_NORTH_SOUTH_RIGHT_POST
private static final VoxelShape
BellBlock.CEILING_SHAPE
protected static final VoxelShape
SculkShriekerBlock.COLLIDER
protected static final VoxelShape
BambooStalkBlock.COLLISION_SHAPE
protected static final VoxelShape
CactusBlock.COLLISION_SHAPE
private static final VoxelShape
PitcherCropBlock.COLLISION_SHAPE_BULB
private static final VoxelShape
PitcherCropBlock.COLLISION_SHAPE_CROP
protected final VoxelShape[]
CrossCollisionBlock.collisionShapeByIndex
private static final VoxelShape
HopperBlock.CONVEX_BASE
protected static final VoxelShape
BaseFireBlock.DOWN_AABB
private static final VoxelShape
MultifaceBlock.DOWN_AABB
protected static final VoxelShape
LeverBlock.DOWN_AABB_X
protected static final VoxelShape
LeverBlock.DOWN_AABB_Z
private static final VoxelShape
HopperBlock.DOWN_INTERACTION_SHAPE
private static final VoxelShape
ShulkerBoxBlock.DOWN_OPEN_AABB
private static final VoxelShape
HopperBlock.DOWN_SHAPE
protected final VoxelShape
AmethystClusterBlock.downAabb
protected static final VoxelShape
ButtonBlock.EAST_AABB
protected static final VoxelShape
ChestBlock.EAST_AABB
protected static final VoxelShape[]
CocoaBlock.EAST_AABB
protected static final VoxelShape
DoorBlock.EAST_AABB
private static final VoxelShape
FireBlock.EAST_AABB
protected static final VoxelShape
LadderBlock.EAST_AABB
protected static final VoxelShape
LeverBlock.EAST_AABB
private static final VoxelShape
MultifaceBlock.EAST_AABB
protected static final VoxelShape
TripWireHookBlock.EAST_AABB
private static final VoxelShape
VineBlock.EAST_AABB
private static final VoxelShape
HopperBlock.EAST_INTERACTION_SHAPE
private static final VoxelShape
ShulkerBoxBlock.EAST_OPEN_AABB
protected static final VoxelShape
TrapDoorBlock.EAST_OPEN_AABB
protected static final VoxelShape
BedBlock.EAST_SHAPE
protected static final VoxelShape
BigDripleafStemBlock.EAST_SHAPE
private static final VoxelShape
HopperBlock.EAST_SHAPE
private static final VoxelShape
WallBlock.EAST_TEST
private static final VoxelShape
BellBlock.EAST_WEST_BETWEEN
private static final VoxelShape
BellBlock.EAST_WEST_FLOOR_SHAPE
protected final VoxelShape
AmethystClusterBlock.eastAabb
protected static final VoxelShape
EndPortalFrameBlock.EYE_SHAPE
private static final VoxelShape
PowderSnowBlock.FALLING_COLLISION_SHAPE
protected static final VoxelShape
BaseRailBlock.FLAT_AABB
protected static final VoxelShape
ButtonBlock.FLOOR_AABB_X
protected static final VoxelShape
ButtonBlock.FLOOR_AABB_Z
static final VoxelShape
GrindstoneBlock.FLOOR_EAST_WEST_ALL_LEGS
static final VoxelShape
GrindstoneBlock.FLOOR_EAST_WEST_GRINDSTONE
static final VoxelShape
GrindstoneBlock.FLOOR_EAST_WEST_LEFT_LEG
static final VoxelShape
GrindstoneBlock.FLOOR_EAST_WEST_LEFT_PIVOT
static final VoxelShape
GrindstoneBlock.FLOOR_EAST_WEST_LEFT_POST
static final VoxelShape
GrindstoneBlock.FLOOR_EAST_WEST_RIGHT_LEG
static final VoxelShape
GrindstoneBlock.FLOOR_EAST_WEST_RIGHT_PIVOT
static final VoxelShape
GrindstoneBlock.FLOOR_EAST_WEST_RIGHT_POST
static final VoxelShape
GrindstoneBlock.FLOOR_NORTH_SOUTH_ALL_LEGS
static final VoxelShape
GrindstoneBlock.FLOOR_NORTH_SOUTH_GRINDSTONE
static final VoxelShape
GrindstoneBlock.FLOOR_NORTH_SOUTH_LEFT_LEG
static final VoxelShape
GrindstoneBlock.FLOOR_NORTH_SOUTH_LEFT_PIVOT
static final VoxelShape
GrindstoneBlock.FLOOR_NORTH_SOUTH_LEFT_POST
static final VoxelShape
GrindstoneBlock.FLOOR_NORTH_SOUTH_RIGHT_LEG
static final VoxelShape
GrindstoneBlock.FLOOR_NORTH_SOUTH_RIGHT_PIVOT
static final VoxelShape
GrindstoneBlock.FLOOR_NORTH_SOUTH_RIGHT_POST
private static final VoxelShape
CandleBlock.FOUR_AABB
protected static final VoxelShape
SeaPickleBlock.FOUR_AABB
private static final VoxelShape
PointedDripstoneBlock.FRUSTUM_SHAPE
private static final VoxelShape
PitcherCropBlock.FULL_LOWER_SHAPE
protected static final VoxelShape
EndPortalFrameBlock.FULL_SHAPE
private static final VoxelShape
PitcherCropBlock.FULL_UPPER_SHAPE
private static final VoxelShape
HopperBlock.FUNNEL
protected static final VoxelShape
BaseRailBlock.HALF_BLOCK_AABB
protected static final VoxelShape
LanternBlock.HANGING_AABB
private static final VoxelShape
AbstractCauldronBlock.INSIDE
private static final VoxelShape
HopperBlock.INSIDE
protected static final VoxelShape
BambooStalkBlock.LARGE_SHAPE
protected static final VoxelShape
BedBlock.LEG_NORTH_EAST
protected static final VoxelShape
BedBlock.LEG_NORTH_WEST
protected static final VoxelShape
BedBlock.LEG_SOUTH_EAST
protected static final VoxelShape
BedBlock.LEG_SOUTH_WEST
private static final VoxelShape[]
PitcherCropBlock.LOWER_SHAPE_BY_AGE
private static final VoxelShape
SweetBerryBushBlock.MID_GROWTH_SHAPE
private static final VoxelShape
PointedDripstoneBlock.MIDDLE_SHAPE
private static final VoxelShape
TurtleEggBlock.MULTIPLE_EGGS_AABB
protected static final VoxelShape
ButtonBlock.NORTH_AABB
protected static final VoxelShape
ChestBlock.NORTH_AABB
protected static final VoxelShape[]
CocoaBlock.NORTH_AABB
protected static final VoxelShape
DoorBlock.NORTH_AABB
private static final VoxelShape
FireBlock.NORTH_AABB
protected static final VoxelShape
LadderBlock.NORTH_AABB
protected static final VoxelShape
LeverBlock.NORTH_AABB
private static final VoxelShape
MultifaceBlock.NORTH_AABB
protected static final VoxelShape
TripWireHookBlock.NORTH_AABB
private static final VoxelShape
VineBlock.NORTH_AABB
private static final VoxelShape
HopperBlock.NORTH_INTERACTION_SHAPE
private static final VoxelShape
ShulkerBoxBlock.NORTH_OPEN_AABB
protected static final VoxelShape
TrapDoorBlock.NORTH_OPEN_AABB
protected static final VoxelShape
BedBlock.NORTH_SHAPE
protected static final VoxelShape
BigDripleafStemBlock.NORTH_SHAPE
private static final VoxelShape
HopperBlock.NORTH_SHAPE
private static final VoxelShape
BellBlock.NORTH_SOUTH_BETWEEN
private static final VoxelShape
BellBlock.NORTH_SOUTH_FLOOR_SHAPE
private static final VoxelShape
WallBlock.NORTH_TEST
protected final VoxelShape
AmethystClusterBlock.northAabb
protected static final VoxelShape
TripWireBlock.NOT_ATTACHED_AABB
private final VoxelShape[]
FenceBlock.occlusionByIndex
protected static final VoxelShape
StairBlock.OCTET_NNN
protected static final VoxelShape
StairBlock.OCTET_NNP
protected static final VoxelShape
StairBlock.OCTET_NPN
protected static final VoxelShape
StairBlock.OCTET_NPP
protected static final VoxelShape
StairBlock.OCTET_PNN
protected static final VoxelShape
StairBlock.OCTET_PNP
protected static final VoxelShape
StairBlock.OCTET_PPN
protected static final VoxelShape
StairBlock.OCTET_PPP
private static final VoxelShape
CandleBlock.ONE_AABB
protected static final VoxelShape
SeaPickleBlock.ONE_AABB
private static final VoxelShape
TurtleEggBlock.ONE_EGG_AABB
private static final VoxelShape
ComposterBlock.OUTER_SHAPE
protected static final VoxelShape
CactusBlock.OUTLINE_SHAPE
protected static final VoxelShape
SkullBlock.PIGLIN_SHAPE
static final VoxelShape
WallHangingSignBlock.PLANK_EASTWEST
static final VoxelShape
WallHangingSignBlock.PLANK_NORTHSOUTH
private static final VoxelShape
WallBlock.POST_TEST
protected static final VoxelShape
BasePressurePlateBlock.PRESSED_AABB
protected static final VoxelShape
ButtonBlock.PRESSED_CEILING_AABB_X
protected static final VoxelShape
ButtonBlock.PRESSED_CEILING_AABB_Z
protected static final VoxelShape
ButtonBlock.PRESSED_EAST_AABB
protected static final VoxelShape
ButtonBlock.PRESSED_FLOOR_AABB_X
protected static final VoxelShape
ButtonBlock.PRESSED_FLOOR_AABB_Z
protected static final VoxelShape
ButtonBlock.PRESSED_NORTH_AABB
protected static final VoxelShape
ButtonBlock.PRESSED_SOUTH_AABB
protected static final VoxelShape
ButtonBlock.PRESSED_WEST_AABB
private static final VoxelShape
PointedDripstoneBlock.REQUIRED_SPACE_TO_DRIP_THROUGH_NON_SOLID_BLOCK
protected static final VoxelShape
BambooSaplingBlock.SAPLING_SHAPE
private static final VoxelShape
SweetBerryBushBlock.SAPLING_SHAPE
protected final VoxelShape
GrowingPlantBlock.shape
protected static final VoxelShape
AbstractCauldronBlock.SHAPE
private static final VoxelShape
AzaleaBlock.SHAPE
private static final VoxelShape
BannerBlock.SHAPE
protected static final VoxelShape
BaseCoralPlantBlock.SHAPE
protected static final VoxelShape
BrewingStandBlock.SHAPE
protected static final VoxelShape
CampfireBlock.SHAPE
protected static final VoxelShape
CandleCakeBlock.SHAPE
protected static final VoxelShape
CarpetBlock.SHAPE
static final VoxelShape
CaveVines.SHAPE
protected static final VoxelShape
CeilingHangingSignBlock.SHAPE
protected static final VoxelShape
ConduitBlock.SHAPE
protected static final VoxelShape
CoralPlantBlock.SHAPE
protected static final VoxelShape
DaylightDetectorBlock.SHAPE
protected static final VoxelShape
DeadBushBlock.SHAPE
protected static final VoxelShape
DiodeBlock.SHAPE
protected static final VoxelShape
DirtPathBlock.SHAPE
protected static final VoxelShape
DragonEggBlock.SHAPE
protected static final VoxelShape
EnchantingTableBlock.SHAPE
protected static final VoxelShape
EnderChestBlock.SHAPE
protected static final VoxelShape
EndPortalBlock.SHAPE
protected static final VoxelShape
FarmBlock.SHAPE
protected static final VoxelShape
FlowerBlock.SHAPE
protected static final VoxelShape
FlowerPotBlock.SHAPE
protected static final VoxelShape
FrogspawnBlock.SHAPE
protected static final VoxelShape
FungusBlock.SHAPE
protected static final VoxelShape
HangingRootsBlock.SHAPE
private static final VoxelShape
HeavyCoreBlock.SHAPE
protected static final VoxelShape
HoneyBlock.SHAPE
protected static final VoxelShape
KelpBlock.SHAPE
protected static final VoxelShape
MudBlock.SHAPE
protected static final VoxelShape
MushroomBlock.SHAPE
protected static final VoxelShape
NetherSproutsBlock.SHAPE
protected static final VoxelShape
RootsBlock.SHAPE
protected static final VoxelShape
SaplingBlock.SHAPE
protected static final VoxelShape
SculkSensorBlock.SHAPE
protected static final VoxelShape
SeagrassBlock.SHAPE
protected static final VoxelShape
SignBlock.SHAPE
protected static final VoxelShape
SkullBlock.SHAPE
protected static final VoxelShape
SmallDripleafBlock.SHAPE
private static final VoxelShape
SnifferEggBlock.SHAPE
protected static final VoxelShape
SoulSandBlock.SHAPE
private static final VoxelShape
SporeBlossomBlock.SHAPE
protected static final VoxelShape
StonecutterBlock.SHAPE
private static final VoxelShape
StructureVoidBlock.SHAPE
protected static final VoxelShape
SugarCaneBlock.SHAPE
protected static final VoxelShape
TallGrassBlock.SHAPE
protected static final VoxelShape
TallSeagrassBlock.SHAPE
static final VoxelShape
TwistingVinesBlock.SHAPE
static final VoxelShape
TwistingVinesPlantBlock.SHAPE
protected static final VoxelShape
WeepingVinesBlock.SHAPE
static final VoxelShape
WeepingVinesPlantBlock.SHAPE
static final VoxelShape
LecternBlock.SHAPE_BASE
private static final VoxelShape[]
BeetrootBlock.SHAPE_BY_AGE
private static final VoxelShape[]
CarrotBlock.SHAPE_BY_AGE
private static final VoxelShape[]
CropBlock.SHAPE_BY_AGE
private static final VoxelShape[]
NetherWartBlock.SHAPE_BY_AGE
private static final VoxelShape[]
PotatoBlock.SHAPE_BY_AGE
protected static final VoxelShape[]
StemBlock.SHAPE_BY_AGE
private static final VoxelShape[]
TorchflowerCropBlock.SHAPE_BY_AGE
protected static final VoxelShape[]
CakeBlock.SHAPE_BY_BITE
protected static final VoxelShape[]
SnowLayerBlock.SHAPE_BY_LAYER
static final VoxelShape
LecternBlock.SHAPE_COLLISION
static final VoxelShape
LecternBlock.SHAPE_COMMON
private static final VoxelShape
RedStoneWireBlock.SHAPE_DOT
static final VoxelShape
LecternBlock.SHAPE_EAST
static final VoxelShape
WallHangingSignBlock.SHAPE_EASTWEST
static final VoxelShape
LecternBlock.SHAPE_NORTH
static final VoxelShape
WallHangingSignBlock.SHAPE_NORTHSOUTH
private static final VoxelShape[]
MangrovePropaguleBlock.SHAPE_PER_AGE
static final VoxelShape
LecternBlock.SHAPE_POST
static final VoxelShape
LecternBlock.SHAPE_SOUTH
static final VoxelShape
LecternBlock.SHAPE_TOP_PLATE
static final VoxelShape
LecternBlock.SHAPE_WEST
protected final VoxelShape[]
CrossCollisionBlock.shapeByIndex
protected final VoxelShape[]
PipeBlock.shapeByIndex
private static final VoxelShape[]
ComposterBlock.SHAPES
protected static final VoxelShape
BambooStalkBlock.SMALL_SHAPE
protected static final VoxelShape
ButtonBlock.SOUTH_AABB
protected static final VoxelShape
ChestBlock.SOUTH_AABB
protected static final VoxelShape[]
CocoaBlock.SOUTH_AABB
protected static final VoxelShape
DoorBlock.SOUTH_AABB
private static final VoxelShape
FireBlock.SOUTH_AABB
protected static final VoxelShape
LadderBlock.SOUTH_AABB
protected static final VoxelShape
LeverBlock.SOUTH_AABB
private static final VoxelShape
MultifaceBlock.SOUTH_AABB
protected static final VoxelShape
TripWireHookBlock.SOUTH_AABB
private static final VoxelShape
VineBlock.SOUTH_AABB
private static final VoxelShape
HopperBlock.SOUTH_INTERACTION_SHAPE
private static final VoxelShape
ShulkerBoxBlock.SOUTH_OPEN_AABB
protected static final VoxelShape
TrapDoorBlock.SOUTH_OPEN_AABB
protected static final VoxelShape
BedBlock.SOUTH_SHAPE
protected static final VoxelShape
BigDripleafStemBlock.SOUTH_SHAPE
private static final VoxelShape
HopperBlock.SOUTH_SHAPE
private static final VoxelShape
WallBlock.SOUTH_TEST
protected final VoxelShape
AmethystClusterBlock.southAabb
static final VoxelShape
LiquidBlock.STABLE_SHAPE
private static final VoxelShape
ScaffoldingBlock.STABLE_SHAPE
private static final VoxelShape
BigDripleafBlock.STEM_SLICER
private static final VoxelShape
CandleBlock.THREE_AABB
protected static final VoxelShape
SeaPickleBlock.THREE_AABB
private static final VoxelShape
PointedDripstoneBlock.TIP_MERGE_SHAPE
private static final VoxelShape
PointedDripstoneBlock.TIP_SHAPE_DOWN
private static final VoxelShape
PointedDripstoneBlock.TIP_SHAPE_UP
private static final VoxelShape
BellBlock.TO_EAST
private static final VoxelShape
BellBlock.TO_NORTH
private static final VoxelShape
BellBlock.TO_SOUTH
private static final VoxelShape
BellBlock.TO_WEST
private static final VoxelShape
HopperBlock.TOP
protected static final VoxelShape
SlabBlock.TOP_AABB
protected static final VoxelShape
StairBlock.TOP_AABB
protected static final VoxelShape
TrapDoorBlock.TOP_AABB
protected static final VoxelShape[]
StairBlock.TOP_SHAPES
private static final VoxelShape
CandleBlock.TWO_AABB
protected static final VoxelShape
SeaPickleBlock.TWO_AABB
private static final VoxelShape
ScaffoldingBlock.UNSTABLE_SHAPE
private static final VoxelShape
ScaffoldingBlock.UNSTABLE_SHAPE_BOTTOM
private static final VoxelShape
FireBlock.UP_AABB
private static final VoxelShape
MultifaceBlock.UP_AABB
private static final VoxelShape
VineBlock.UP_AABB
protected static final VoxelShape
LeverBlock.UP_AABB_X
protected static final VoxelShape
LeverBlock.UP_AABB_Z
private static final VoxelShape
ShulkerBoxBlock.UP_OPEN_AABB
protected final VoxelShape
AmethystClusterBlock.upAabb
private static final VoxelShape[]
PitcherCropBlock.UPPER_SHAPE_BY_AGE
private static final VoxelShape
CampfireBlock.VIRTUAL_FENCE_POST
static final VoxelShape
GrindstoneBlock.WALL_EAST_ALL_LEGS
static final VoxelShape
GrindstoneBlock.WALL_EAST_GRINDSTONE
static final VoxelShape
GrindstoneBlock.WALL_EAST_LEFT_LEG
static final VoxelShape
GrindstoneBlock.WALL_EAST_LEFT_PIVOT
static final VoxelShape
GrindstoneBlock.WALL_EAST_LEFT_POST
static final VoxelShape
GrindstoneBlock.WALL_EAST_RIGHT_LEG
static final VoxelShape
GrindstoneBlock.WALL_EAST_RIGHT_PIVOT
static final VoxelShape
GrindstoneBlock.WALL_EAST_RIGHT_POST
static final VoxelShape
GrindstoneBlock.WALL_NORTH_ALL_LEGS
static final VoxelShape
GrindstoneBlock.WALL_NORTH_GRINDSTONE
static final VoxelShape
GrindstoneBlock.WALL_NORTH_LEFT_LEG
static final VoxelShape
GrindstoneBlock.WALL_NORTH_LEFT_PIVOT
static final VoxelShape
GrindstoneBlock.WALL_NORTH_LEFT_POST
static final VoxelShape
GrindstoneBlock.WALL_NORTH_RIGHT_LEG
static final VoxelShape
GrindstoneBlock.WALL_NORTH_RIGHT_PIVOT
static final VoxelShape
GrindstoneBlock.WALL_NORTH_RIGHT_POST
static final VoxelShape
GrindstoneBlock.WALL_SOUTH_ALL_LEGS
static final VoxelShape
GrindstoneBlock.WALL_SOUTH_GRINDSTONE
static final VoxelShape
GrindstoneBlock.WALL_SOUTH_LEFT_LEG
static final VoxelShape
GrindstoneBlock.WALL_SOUTH_LEFT_PIVOT
static final VoxelShape
GrindstoneBlock.WALL_SOUTH_LEFT_POST
static final VoxelShape
GrindstoneBlock.WALL_SOUTH_RIGHT_LEG
static final VoxelShape
GrindstoneBlock.WALL_SOUTH_RIGHT_PIVOT
static final VoxelShape
GrindstoneBlock.WALL_SOUTH_RIGHT_POST
static final VoxelShape
GrindstoneBlock.WALL_WEST_ALL_LEGS
static final VoxelShape
GrindstoneBlock.WALL_WEST_GRINDSTONE
static final VoxelShape
GrindstoneBlock.WALL_WEST_LEFT_LEG
static final VoxelShape
GrindstoneBlock.WALL_WEST_LEFT_PIVOT
static final VoxelShape
GrindstoneBlock.WALL_WEST_LEFT_POST
static final VoxelShape
GrindstoneBlock.WALL_WEST_RIGHT_LEG
static final VoxelShape
GrindstoneBlock.WALL_WEST_RIGHT_PIVOT
static final VoxelShape
GrindstoneBlock.WALL_WEST_RIGHT_POST
private static final VoxelShape
ShulkerBoxBlock.WES_OPEN_AABB
protected static final VoxelShape
ButtonBlock.WEST_AABB
protected static final VoxelShape
ChestBlock.WEST_AABB
protected static final VoxelShape[]
CocoaBlock.WEST_AABB
protected static final VoxelShape
DoorBlock.WEST_AABB
private static final VoxelShape
FireBlock.WEST_AABB
protected static final VoxelShape
LadderBlock.WEST_AABB
protected static final VoxelShape
LeverBlock.WEST_AABB
private static final VoxelShape
MultifaceBlock.WEST_AABB
protected static final VoxelShape
TripWireHookBlock.WEST_AABB
private static final VoxelShape
VineBlock.WEST_AABB
private static final VoxelShape
HopperBlock.WEST_INTERACTION_SHAPE
protected static final VoxelShape
TrapDoorBlock.WEST_OPEN_AABB
protected static final VoxelShape
BedBlock.WEST_SHAPE
protected static final VoxelShape
BigDripleafStemBlock.WEST_SHAPE
private static final VoxelShape
HopperBlock.WEST_SHAPE
private static final VoxelShape
WallBlock.WEST_TEST
protected final VoxelShape
AmethystClusterBlock.westAabb
private static final VoxelShape
AnvilBlock.X_AXIS_AABB
protected static final VoxelShape
ChainBlock.X_AXIS_AABB
protected static final VoxelShape
NetherPortalBlock.X_AXIS_AABB
protected static final VoxelShape
RodBlock.X_AXIS_AABB
protected static final VoxelShape
FenceGateBlock.X_COLLISION_SHAPE
private static final VoxelShape
AnvilBlock.X_LEG1
private static final VoxelShape
AnvilBlock.X_LEG2
protected static final VoxelShape
FenceGateBlock.X_OCCLUSION_SHAPE
protected static final VoxelShape
FenceGateBlock.X_OCCLUSION_SHAPE_LOW
protected static final VoxelShape
FenceGateBlock.X_SHAPE
protected static final VoxelShape
FenceGateBlock.X_SHAPE_LOW
protected static final VoxelShape
FenceGateBlock.X_SUPPORT_SHAPE
private static final VoxelShape
AnvilBlock.X_TOP
protected static final VoxelShape
ChainBlock.Y_AXIS_AABB
protected static final VoxelShape
RodBlock.Y_AXIS_AABB
private static final VoxelShape
AnvilBlock.Z_AXIS_AABB
protected static final VoxelShape
ChainBlock.Z_AXIS_AABB
protected static final VoxelShape
NetherPortalBlock.Z_AXIS_AABB
protected static final VoxelShape
RodBlock.Z_AXIS_AABB
protected static final VoxelShape
FenceGateBlock.Z_COLLISION_SHAPE
private static final VoxelShape
AnvilBlock.Z_LEG1
private static final VoxelShape
AnvilBlock.Z_LEG2
protected static final VoxelShape
FenceGateBlock.Z_OCCLUSION_SHAPE
protected static final VoxelShape
FenceGateBlock.Z_OCCLUSION_SHAPE_LOW
protected static final VoxelShape
FenceGateBlock.Z_SHAPE
protected static final VoxelShape
FenceGateBlock.Z_SHAPE_LOW
protected static final VoxelShape
FenceGateBlock.Z_SUPPORT_SHAPE
private static final VoxelShape
AnvilBlock.Z_TOP
Fields in net.minecraft.world.level.block with type parameters of type VoxelShapeModifier and TypeFieldDescriptionprivate static final Map
<Direction, VoxelShape> AttachedStemBlock.AABBS
private static final Map
<Integer, VoxelShape> CeilingHangingSignBlock.AABBS
private static final Map
<Direction, VoxelShape> PiglinWallSkullBlock.AABBS
private static final Map
<Direction, VoxelShape> WallHangingSignBlock.AABBS
private static final Map
<Direction, VoxelShape> WallSignBlock.AABBS
private static final Map
<Direction, VoxelShape> WallSkullBlock.AABBS
private static final Map
<Direction, VoxelShape> WallTorchBlock.AABBS
private final Map
<BlockState, VoxelShape> WallBlock.collisionShapeByIndex
private static final Map
<Tilt, VoxelShape> BigDripleafBlock.LEAF_SHAPES
private static final Map
<Direction, VoxelShape> ShulkerBoxBlock.OPEN_SHAPE_BY_DIRECTION
private static final Map
<Direction, VoxelShape> MultifaceBlock.SHAPE_BY_DIRECTION
private static final BiFunction
<Direction, Integer, VoxelShape> PinkPetalsBlock.SHAPE_BY_PROPERTIES
private static final com.google.common.cache.LoadingCache
<VoxelShape, Boolean> Block.SHAPE_FULL_BLOCK_CACHE
private final Map
<BlockState, VoxelShape> WallBlock.shapeByIndex
private static final Map
<Direction, VoxelShape> BaseCoralWallFanBlock.SHAPES
private static final Map
<Direction, VoxelShape> WallBannerBlock.SHAPES
private static final Map
<BlockState, VoxelShape> RedStoneWireBlock.SHAPES_CACHE
private static final Map
<Direction, VoxelShape> RedStoneWireBlock.SHAPES_FLOOR
private static final Map
<Direction, VoxelShape> RedStoneWireBlock.SHAPES_UP
private final Map
<BlockState, VoxelShape> BigDripleafBlock.shapesCache
private final Map
<BlockState, VoxelShape> FireBlock.shapesCache
private final com.google.common.collect.ImmutableMap
<BlockState, VoxelShape> MultifaceBlock.shapesCache
private final Map
<BlockState, VoxelShape> VineBlock.shapesCache
private static final Map
<Direction, VoxelShape> BigDripleafBlock.STEM_SHAPES
Methods in net.minecraft.world.level.block that return VoxelShapeModifier and TypeMethodDescriptionprivate static VoxelShape
WallBlock.applyWallShape
(VoxelShape baseShape, WallSide height, VoxelShape lowShape, VoxelShape tallShape) static VoxelShape
Block.box
(double x1, double y1, double z1, double x2, double y2, double z2) private static VoxelShape
MultifaceBlock.calculateMultifaceShape
(BlockState state) private static VoxelShape
BigDripleafBlock.calculateShape
(BlockState state) private static VoxelShape
FireBlock.calculateShape
(BlockState state) private VoxelShape
RedStoneWireBlock.calculateShape
(BlockState state) private static VoxelShape
VineBlock.calculateShape
(BlockState state) protected VoxelShape
CeilingHangingSignBlock.getBlockSupportShape
(BlockState state, BlockGetter level, BlockPos pos) ChorusFlowerBlock.getBlockSupportShape
(BlockState state, BlockGetter level, BlockPos pos) protected VoxelShape
FenceGateBlock.getBlockSupportShape
(BlockState state, BlockGetter level, BlockPos pos) protected VoxelShape
LeavesBlock.getBlockSupportShape
(BlockState state, BlockGetter reader, BlockPos pos) protected VoxelShape
MudBlock.getBlockSupportShape
(BlockState p_221566_, BlockGetter p_221567_, BlockPos p_221568_) protected VoxelShape
ShulkerBoxBlock.getBlockSupportShape
(BlockState state, BlockGetter level, BlockPos pos) protected VoxelShape
SnowLayerBlock.getBlockSupportShape
(BlockState state, BlockGetter reader, BlockPos pos) protected VoxelShape
SoulSandBlock.getBlockSupportShape
(BlockState state, BlockGetter reader, BlockPos pos) protected VoxelShape
WallHangingSignBlock.getBlockSupportShape
(BlockState state, BlockGetter level, BlockPos pos) protected VoxelShape
BambooStalkBlock.getCollisionShape
(BlockState state, BlockGetter level, BlockPos pos, CollisionContext context) protected VoxelShape
BellBlock.getCollisionShape
(BlockState state, BlockGetter level, BlockPos pos, CollisionContext context) protected VoxelShape
BigDripleafBlock.getCollisionShape
(BlockState state, BlockGetter level, BlockPos pos, CollisionContext context) protected VoxelShape
CactusBlock.getCollisionShape
(BlockState state, BlockGetter level, BlockPos pos, CollisionContext context) protected VoxelShape
ComposterBlock.getCollisionShape
(BlockState state, BlockGetter level, BlockPos pos, CollisionContext context) protected VoxelShape
CrossCollisionBlock.getCollisionShape
(BlockState state, BlockGetter level, BlockPos pos, CollisionContext context) protected VoxelShape
FenceGateBlock.getCollisionShape
(BlockState state, BlockGetter level, BlockPos pos, CollisionContext context) protected VoxelShape
GrindstoneBlock.getCollisionShape
(BlockState state, BlockGetter level, BlockPos pos, CollisionContext context) protected VoxelShape
HoneyBlock.getCollisionShape
(BlockState state, BlockGetter level, BlockPos pos, CollisionContext context) protected VoxelShape
LecternBlock.getCollisionShape
(BlockState state, BlockGetter level, BlockPos pos, CollisionContext context) protected VoxelShape
LiquidBlock.getCollisionShape
(BlockState state, BlockGetter level, BlockPos pos, CollisionContext context) protected VoxelShape
MudBlock.getCollisionShape
(BlockState p_221561_, BlockGetter p_221562_, BlockPos p_221563_, CollisionContext p_221564_) PitcherCropBlock.getCollisionShape
(BlockState state, BlockGetter level, BlockPos pos, CollisionContext context) protected VoxelShape
PowderSnowBlock.getCollisionShape
(BlockState state, BlockGetter level, BlockPos pos, CollisionContext context) protected VoxelShape
ScaffoldingBlock.getCollisionShape
(BlockState state, BlockGetter level, BlockPos pos, CollisionContext context) protected VoxelShape
SculkShriekerBlock.getCollisionShape
(BlockState state, BlockGetter level, BlockPos pos, CollisionContext context) protected VoxelShape
SnowLayerBlock.getCollisionShape
(BlockState state, BlockGetter level, BlockPos pos, CollisionContext context) protected VoxelShape
SoulSandBlock.getCollisionShape
(BlockState state, BlockGetter level, BlockPos pos, CollisionContext context) protected VoxelShape
WallBlock.getCollisionShape
(BlockState state, BlockGetter level, BlockPos pos, CollisionContext context) protected VoxelShape
WallHangingSignBlock.getCollisionShape
(BlockState state, BlockGetter level, BlockPos pos, CollisionContext context) protected VoxelShape
AbstractCauldronBlock.getInteractionShape
(BlockState state, BlockGetter level, BlockPos pos) protected VoxelShape
ComposterBlock.getInteractionShape
(BlockState state, BlockGetter level, BlockPos pos) protected VoxelShape
HopperBlock.getInteractionShape
(BlockState state, BlockGetter level, BlockPos pos) protected VoxelShape
ScaffoldingBlock.getInteractionShape
(BlockState state, BlockGetter level, BlockPos pos) protected VoxelShape
FenceBlock.getOcclusionShape
(BlockState state, BlockGetter level, BlockPos pos) protected VoxelShape
FenceGateBlock.getOcclusionShape
(BlockState state, BlockGetter level, BlockPos pos) protected VoxelShape
LecternBlock.getOcclusionShape
(BlockState state, BlockGetter level, BlockPos pos) protected VoxelShape
PointedDripstoneBlock.getOcclusionShape
(BlockState state, BlockGetter level, BlockPos pos) protected VoxelShape
PowderSnowBlock.getOcclusionShape
(BlockState state, BlockGetter level, BlockPos pos) protected VoxelShape
SculkShriekerBlock.getOcclusionShape
(BlockState state, BlockGetter level, BlockPos pos) protected VoxelShape
SkullBlock.getOcclusionShape
(BlockState state, BlockGetter level, BlockPos pos) protected VoxelShape
AbstractCauldronBlock.getShape
(BlockState state, BlockGetter level, BlockPos pos, CollisionContext context) protected VoxelShape
AirBlock.getShape
(BlockState state, BlockGetter level, BlockPos pos, CollisionContext context) protected VoxelShape
AmethystClusterBlock.getShape
(BlockState state, BlockGetter level, BlockPos pos, CollisionContext context) protected VoxelShape
AnvilBlock.getShape
(BlockState state, BlockGetter level, BlockPos pos, CollisionContext context) protected VoxelShape
AttachedStemBlock.getShape
(BlockState state, BlockGetter level, BlockPos pos, CollisionContext context) protected VoxelShape
AzaleaBlock.getShape
(BlockState p_152084_, BlockGetter p_152085_, BlockPos p_152086_, CollisionContext p_152087_) protected VoxelShape
BambooSaplingBlock.getShape
(BlockState state, BlockGetter level, BlockPos pos, CollisionContext context) protected VoxelShape
BambooStalkBlock.getShape
(BlockState state, BlockGetter level, BlockPos pos, CollisionContext context) protected VoxelShape
BannerBlock.getShape
(BlockState state, BlockGetter level, BlockPos pos, CollisionContext context) protected VoxelShape
BaseCoralFanBlock.getShape
(BlockState state, BlockGetter level, BlockPos pos, CollisionContext context) protected VoxelShape
BaseCoralPlantBlock.getShape
(BlockState state, BlockGetter level, BlockPos pos, CollisionContext context) protected VoxelShape
BaseCoralPlantTypeBlock.getShape
(BlockState state, BlockGetter level, BlockPos pos, CollisionContext context) protected VoxelShape
BaseCoralWallFanBlock.getShape
(BlockState state, BlockGetter level, BlockPos pos, CollisionContext context) protected VoxelShape
BaseFireBlock.getShape
(BlockState state, BlockGetter level, BlockPos pos, CollisionContext context) protected VoxelShape
BasePressurePlateBlock.getShape
(BlockState state, BlockGetter level, BlockPos pos, CollisionContext context) protected VoxelShape
BaseRailBlock.getShape
(BlockState state, BlockGetter level, BlockPos pos, CollisionContext context) protected VoxelShape
BaseTorchBlock.getShape
(BlockState p_304673_, BlockGetter p_304919_, BlockPos p_304930_, CollisionContext p_304757_) protected VoxelShape
BedBlock.getShape
(BlockState state, BlockGetter level, BlockPos pos, CollisionContext context) protected VoxelShape
BeetrootBlock.getShape
(BlockState state, BlockGetter level, BlockPos pos, CollisionContext context) protected VoxelShape
BellBlock.getShape
(BlockState state, BlockGetter level, BlockPos pos, CollisionContext context) protected VoxelShape
BigDripleafBlock.getShape
(BlockState state, BlockGetter level, BlockPos pos, CollisionContext context) protected VoxelShape
BigDripleafStemBlock.getShape
(BlockState state, BlockGetter level, BlockPos pos, CollisionContext context) protected VoxelShape
BrewingStandBlock.getShape
(BlockState state, BlockGetter level, BlockPos pos, CollisionContext context) protected VoxelShape
BubbleColumnBlock.getShape
(BlockState state, BlockGetter level, BlockPos pos, CollisionContext context) protected VoxelShape
ButtonBlock.getShape
(BlockState state, BlockGetter level, BlockPos pos, CollisionContext context) protected VoxelShape
CactusBlock.getShape
(BlockState state, BlockGetter level, BlockPos pos, CollisionContext context) protected VoxelShape
CakeBlock.getShape
(BlockState state, BlockGetter level, BlockPos pos, CollisionContext context) protected VoxelShape
CampfireBlock.getShape
(BlockState state, BlockGetter level, BlockPos pos, CollisionContext context) protected VoxelShape
CandleBlock.getShape
(BlockState state, BlockGetter level, BlockPos pos, CollisionContext context) protected VoxelShape
CandleCakeBlock.getShape
(BlockState state, BlockGetter level, BlockPos pos, CollisionContext context) protected VoxelShape
CarpetBlock.getShape
(BlockState p_152917_, BlockGetter p_152918_, BlockPos p_152919_, CollisionContext p_152920_) protected VoxelShape
CarrotBlock.getShape
(BlockState state, BlockGetter level, BlockPos pos, CollisionContext context) protected VoxelShape
CeilingHangingSignBlock.getShape
(BlockState state, BlockGetter level, BlockPos pos, CollisionContext context) protected VoxelShape
ChainBlock.getShape
(BlockState state, BlockGetter level, BlockPos pos, CollisionContext context) protected VoxelShape
ChestBlock.getShape
(BlockState state, BlockGetter level, BlockPos pos, CollisionContext context) protected VoxelShape
CocoaBlock.getShape
(BlockState state, BlockGetter level, BlockPos pos, CollisionContext context) protected VoxelShape
ComposterBlock.getShape
(BlockState state, BlockGetter level, BlockPos pos, CollisionContext context) protected VoxelShape
ConduitBlock.getShape
(BlockState state, BlockGetter level, BlockPos pos, CollisionContext context) protected VoxelShape
CoralPlantBlock.getShape
(BlockState state, BlockGetter level, BlockPos pos, CollisionContext context) protected VoxelShape
CropBlock.getShape
(BlockState state, BlockGetter level, BlockPos pos, CollisionContext context) protected VoxelShape
CrossCollisionBlock.getShape
(BlockState state, BlockGetter level, BlockPos pos, CollisionContext context) protected VoxelShape
DaylightDetectorBlock.getShape
(BlockState state, BlockGetter level, BlockPos pos, CollisionContext context) protected VoxelShape
DeadBushBlock.getShape
(BlockState state, BlockGetter level, BlockPos pos, CollisionContext context) protected VoxelShape
DecoratedPotBlock.getShape
(BlockState p_273112_, BlockGetter p_273055_, BlockPos p_273137_, CollisionContext p_273151_) protected VoxelShape
DiodeBlock.getShape
(BlockState state, BlockGetter level, BlockPos pos, CollisionContext context) protected VoxelShape
DirtPathBlock.getShape
(BlockState p_153143_, BlockGetter p_153144_, BlockPos p_153145_, CollisionContext p_153146_) protected VoxelShape
DoorBlock.getShape
(BlockState state, BlockGetter level, BlockPos pos, CollisionContext context) protected VoxelShape
DragonEggBlock.getShape
(BlockState state, BlockGetter level, BlockPos pos, CollisionContext context) protected VoxelShape
EnchantingTableBlock.getShape
(BlockState state, BlockGetter level, BlockPos pos, CollisionContext context) protected VoxelShape
EnderChestBlock.getShape
(BlockState state, BlockGetter level, BlockPos pos, CollisionContext context) protected VoxelShape
EndPortalBlock.getShape
(BlockState state, BlockGetter level, BlockPos pos, CollisionContext context) protected VoxelShape
EndPortalFrameBlock.getShape
(BlockState state, BlockGetter level, BlockPos pos, CollisionContext context) protected VoxelShape
FarmBlock.getShape
(BlockState state, BlockGetter level, BlockPos pos, CollisionContext context) protected VoxelShape
FenceGateBlock.getShape
(BlockState state, BlockGetter level, BlockPos pos, CollisionContext context) protected VoxelShape
FireBlock.getShape
(BlockState state, BlockGetter level, BlockPos pos, CollisionContext context) protected VoxelShape
FlowerBlock.getShape
(BlockState state, BlockGetter level, BlockPos pos, CollisionContext context) protected VoxelShape
FlowerPotBlock.getShape
(BlockState state, BlockGetter level, BlockPos pos, CollisionContext context) protected VoxelShape
FrogspawnBlock.getShape
(BlockState state, BlockGetter level, BlockPos pos, CollisionContext context) protected VoxelShape
FungusBlock.getShape
(BlockState state, BlockGetter level, BlockPos pos, CollisionContext context) protected VoxelShape
GrindstoneBlock.getShape
(BlockState state, BlockGetter level, BlockPos pos, CollisionContext context) protected VoxelShape
GrowingPlantBlock.getShape
(BlockState state, BlockGetter level, BlockPos pos, CollisionContext context) protected VoxelShape
HangingRootsBlock.getShape
(BlockState p_153342_, BlockGetter p_153343_, BlockPos p_153344_, CollisionContext p_153345_) protected VoxelShape
HeavyCoreBlock.getShape
(BlockState p_334026_, BlockGetter p_334049_, BlockPos p_334056_, CollisionContext p_333870_) protected VoxelShape
HopperBlock.getShape
(BlockState state, BlockGetter level, BlockPos pos, CollisionContext context) protected VoxelShape
LadderBlock.getShape
(BlockState state, BlockGetter level, BlockPos pos, CollisionContext context) protected VoxelShape
LanternBlock.getShape
(BlockState state, BlockGetter level, BlockPos pos, CollisionContext context) protected VoxelShape
LecternBlock.getShape
(BlockState state, BlockGetter level, BlockPos pos, CollisionContext context) protected VoxelShape
LeverBlock.getShape
(BlockState state, BlockGetter level, BlockPos pos, CollisionContext context) protected VoxelShape
LightBlock.getShape
(BlockState state, BlockGetter level, BlockPos pos, CollisionContext context) protected VoxelShape
LiquidBlock.getShape
(BlockState state, BlockGetter level, BlockPos pos, CollisionContext context) protected VoxelShape
MangrovePropaguleBlock.getShape
(BlockState state, BlockGetter level, BlockPos pos, CollisionContext context) protected VoxelShape
MultifaceBlock.getShape
(BlockState state, BlockGetter level, BlockPos pos, CollisionContext context) protected VoxelShape
MushroomBlock.getShape
(BlockState state, BlockGetter level, BlockPos pos, CollisionContext context) protected VoxelShape
NetherPortalBlock.getShape
(BlockState state, BlockGetter level, BlockPos pos, CollisionContext context) protected VoxelShape
NetherSproutsBlock.getShape
(BlockState state, BlockGetter level, BlockPos pos, CollisionContext context) protected VoxelShape
NetherWartBlock.getShape
(BlockState state, BlockGetter level, BlockPos pos, CollisionContext context) protected VoxelShape
PiglinWallSkullBlock.getShape
(BlockState p_261765_, BlockGetter p_261604_, BlockPos p_261948_, CollisionContext p_261889_) PinkPetalsBlock.getShape
(BlockState p_273399_, BlockGetter p_273568_, BlockPos p_273314_, CollisionContext p_273274_) protected VoxelShape
PipeBlock.getShape
(BlockState state, BlockGetter level, BlockPos pos, CollisionContext context) PitcherCropBlock.getShape
(BlockState state, BlockGetter level, BlockPos pos, CollisionContext context) protected VoxelShape
PointedDripstoneBlock.getShape
(BlockState state, BlockGetter level, BlockPos pos, CollisionContext context) protected VoxelShape
PotatoBlock.getShape
(BlockState state, BlockGetter level, BlockPos pos, CollisionContext context) protected VoxelShape
RedstoneWallTorchBlock.getShape
(BlockState state, BlockGetter level, BlockPos pos, CollisionContext context) protected VoxelShape
RedStoneWireBlock.getShape
(BlockState state, BlockGetter level, BlockPos pos, CollisionContext context) protected VoxelShape
RodBlock.getShape
(BlockState p_154346_, BlockGetter p_154347_, BlockPos p_154348_, CollisionContext p_154349_) protected VoxelShape
RootsBlock.getShape
(BlockState state, BlockGetter level, BlockPos pos, CollisionContext context) protected VoxelShape
SaplingBlock.getShape
(BlockState state, BlockGetter level, BlockPos pos, CollisionContext context) protected VoxelShape
ScaffoldingBlock.getShape
(BlockState state, BlockGetter level, BlockPos pos, CollisionContext context) protected VoxelShape
SculkSensorBlock.getShape
(BlockState state, BlockGetter level, BlockPos pos, CollisionContext context) protected VoxelShape
SeagrassBlock.getShape
(BlockState p_154525_, BlockGetter p_154526_, BlockPos p_154527_, CollisionContext p_154528_) protected VoxelShape
SeaPickleBlock.getShape
(BlockState state, BlockGetter level, BlockPos pos, CollisionContext context) protected VoxelShape
ShulkerBoxBlock.getShape
(BlockState state, BlockGetter level, BlockPos pos, CollisionContext context) protected VoxelShape
SignBlock.getShape
(BlockState state, BlockGetter level, BlockPos pos, CollisionContext context) protected VoxelShape
SkullBlock.getShape
(BlockState state, BlockGetter level, BlockPos pos, CollisionContext context) protected VoxelShape
SlabBlock.getShape
(BlockState state, BlockGetter level, BlockPos pos, CollisionContext context) protected VoxelShape
SmallDripleafBlock.getShape
(BlockState p_154610_, BlockGetter p_154611_, BlockPos p_154612_, CollisionContext p_154613_) SnifferEggBlock.getShape
(BlockState state, BlockGetter level, BlockPos pos, CollisionContext context) protected VoxelShape
SnowLayerBlock.getShape
(BlockState state, BlockGetter level, BlockPos pos, CollisionContext context) protected VoxelShape
SporeBlossomBlock.getShape
(BlockState p_154699_, BlockGetter p_154700_, BlockPos p_154701_, CollisionContext p_154702_) protected VoxelShape
StairBlock.getShape
(BlockState state, BlockGetter level, BlockPos pos, CollisionContext context) protected VoxelShape
StemBlock.getShape
(BlockState state, BlockGetter level, BlockPos pos, CollisionContext context) protected VoxelShape
StonecutterBlock.getShape
(BlockState state, BlockGetter level, BlockPos pos, CollisionContext context) protected VoxelShape
StructureVoidBlock.getShape
(BlockState state, BlockGetter level, BlockPos pos, CollisionContext context) protected VoxelShape
SugarCaneBlock.getShape
(BlockState state, BlockGetter level, BlockPos pos, CollisionContext context) protected VoxelShape
SweetBerryBushBlock.getShape
(BlockState state, BlockGetter level, BlockPos pos, CollisionContext context) protected VoxelShape
TallGrassBlock.getShape
(BlockState state, BlockGetter level, BlockPos pos, CollisionContext context) protected VoxelShape
TallSeagrassBlock.getShape
(BlockState p_154763_, BlockGetter p_154764_, BlockPos p_154765_, CollisionContext p_154766_) TorchflowerCropBlock.getShape
(BlockState p_272748_, BlockGetter p_273408_, BlockPos p_272762_, CollisionContext p_272649_) protected VoxelShape
TrapDoorBlock.getShape
(BlockState state, BlockGetter level, BlockPos pos, CollisionContext context) protected VoxelShape
TripWireBlock.getShape
(BlockState state, BlockGetter level, BlockPos pos, CollisionContext context) protected VoxelShape
TripWireHookBlock.getShape
(BlockState state, BlockGetter level, BlockPos pos, CollisionContext context) protected VoxelShape
TurtleEggBlock.getShape
(BlockState state, BlockGetter level, BlockPos pos, CollisionContext context) protected VoxelShape
VineBlock.getShape
(BlockState state, BlockGetter level, BlockPos pos, CollisionContext context) protected VoxelShape
WallBannerBlock.getShape
(BlockState state, BlockGetter level, BlockPos pos, CollisionContext context) protected VoxelShape
WallBlock.getShape
(BlockState state, BlockGetter level, BlockPos pos, CollisionContext context) protected VoxelShape
WallHangingSignBlock.getShape
(BlockState state, BlockGetter level, BlockPos pos, CollisionContext context) protected VoxelShape
WallSignBlock.getShape
(BlockState state, BlockGetter level, BlockPos pos, CollisionContext context) protected VoxelShape
WallSkullBlock.getShape
(BlockState state, BlockGetter level, BlockPos pos, CollisionContext context) static VoxelShape
WallTorchBlock.getShape
(BlockState state) protected VoxelShape
WallTorchBlock.getShape
(BlockState state, BlockGetter level, BlockPos pos, CollisionContext context) protected VoxelShape
WaterlilyBlock.getShape
(BlockState state, BlockGetter level, BlockPos pos, CollisionContext context) protected VoxelShape
FenceBlock.getVisualShape
(BlockState state, BlockGetter reader, BlockPos pos, CollisionContext context) protected VoxelShape
IronBarsBlock.getVisualShape
(BlockState state, BlockGetter reader, BlockPos pos, CollisionContext context) protected VoxelShape
MudBlock.getVisualShape
(BlockState p_221556_, BlockGetter p_221557_, BlockPos p_221558_, CollisionContext p_221559_) protected VoxelShape
PowderSnowBlock.getVisualShape
(BlockState state, BlockGetter level, BlockPos pos, CollisionContext context) protected VoxelShape
SnowLayerBlock.getVisualShape
(BlockState state, BlockGetter reader, BlockPos pos, CollisionContext context) protected VoxelShape
SoulSandBlock.getVisualShape
(BlockState state, BlockGetter reader, BlockPos pos, CollisionContext context) protected VoxelShape
TransparentBlock.getVisualShape
(BlockState p_309057_, BlockGetter p_308936_, BlockPos p_308956_, CollisionContext p_309006_) private VoxelShape
BellBlock.getVoxelShape
(BlockState state) private VoxelShape
GrindstoneBlock.getVoxelShape
(BlockState state) protected VoxelShape[]
CrossCollisionBlock.makeShapes
(float nodeWidth, float extensionWidth, float nodeHeight, float extensionBottom, float extensionHeight) private VoxelShape[]
PipeBlock.makeShapes
(float apothem) private static VoxelShape[]
StairBlock.makeShapes
(VoxelShape slabShape, VoxelShape nwCorner, VoxelShape neCorner, VoxelShape swCorner, VoxelShape seCorner) private static VoxelShape
StairBlock.makeStairShape
(int bitfield, VoxelShape slabShape, VoxelShape nwCorner, VoxelShape neCorner, VoxelShape swCorner, VoxelShape seCorner) Combines the shapes according to the mode set in the bitfieldMethods in net.minecraft.world.level.block that return types with arguments of type VoxelShapeModifier and TypeMethodDescriptionprotected com.google.common.collect.ImmutableMap
<BlockState, VoxelShape> Block.getShapeForEachState
(Function<BlockState, VoxelShape> shapeGetter) private Map
<BlockState, VoxelShape> WallBlock.makeShapes
(float width, float depth, float wallPostHeight, float wallMinY, float wallLowHeight, float wallTallHeight) Methods in net.minecraft.world.level.block with parameters of type VoxelShapeModifier and TypeMethodDescriptionprivate static VoxelShape
WallBlock.applyWallShape
(VoxelShape baseShape, WallSide height, VoxelShape lowShape, VoxelShape tallShape) private static boolean
WallBlock.isCovered
(VoxelShape firstShape, VoxelShape secondShape) static boolean
Block.isFaceFull
(VoxelShape shape, Direction face) static boolean
Block.isShapeFullBlock
(VoxelShape shape) private static VoxelShape[]
StairBlock.makeShapes
(VoxelShape slabShape, VoxelShape nwCorner, VoxelShape neCorner, VoxelShape swCorner, VoxelShape seCorner) private static VoxelShape
StairBlock.makeStairShape
(int bitfield, VoxelShape slabShape, VoxelShape nwCorner, VoxelShape neCorner, VoxelShape swCorner, VoxelShape seCorner) Combines the shapes according to the mode set in the bitfieldprivate WallSide
WallBlock.makeWallState
(boolean allowConnection, VoxelShape shape, VoxelShape neighbourShape) private boolean
WallBlock.shouldRaisePost
(BlockState state, BlockState neighbour, VoxelShape shape) private void
BeehiveBlock.spawnParticle
(Level level, BlockPos pos, VoxelShape shape, double y) private BlockState
WallBlock.updateSides
(BlockState state, boolean northConnection, boolean eastConnection, boolean southConnection, boolean westConnection, VoxelShape wallShape) Method parameters in net.minecraft.world.level.block with type arguments of type VoxelShapeModifier and TypeMethodDescriptionprotected com.google.common.collect.ImmutableMap
<BlockState, VoxelShape> Block.getShapeForEachState
(Function<BlockState, VoxelShape> shapeGetter) Constructors in net.minecraft.world.level.block with parameters of type VoxelShapeModifierConstructorDescriptionprotected
GrowingPlantBlock
(BlockBehaviour.Properties properties, Direction growthDirection, VoxelShape shape, boolean scheduleFluidTicks) protected
GrowingPlantBodyBlock
(BlockBehaviour.Properties properties, Direction growthDirection, VoxelShape shape, boolean scheduleFluidTicks) protected
GrowingPlantHeadBlock
(BlockBehaviour.Properties properties, Direction growthDirection, VoxelShape shape, boolean scheduleFluidTicks, double growPerTickProbability) -
Uses of VoxelShape in net.minecraft.world.level.block.piston
Fields in net.minecraft.world.level.block.piston declared as VoxelShapeModifier and TypeFieldDescriptionprotected static final VoxelShape
PistonBaseBlock.DOWN_AABB
protected static final VoxelShape
PistonHeadBlock.DOWN_AABB
protected static final VoxelShape
PistonHeadBlock.DOWN_ARM_AABB
protected static final VoxelShape
PistonBaseBlock.EAST_AABB
protected static final VoxelShape
PistonHeadBlock.EAST_AABB
protected static final VoxelShape
PistonHeadBlock.EAST_ARM_AABB
protected static final VoxelShape
PistonBaseBlock.NORTH_AABB
protected static final VoxelShape
PistonHeadBlock.NORTH_AABB
protected static final VoxelShape
PistonHeadBlock.NORTH_ARM_AABB
private static final VoxelShape[]
PistonHeadBlock.SHAPES_LONG
private static final VoxelShape[]
PistonHeadBlock.SHAPES_SHORT
protected static final VoxelShape
PistonHeadBlock.SHORT_DOWN_ARM_AABB
protected static final VoxelShape
PistonHeadBlock.SHORT_EAST_ARM_AABB
protected static final VoxelShape
PistonHeadBlock.SHORT_NORTH_ARM_AABB
protected static final VoxelShape
PistonHeadBlock.SHORT_SOUTH_ARM_AABB
protected static final VoxelShape
PistonHeadBlock.SHORT_UP_ARM_AABB
protected static final VoxelShape
PistonHeadBlock.SHORT_WEST_ARM_AABB
protected static final VoxelShape
PistonBaseBlock.SOUTH_AABB
protected static final VoxelShape
PistonHeadBlock.SOUTH_AABB
protected static final VoxelShape
PistonHeadBlock.SOUTH_ARM_AABB
protected static final VoxelShape
PistonBaseBlock.UP_AABB
protected static final VoxelShape
PistonHeadBlock.UP_AABB
protected static final VoxelShape
PistonHeadBlock.UP_ARM_AABB
protected static final VoxelShape
PistonBaseBlock.WEST_AABB
protected static final VoxelShape
PistonHeadBlock.WEST_AABB
protected static final VoxelShape
PistonHeadBlock.WEST_ARM_AABB
Methods in net.minecraft.world.level.block.piston that return VoxelShapeModifier and TypeMethodDescriptionprivate static VoxelShape
PistonHeadBlock.calculateShape
(Direction direction, boolean shortArm) protected VoxelShape
MovingPistonBlock.getCollisionShape
(BlockState state, BlockGetter level, BlockPos pos, CollisionContext context) PistonMovingBlockEntity.getCollisionShape
(BlockGetter level, BlockPos pos) protected VoxelShape
MovingPistonBlock.getShape
(BlockState state, BlockGetter level, BlockPos pos, CollisionContext context) protected VoxelShape
PistonBaseBlock.getShape
(BlockState state, BlockGetter level, BlockPos pos, CollisionContext context) protected VoxelShape
PistonHeadBlock.getShape
(BlockState state, BlockGetter level, BlockPos pos, CollisionContext context) private static VoxelShape[]
PistonHeadBlock.makeShapes
(boolean extended) -
Uses of VoxelShape in net.minecraft.world.level.block.state
Fields in net.minecraft.world.level.block.state declared as VoxelShapeModifier and TypeFieldDescriptionprotected final VoxelShape
BlockBehaviour.BlockStateBase.Cache.collisionShape
(package private) final VoxelShape[]
BlockBehaviour.BlockStateBase.Cache.occlusionShapes
Methods in net.minecraft.world.level.block.state that return VoxelShapeModifier and TypeMethodDescriptionBlockBehaviour.BlockStateBase.getBlockSupportShape
(BlockGetter level, BlockPos pos) protected VoxelShape
BlockBehaviour.getBlockSupportShape
(BlockState state, BlockGetter level, BlockPos pos) BlockBehaviour.BlockStateBase.getCollisionShape
(BlockGetter level, BlockPos pos) BlockBehaviour.BlockStateBase.getCollisionShape
(BlockGetter level, BlockPos pos, CollisionContext context) protected VoxelShape
BlockBehaviour.getCollisionShape
(BlockState state, BlockGetter level, BlockPos pos, CollisionContext context) BlockBehaviour.BlockStateBase.getFaceOcclusionShape
(BlockGetter level, BlockPos pos, Direction direction) BlockBehaviour.BlockStateBase.getInteractionShape
(BlockGetter level, BlockPos pos) protected VoxelShape
BlockBehaviour.getInteractionShape
(BlockState state, BlockGetter level, BlockPos pos) BlockBehaviour.BlockStateBase.getOcclusionShape
(BlockGetter level, BlockPos pos) protected VoxelShape
BlockBehaviour.getOcclusionShape
(BlockState state, BlockGetter level, BlockPos pos) BlockBehaviour.BlockStateBase.getShape
(BlockGetter level, BlockPos pos) BlockBehaviour.BlockStateBase.getShape
(BlockGetter level, BlockPos pos, CollisionContext context) protected VoxelShape
BlockBehaviour.getShape
(BlockState state, BlockGetter level, BlockPos pos, CollisionContext context) BlockBehaviour.BlockStateBase.getVisualShape
(BlockGetter level, BlockPos pos, CollisionContext context) protected VoxelShape
BlockBehaviour.getVisualShape
(BlockState state, BlockGetter level, BlockPos pos, CollisionContext context) -
Uses of VoxelShape in net.minecraft.world.level.border
Fields in net.minecraft.world.level.border declared as VoxelShapeMethods in net.minecraft.world.level.border that return VoxelShapeModifier and TypeMethodDescriptionWorldBorder.BorderExtent.getCollisionShape()
WorldBorder.getCollisionShape()
WorldBorder.MovingBorderExtent.getCollisionShape()
WorldBorder.StaticBorderExtent.getCollisionShape()
-
Uses of VoxelShape in net.minecraft.world.level.levelgen.structure.pools
Fields in net.minecraft.world.level.levelgen.structure.pools with type parameters of type VoxelShapeModifier and TypeFieldDescriptionprivate final org.apache.commons.lang3.mutable.MutableObject
<VoxelShape> JigsawPlacement.PieceState.free
The field for thefree
record component.Methods in net.minecraft.world.level.levelgen.structure.pools that return types with arguments of type VoxelShapeModifier and TypeMethodDescriptionorg.apache.commons.lang3.mutable.MutableObject
<VoxelShape> JigsawPlacement.PieceState.free()
Returns the value of thefree
record component.Methods in net.minecraft.world.level.levelgen.structure.pools with parameters of type VoxelShapeModifier and TypeMethodDescriptionprivate static void
JigsawPlacement.addPieces
(RandomState randomState, int maxDepth, boolean useExpansionHack, ChunkGenerator chunkGenerator, StructureTemplateManager structureTemplateManager, LevelHeightAccessor level, RandomSource random, Registry<StructureTemplatePool> pools, PoolElementStructurePiece startPiece, List<PoolElementStructurePiece> pieces, VoxelShape free, PoolAliasLookup aliasLookup, LiquidSettings liquidSettings) Method parameters in net.minecraft.world.level.levelgen.structure.pools with type arguments of type VoxelShapeModifier and TypeMethodDescription(package private) void
JigsawPlacement.Placer.tryPlacingChildren
(PoolElementStructurePiece piece, org.apache.commons.lang3.mutable.MutableObject<VoxelShape> free, int depth, boolean useExpansionHack, LevelHeightAccessor level, RandomState random, PoolAliasLookup poolAliasLookup, LiquidSettings liquidSettings) Constructor parameters in net.minecraft.world.level.levelgen.structure.pools with type arguments of type VoxelShapeModifierConstructorDescription(package private)
PieceState
(PoolElementStructurePiece piece, org.apache.commons.lang3.mutable.MutableObject<VoxelShape> free, int depth) Creates an instance of aPieceState
record class. -
Uses of VoxelShape in net.minecraft.world.level.lighting
Methods in net.minecraft.world.level.lighting that return VoxelShapeModifier and TypeMethodDescriptionprotected VoxelShape
LightEngine.getOcclusionShape
(BlockState state, long pos, Direction direction) static VoxelShape
LightEngine.getOcclusionShape
(BlockGetter level, BlockPos pos, BlockState state, Direction direction) -
Uses of VoxelShape in net.minecraft.world.level.material
Fields in net.minecraft.world.level.material with type parameters of type VoxelShapeMethods in net.minecraft.world.level.material that return VoxelShapeModifier and TypeMethodDescriptionEmptyFluid.getShape
(FluidState state, BlockGetter level, BlockPos pos) FlowingFluid.getShape
(FluidState state, BlockGetter level, BlockPos pos) abstract VoxelShape
Fluid.getShape
(FluidState state, BlockGetter level, BlockPos pos) FluidState.getShape
(BlockGetter level, BlockPos pos) -
Uses of VoxelShape in net.minecraft.world.phys.shapes
Subclasses of VoxelShape in net.minecraft.world.phys.shapesModifier and TypeClassDescriptionclass
final class
class
Fields in net.minecraft.world.phys.shapes declared as VoxelShapeModifier and TypeFieldDescriptionprivate static final VoxelShape
Shapes.BLOCK
private final VoxelShape
SliceShape.delegate
private static final VoxelShape
Shapes.EMPTY
private VoxelShape[]
VoxelShape.faces
static final VoxelShape
Shapes.INFINITY
Methods in net.minecraft.world.phys.shapes that return VoxelShapeModifier and TypeMethodDescriptionstatic VoxelShape
Shapes.block()
static VoxelShape
Shapes.box
(double minX, double minY, double minZ, double maxX, double maxY, double maxZ) private VoxelShape
VoxelShape.calculateFace
(Direction side) static VoxelShape
Shapes.create
(double minX, double minY, double minZ, double maxX, double maxY, double maxZ) static VoxelShape
static VoxelShape
Shapes.empty()
static VoxelShape
Shapes.getFaceShape
(VoxelShape voxelShape, Direction direction) VoxelShape.getFaceShape
(Direction side) Projects this shape onto the given side.static VoxelShape
Shapes.join
(VoxelShape shape1, VoxelShape shape2, BooleanOp function) static VoxelShape
Shapes.joinUnoptimized
(VoxelShape shape1, VoxelShape shape2, BooleanOp function) VoxelShape.move
(double xOffset, double yOffset, double zOffset) VoxelShape.optimize()
static VoxelShape
Shapes.or
(VoxelShape shape1, VoxelShape shape2) static VoxelShape
Shapes.or
(VoxelShape shape1, VoxelShape... others) VoxelShape.singleEncompassing()
Methods in net.minecraft.world.phys.shapes with parameters of type VoxelShapeModifier and TypeMethodDescriptionstatic boolean
Shapes.blockOccudes
(VoxelShape shape, VoxelShape adjacentShape, Direction side) static boolean
Shapes.faceShapeOccludes
(VoxelShape voxelShape1, VoxelShape voxelShape2) static VoxelShape
Shapes.getFaceShape
(VoxelShape voxelShape, Direction direction) boolean
CollisionContext.isAbove
(VoxelShape shape, BlockPos pos, boolean canAscend) boolean
EntityCollisionContext.isAbove
(VoxelShape shape, BlockPos pos, boolean canAscend) static VoxelShape
Shapes.join
(VoxelShape shape1, VoxelShape shape2, BooleanOp function) static boolean
Shapes.joinIsNotEmpty
(VoxelShape shape1, VoxelShape shape2, BooleanOp resultOperator) static VoxelShape
Shapes.joinUnoptimized
(VoxelShape shape1, VoxelShape shape2, BooleanOp function) static boolean
Shapes.mergedFaceOccludes
(VoxelShape shape, VoxelShape adjacentShape, Direction side) static VoxelShape
Shapes.or
(VoxelShape shape1, VoxelShape shape2) static VoxelShape
Shapes.or
(VoxelShape shape1, VoxelShape... others) Method parameters in net.minecraft.world.phys.shapes with type arguments of type VoxelShapeModifier and TypeMethodDescriptionstatic double
Shapes.collide
(Direction.Axis movementAxis, AABB collisionBox, Iterable<VoxelShape> possibleHits, double desiredOffset) Constructors in net.minecraft.world.phys.shapes with parameters of type VoxelShape