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 p_104695_, ParticleOptions p_104696_, VoxelShape p_104697_, double p_104698_) -
Uses of VoxelShape in net.minecraft.client.renderer
Methods in net.minecraft.client.renderer with parameters of type VoxelShapeModifier and TypeMethodDescriptionstatic void
ShapeRenderer.renderShape
(PoseStack p_361053_, VertexConsumer p_364779_, VoxelShape p_362125_, double p_360355_, double p_363490_, double p_360995_, int p_380036_) -
Uses of VoxelShape in net.minecraft.client.renderer.debug
Fields in net.minecraft.client.renderer.debug with type parameters of type VoxelShapeMethods in net.minecraft.client.renderer.debug with parameters of type VoxelShapeModifier and TypeMethodDescriptionstatic void
DebugRenderer.renderVoxelShape
(PoseStack p_361654_, VertexConsumer p_362910_, VoxelShape p_360834_, double p_361501_, double p_364243_, double p_363862_, float p_365460_, float p_364173_, float p_365309_, float p_360313_, boolean p_362872_) -
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 p_344804_, Level p_345583_, List<VoxelShape> p_345198_, AABB p_345837_) Method parameters in net.minecraft.world.entity with type arguments of type VoxelShapeModifier and TypeMethodDescriptionprivate static float[]
Entity.collectCandidateStepUpHeights
(AABB p_345729_, List<VoxelShape> p_345260_, float p_346165_, float p_345968_) private static List
<VoxelShape> Entity.collectColliders
(Entity p_344804_, Level p_345583_, List<VoxelShape> p_345198_, AABB p_345837_) static Vec3
Entity.collideBoundingBox
(Entity p_198895_, Vec3 p_198896_, AABB p_198897_, Level p_198898_, List<VoxelShape> p_198899_) private static Vec3
Entity.collideWithShapes
(Vec3 p_198901_, AABB p_198902_, List<VoxelShape> p_198903_) -
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 p_38447_, BlockPos p_38448_) Method parameters in net.minecraft.world.entity.vehicle with type arguments of type VoxelShapeModifier and TypeMethodDescriptionstatic double
DismountHelper.findCeilingFrom
(BlockPos p_38464_, int p_38465_, Function<BlockPos, VoxelShape> p_38466_) -
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 p_186441_, AABB p_186442_) ClipContext.Block.get
(BlockState p_45714_, BlockGetter p_45715_, BlockPos p_45716_, CollisionContext p_45717_) ClipContext.ShapeGetter.get
(BlockState p_45740_, BlockGetter p_45741_, BlockPos p_45742_, CollisionContext p_45743_) ClipContext.getBlockShape
(BlockState p_45695_, BlockGetter p_45696_, BlockPos p_45697_) ClipContext.getFluidShape
(FluidState p_45699_, BlockGetter p_45700_, BlockPos p_45701_) Methods in net.minecraft.world.level that return types with arguments of type VoxelShapeModifier and TypeMethodDescriptiondefault Iterable
<VoxelShape> CollisionGetter.getBlockAndLiquidCollisions
(Entity p_364621_, AABB p_365424_) default Iterable
<VoxelShape> CollisionGetter.getBlockCollisions
(Entity p_186435_, AABB p_186436_) default Iterable
<VoxelShape> CollisionGetter.getCollisions
(Entity p_186432_, AABB p_186433_) CollisionGetter.getEntityCollisions
(Entity p_186427_, AABB p_186428_) default List
<VoxelShape> CommonLevelAccessor.getEntityCollisions
(Entity p_186447_, AABB p_186448_) default List
<VoxelShape> EntityGetter.getEntityCollisions
(Entity p_186451_, AABB p_186452_) PathNavigationRegion.getEntityCollisions
(Entity p_186557_, AABB p_186558_) Methods in net.minecraft.world.level with parameters of type VoxelShapeModifier and TypeMethodDescriptiondefault BlockHitResult
BlockGetter.clipWithInteractionOverride
(Vec3 p_45559_, Vec3 p_45560_, BlockPos p_45561_, VoxelShape p_45562_, BlockState p_45563_) CollisionGetter.findFreePosition
(Entity p_151419_, VoxelShape p_151420_, Vec3 p_151421_, double p_151422_, double p_151423_, double p_151424_) default double
BlockGetter.getBlockFloorHeight
(VoxelShape p_45565_, Supplier<VoxelShape> p_45566_) default boolean
CollisionGetter.isUnobstructed
(Entity p_45750_, VoxelShape p_45751_) default boolean
CommonLevelAccessor.isUnobstructed
(Entity p_45828_, VoxelShape p_45829_) default boolean
EntityGetter.isUnobstructed
(Entity p_45939_, VoxelShape p_45940_) Method parameters in net.minecraft.world.level with type arguments of type VoxelShapeModifier and TypeMethodDescriptiondefault double
BlockGetter.getBlockFloorHeight
(VoxelShape p_45565_, Supplier<VoxelShape> p_45566_) Constructor parameters in net.minecraft.world.level with type arguments of type VoxelShapeModifierConstructorDescriptionBlockCollisions
(CollisionGetter p_286817_, Entity p_286246_, AABB p_286624_, boolean p_286354_, BiFunction<BlockPos.MutableBlockPos, VoxelShape, T> p_286303_) BlockCollisions
(CollisionGetter p_361869_, CollisionContext p_362362_, AABB p_360932_, boolean p_362824_, BiFunction<BlockPos.MutableBlockPos, VoxelShape, T> p_362971_) -
Uses of VoxelShape in net.minecraft.world.level.block
Fields in net.minecraft.world.level.block declared as VoxelShapeModifier and TypeFieldDescriptionprivate static final VoxelShape
BellBlock.BELL_SHAPE
private static final VoxelShape
PowderSnowBlock.FALLING_COLLISION_SHAPE
private final VoxelShape
Block.ShapePairKey.first
The field for thefirst
record component.private static final VoxelShape
PointedDripstoneBlock.REQUIRED_SPACE_TO_DRIP_THROUGH_NON_SOLID_BLOCK
private final VoxelShape
Block.ShapePairKey.second
The field for thesecond
record component.protected final VoxelShape
GrowingPlantBlock.shape
private static final VoxelShape
AbstractCauldronBlock.SHAPE
private static final VoxelShape
AzaleaBlock.SHAPE
private static final VoxelShape
BambooSaplingBlock.SHAPE
private static final VoxelShape
BannerBlock.SHAPE
private static final VoxelShape
BaseCoralFanBlock.SHAPE
private static final VoxelShape
BaseCoralPlantBlock.SHAPE
private static final VoxelShape
BaseCoralPlantTypeBlock.SHAPE
protected static final VoxelShape
BaseFireBlock.SHAPE
private static final VoxelShape
BasePressurePlateBlock.SHAPE
private static final VoxelShape
BaseTorchBlock.SHAPE
private static final VoxelShape
BrewingStandBlock.SHAPE
private static final VoxelShape
BushBlock.SHAPE
private static final VoxelShape
CactusBlock.SHAPE
private static final VoxelShape
CactusFlowerBlock.SHAPE
private static final VoxelShape
CampfireBlock.SHAPE
private static final VoxelShape
CandleCakeBlock.SHAPE
private static final VoxelShape
CarpetBlock.SHAPE
static final VoxelShape
CaveVines.SHAPE
private static final VoxelShape
ChestBlock.SHAPE
private static final VoxelShape
ConduitBlock.SHAPE
private static final VoxelShape
CoralPlantBlock.SHAPE
private static final VoxelShape
DaylightDetectorBlock.SHAPE
private static final VoxelShape
DecoratedPotBlock.SHAPE
private static final VoxelShape
DiodeBlock.SHAPE
private static final VoxelShape
DirtPathBlock.SHAPE
private static final VoxelShape
DragonEggBlock.SHAPE
private static final VoxelShape
DryVegetationBlock.SHAPE
private static final VoxelShape
EnchantingTableBlock.SHAPE
private static final VoxelShape
EnderChestBlock.SHAPE
private static final VoxelShape
EndPortalBlock.SHAPE
private static final VoxelShape
FarmBlock.SHAPE
private static final VoxelShape
FlowerBlock.SHAPE
private static final VoxelShape
FlowerPotBlock.SHAPE
private static final VoxelShape
FrogspawnBlock.SHAPE
private static final VoxelShape
FungusBlock.SHAPE
private static final VoxelShape
HangingRootsBlock.SHAPE
private static final VoxelShape
HeavyCoreBlock.SHAPE
private static final VoxelShape
HoneyBlock.SHAPE
private static final VoxelShape
KelpBlock.SHAPE
private static final VoxelShape
MudBlock.SHAPE
private static final VoxelShape
MushroomBlock.SHAPE
private static final VoxelShape
NetherSproutsBlock.SHAPE
private static final VoxelShape
RootsBlock.SHAPE
private static final VoxelShape
SaplingBlock.SHAPE
private static final VoxelShape
SculkSensorBlock.SHAPE
private static final VoxelShape
SeagrassBlock.SHAPE
private static final VoxelShape
ShortDryGrassBlock.SHAPE
private static final VoxelShape
SignBlock.SHAPE
private static final VoxelShape
SkullBlock.SHAPE
private static final VoxelShape
SmallDripleafBlock.SHAPE
private static final VoxelShape
SnifferEggBlock.SHAPE
private static final VoxelShape
SoulSandBlock.SHAPE
private static final VoxelShape
SporeBlossomBlock.SHAPE
private static final VoxelShape
StonecutterBlock.SHAPE
private static final VoxelShape
StructureVoidBlock.SHAPE
private static final VoxelShape
SugarCaneBlock.SHAPE
private static final VoxelShape
TallDryGrassBlock.SHAPE
private static final VoxelShape
TallGrassBlock.SHAPE
private static final VoxelShape
TallSeagrassBlock.SHAPE
private static final VoxelShape
TwistingVinesBlock.SHAPE
private static final VoxelShape
TwistingVinesPlantBlock.SHAPE
private static final VoxelShape
WaterlilyBlock.SHAPE
private static final VoxelShape
WeepingVinesBlock.SHAPE
private static final VoxelShape
WeepingVinesPlantBlock.SHAPE
private static final VoxelShape
TripWireBlock.SHAPE_ATTACHED
private static final VoxelShape
HangingMossBlock.SHAPE_BASE
private static final VoxelShape
PointedDripstoneBlock.SHAPE_BASE
private static final VoxelShape
ScaffoldingBlock.SHAPE_BELOW_BLOCK
private static final VoxelShape
ChorusFlowerBlock.SHAPE_BLOCK_SUPPORT
private static final VoxelShape
SlabBlock.SHAPE_BOTTOM
private static final VoxelShape
PitcherCropBlock.SHAPE_BULB
private static final VoxelShape
BellBlock.SHAPE_CEILING
private static final VoxelShape
BambooStalkBlock.SHAPE_COLLISION
private static final VoxelShape
CactusBlock.SHAPE_COLLISION
private static final VoxelShape
LecternBlock.SHAPE_COLLISION
private static final VoxelShape
SculkShriekerBlock.SHAPE_COLLISION
private static final VoxelShape
PitcherCropBlock.SHAPE_CROP
private static final VoxelShape
CeilingHangingSignBlock.SHAPE_DEFAULT
private static final VoxelShape
EndPortalFrameBlock.SHAPE_EMPTY
private static final VoxelShape
BaseRailBlock.SHAPE_FLAT
private static final VoxelShape
SeaPickleBlock.SHAPE_FOUR
private static final VoxelShape
PointedDripstoneBlock.SHAPE_FRUSTUM
private static final VoxelShape
EndPortalFrameBlock.SHAPE_FULL
private static final VoxelShape
SweetBerryBushBlock.SHAPE_GROWING
private static final VoxelShape
LanternBlock.SHAPE_HANGING
private static final VoxelShape
StairBlock.SHAPE_INNER
private static final VoxelShape
AbstractCauldronBlock.SHAPE_INSIDE
private static final VoxelShape
BambooStalkBlock.SHAPE_LARGE
private static final VoxelShape
PointedDripstoneBlock.SHAPE_MIDDLE
private static final VoxelShape
TurtleEggBlock.SHAPE_MULTIPLE
private static final VoxelShape
TripWireBlock.SHAPE_NOT_ATTACHED
private static final VoxelShape
SeaPickleBlock.SHAPE_ONE
private static final VoxelShape
StairBlock.SHAPE_OUTER
private static final VoxelShape[]
MangrovePropaguleBlock.SHAPE_PER_AGE
private static final VoxelShape
SkullBlock.SHAPE_PIGLIN
private static final VoxelShape
BasePressurePlateBlock.SHAPE_PRESSED
private static final VoxelShape
SweetBerryBushBlock.SHAPE_SAPLING
private static final VoxelShape
TurtleEggBlock.SHAPE_SINGLE
private static final VoxelShape
BaseRailBlock.SHAPE_SLOPE
private static final VoxelShape
BambooStalkBlock.SHAPE_SMALL
static final VoxelShape
LiquidBlock.SHAPE_STABLE
private static final VoxelShape
ScaffoldingBlock.SHAPE_STABLE
private static final VoxelShape
LanternBlock.SHAPE_STANDING
private static final VoxelShape
StairBlock.SHAPE_STRAIGHT
private static final VoxelShape
SeaPickleBlock.SHAPE_THREE
private static final VoxelShape
HangingMossBlock.SHAPE_TIP
private static final VoxelShape
PointedDripstoneBlock.SHAPE_TIP_DOWN
private static final VoxelShape
PointedDripstoneBlock.SHAPE_TIP_MERGE
private static final VoxelShape
PointedDripstoneBlock.SHAPE_TIP_UP
private static final VoxelShape
SlabBlock.SHAPE_TOP
private static final VoxelShape
SeaPickleBlock.SHAPE_TWO
private static final VoxelShape
ScaffoldingBlock.SHAPE_UNSTABLE
private static final VoxelShape
ScaffoldingBlock.SHAPE_UNSTABLE_BOTTOM
private static final VoxelShape
CampfireBlock.SHAPE_VIRTUAL_POST
private static final VoxelShape[]
BeetrootBlock.SHAPES
private static final VoxelShape[]
CakeBlock.SHAPES
private static final VoxelShape[]
CandleBlock.SHAPES
private static final VoxelShape[]
CarrotBlock.SHAPES
private static final VoxelShape[]
ComposterBlock.SHAPES
private static final VoxelShape[]
CropBlock.SHAPES
private static final VoxelShape[]
NetherWartBlock.SHAPES
private static final VoxelShape[]
PotatoBlock.SHAPES
private static final VoxelShape[]
SnowLayerBlock.SHAPES
private static final VoxelShape[]
StemBlock.SHAPES
private static final VoxelShape[]
TorchflowerCropBlock.SHAPES
private static final VoxelShape
WallBlock.TEST_SHAPE_POST
Fields in net.minecraft.world.level.block with type parameters of type VoxelShapeModifier and TypeFieldDescriptionprivate final Function
<BlockState, VoxelShape> CrossCollisionBlock.collisionShapes
private final Function
<BlockState, VoxelShape> WallBlock.collisionShapes
private static final Map
<Direction, VoxelShape> ChestBlock.HALF_SHAPES
private final Map
<Direction, VoxelShape> HopperBlock.interactionShapes
private final Function
<BlockState, VoxelShape> FenceBlock.occlusionShapes
private static final Map
<Direction, VoxelShape> StairBlock.SHAPE_BOTTOM_INNER
private static final Map
<Direction, VoxelShape> StairBlock.SHAPE_BOTTOM_OUTER
private static final Map
<Direction, VoxelShape> StairBlock.SHAPE_BOTTOM_STRAIGHT
private static final Map
<Direction.Axis, VoxelShape> FenceGateBlock.SHAPE_COLLISION
private static final Map
<Direction.Axis, VoxelShape> BellBlock.SHAPE_DOUBLE_WALL
private static final Map
<Direction.Axis, VoxelShape> BellBlock.SHAPE_FLOOR
private static final com.google.common.cache.LoadingCache
<VoxelShape, Boolean> Block.SHAPE_FULL_BLOCK_CACHE
private static final Map
<Tilt, VoxelShape> BigDripleafBlock.SHAPE_LEAF
private static final Map
<Direction.Axis, VoxelShape> FenceGateBlock.SHAPE_OCCLUSION
private static final Map
<Direction.Axis, VoxelShape> FenceGateBlock.SHAPE_OCCLUSION_WALL
private static final Map
<Direction, VoxelShape> BellBlock.SHAPE_SINGLE_WALL
private static final Map
<Direction.Axis, VoxelShape> FenceGateBlock.SHAPE_SUPPORT
private static final Map
<Direction, VoxelShape> StairBlock.SHAPE_TOP_INNER
private static final Map
<Direction, VoxelShape> StairBlock.SHAPE_TOP_OUTER
private static final Map
<Direction, VoxelShape> StairBlock.SHAPE_TOP_STRAIGHT
private final Map
<Direction, VoxelShape> AmethystClusterBlock.shapes
private final Function
<BlockState, VoxelShape> BigDripleafBlock.shapes
private final Function
<BlockState, VoxelShape> ButtonBlock.shapes
private final Function
<BlockState, VoxelShape> CrossCollisionBlock.shapes
private final Function
<BlockState, VoxelShape> FireBlock.shapes
private final Function
<BlockState, VoxelShape> FlowerBedBlock.shapes
private final Function
<BlockState, VoxelShape> GrindstoneBlock.shapes
private final Function
<BlockState, VoxelShape> HopperBlock.shapes
private final Function
<BlockState, VoxelShape> LeafLitterBlock.shapes
private final Function
<BlockState, VoxelShape> LeverBlock.shapes
private final Function
<BlockState, VoxelShape> MossyCarpetBlock.shapes
private final Function
<BlockState, VoxelShape> MultifaceBlock.shapes
private final Function
<BlockState, VoxelShape> PipeBlock.shapes
private final Function
<BlockState, VoxelShape> PitcherCropBlock.shapes
private final Function
<BlockState, VoxelShape> RedStoneWireBlock.shapes
private final Function
<BlockState, VoxelShape> VineBlock.shapes
private final Function
<BlockState, VoxelShape> WallBlock.shapes
private static final Map
<Direction.Axis, VoxelShape> AnvilBlock.SHAPES
private static final Map
<Direction, VoxelShape> AttachedStemBlock.SHAPES
private static final Map
<Direction, VoxelShape> BaseCoralWallFanBlock.SHAPES
private static final Map
<Direction, VoxelShape> BedBlock.SHAPES
private static final Map
<Direction, VoxelShape> BigDripleafStemBlock.SHAPES
private static final Map
<Integer, VoxelShape> CeilingHangingSignBlock.SHAPES
private static final Map
<Direction.Axis, VoxelShape> ChainBlock.SHAPES
private static final List
<Map<Direction, VoxelShape>> CocoaBlock.SHAPES
private static final Map
<Direction, VoxelShape> DoorBlock.SHAPES
private static final Map
<Direction.Axis, VoxelShape> FenceGateBlock.SHAPES
static final Map
<Direction, VoxelShape> LadderBlock.SHAPES
private static final Map
<Direction, VoxelShape> LecternBlock.SHAPES
private static final Map
<Direction.Axis, VoxelShape> NetherPortalBlock.SHAPES
private static final Map
<Direction, VoxelShape> PiglinWallSkullBlock.SHAPES
private static final Map
<Direction.Axis, VoxelShape> RodBlock.SHAPES
private static final Map
<Direction, VoxelShape> TrapDoorBlock.SHAPES
private static final Map
<Direction, VoxelShape> TripWireHookBlock.SHAPES
private static final Map
<Direction, VoxelShape> WallBannerBlock.SHAPES
private static final Map
<Direction.Axis, VoxelShape> WallHangingSignBlock.SHAPES
private static final Map
<Direction, VoxelShape> WallSignBlock.SHAPES
private static final Map
<Direction, VoxelShape> WallSkullBlock.SHAPES
private static final Map
<Direction, VoxelShape> WallTorchBlock.SHAPES
static final Map
<Direction, VoxelShape> ShulkerBoxBlock.SHAPES_OPEN_SUPPORT
private static final Map
<Direction.Axis, VoxelShape> WallHangingSignBlock.SHAPES_PLANK
private static final Map
<Direction.Axis, VoxelShape> FenceGateBlock.SHAPES_WALL
private static final Map
<Direction, VoxelShape> WallBlock.TEST_SHAPES_WALL
Methods in net.minecraft.world.level.block that return VoxelShapeModifier and TypeMethodDescriptionstatic VoxelShape
Block.box
(double p_49797_, double p_49798_, double p_49799_, double p_49800_, double p_49801_, double p_49802_) static VoxelShape[]
Block.boxes
(int p_393774_, IntFunction<VoxelShape> p_394099_) static VoxelShape
Block.boxZ
(double p_393726_, double p_394571_, double p_393953_) static VoxelShape
Block.boxZ
(double p_393965_, double p_393708_, double p_393930_, double p_394112_) static VoxelShape
Block.boxZ
(double p_394601_, double p_394192_, double p_393712_, double p_394326_, double p_394559_) static VoxelShape
Block.column
(double p_393922_, double p_394403_, double p_393991_) static VoxelShape
Block.column
(double p_393678_, double p_394077_, double p_394409_, double p_394538_) static VoxelShape
Block.cube
(double p_394458_) static VoxelShape
Block.cube
(double p_393493_, double p_394533_, double p_394623_) Block.ShapePairKey.first()
Returns the value of thefirst
record component.protected VoxelShape
CeilingHangingSignBlock.getBlockSupportShape
(BlockState p_254482_, BlockGetter p_253669_, BlockPos p_253916_) ChorusFlowerBlock.getBlockSupportShape
(BlockState p_294099_, BlockGetter p_294531_, BlockPos p_295431_) protected VoxelShape
FenceGateBlock.getBlockSupportShape
(BlockState p_253862_, BlockGetter p_254569_, BlockPos p_254197_) protected VoxelShape
LeavesBlock.getBlockSupportShape
(BlockState p_54456_, BlockGetter p_54457_, BlockPos p_54458_) protected VoxelShape
MudBlock.getBlockSupportShape
(BlockState p_221566_, BlockGetter p_221567_, BlockPos p_221568_) protected VoxelShape
ShulkerBoxBlock.getBlockSupportShape
(BlockState p_259177_, BlockGetter p_260305_, BlockPos p_259168_) protected VoxelShape
SnowLayerBlock.getBlockSupportShape
(BlockState p_56632_, BlockGetter p_56633_, BlockPos p_56634_) protected VoxelShape
SoulSandBlock.getBlockSupportShape
(BlockState p_56707_, BlockGetter p_56708_, BlockPos p_56709_) protected VoxelShape
WallHangingSignBlock.getBlockSupportShape
(BlockState p_253927_, BlockGetter p_254149_, BlockPos p_253805_) protected VoxelShape
BambooStalkBlock.getCollisionShape
(BlockState p_261560_, BlockGetter p_261965_, BlockPos p_261950_, CollisionContext p_261571_) protected VoxelShape
BellBlock.getCollisionShape
(BlockState p_49760_, BlockGetter p_49761_, BlockPos p_49762_, CollisionContext p_49763_) protected VoxelShape
BigDripleafBlock.getCollisionShape
(BlockState p_152307_, BlockGetter p_152308_, BlockPos p_152309_, CollisionContext p_152310_) protected VoxelShape
CactusBlock.getCollisionShape
(BlockState p_51176_, BlockGetter p_51177_, BlockPos p_51178_, CollisionContext p_51179_) protected VoxelShape
ComposterBlock.getCollisionShape
(BlockState p_51990_, BlockGetter p_51991_, BlockPos p_51992_, CollisionContext p_51993_) protected VoxelShape
CrossCollisionBlock.getCollisionShape
(BlockState p_52357_, BlockGetter p_52358_, BlockPos p_52359_, CollisionContext p_52360_) protected VoxelShape
FenceGateBlock.getCollisionShape
(BlockState p_53396_, BlockGetter p_53397_, BlockPos p_53398_, CollisionContext p_53399_) protected VoxelShape
GrindstoneBlock.getCollisionShape
(BlockState p_53851_, BlockGetter p_53852_, BlockPos p_53853_, CollisionContext p_53854_) protected VoxelShape
HoneyBlock.getCollisionShape
(BlockState p_54015_, BlockGetter p_54016_, BlockPos p_54017_, CollisionContext p_54018_) protected VoxelShape
LecternBlock.getCollisionShape
(BlockState p_54577_, BlockGetter p_54578_, BlockPos p_54579_, CollisionContext p_54580_) protected VoxelShape
LiquidBlock.getCollisionShape
(BlockState p_54760_, BlockGetter p_54761_, BlockPos p_54762_, CollisionContext p_54763_) protected VoxelShape
MossyCarpetBlock.getCollisionShape
(BlockState p_380336_, BlockGetter p_380068_, BlockPos p_379717_, CollisionContext p_379651_) protected VoxelShape
MudBlock.getCollisionShape
(BlockState p_221561_, BlockGetter p_221562_, BlockPos p_221563_, CollisionContext p_221564_) PitcherCropBlock.getCollisionShape
(BlockState p_277609_, BlockGetter p_277398_, BlockPos p_278042_, CollisionContext p_277995_) protected VoxelShape
PowderSnowBlock.getCollisionShape
(BlockState p_154285_, BlockGetter p_154286_, BlockPos p_154287_, CollisionContext p_154288_) protected VoxelShape
ScaffoldingBlock.getCollisionShape
(BlockState p_56068_, BlockGetter p_56069_, BlockPos p_56070_, CollisionContext p_56071_) protected VoxelShape
SculkShriekerBlock.getCollisionShape
(BlockState p_222225_, BlockGetter p_222226_, BlockPos p_222227_, CollisionContext p_222228_) protected VoxelShape
SnowLayerBlock.getCollisionShape
(BlockState p_56625_, BlockGetter p_56626_, BlockPos p_56627_, CollisionContext p_56628_) protected VoxelShape
SoulSandBlock.getCollisionShape
(BlockState p_56702_, BlockGetter p_56703_, BlockPos p_56704_, CollisionContext p_56705_) protected VoxelShape
WallBlock.getCollisionShape
(BlockState p_58055_, BlockGetter p_58056_, BlockPos p_58057_, CollisionContext p_58058_) protected VoxelShape
WallHangingSignBlock.getCollisionShape
(BlockState p_249963_, BlockGetter p_248542_, BlockPos p_252224_, CollisionContext p_251891_) protected VoxelShape
EndPortalBlock.getEntityInsideCollisionShape
(BlockState p_371319_, BlockGetter p_399758_, BlockPos p_371244_, Entity p_399952_) protected VoxelShape
NetherPortalBlock.getEntityInsideCollisionShape
(BlockState p_400288_, BlockGetter p_400305_, BlockPos p_400030_, Entity p_399514_) protected VoxelShape
PowderSnowBlock.getEntityInsideCollisionShape
(BlockState p_399731_, BlockGetter p_399744_, BlockPos p_400088_, Entity p_399982_) protected VoxelShape
TripWireBlock.getEntityInsideCollisionShape
(BlockState p_371595_, BlockGetter p_400245_, BlockPos p_371231_, Entity p_399588_) protected VoxelShape
AbstractCauldronBlock.getInteractionShape
(BlockState p_151955_, BlockGetter p_151956_, BlockPos p_151957_) protected VoxelShape
ComposterBlock.getInteractionShape
(BlockState p_51969_, BlockGetter p_51970_, BlockPos p_51971_) protected VoxelShape
HopperBlock.getInteractionShape
(BlockState p_54099_, BlockGetter p_54100_, BlockPos p_54101_) protected VoxelShape
ScaffoldingBlock.getInteractionShape
(BlockState p_56053_, BlockGetter p_56054_, BlockPos p_56055_) protected VoxelShape
FenceBlock.getOcclusionShape
(BlockState p_53338_) protected VoxelShape
FenceGateBlock.getOcclusionShape
(BlockState p_53401_) protected VoxelShape
LecternBlock.getOcclusionShape
(BlockState p_54584_) protected VoxelShape
MossyCarpetBlock.getOcclusionShape
(BlockState p_380234_) protected VoxelShape
PointedDripstoneBlock.getOcclusionShape
(BlockState p_154170_) protected VoxelShape
SculkShriekerBlock.getOcclusionShape
(BlockState p_222221_) protected VoxelShape
SkullBlock.getOcclusionShape
(BlockState p_56336_) protected VoxelShape
AbstractCauldronBlock.getShape
(BlockState p_151964_, BlockGetter p_151965_, BlockPos p_151966_, CollisionContext p_151967_) protected VoxelShape
AirBlock.getShape
(BlockState p_48760_, BlockGetter p_48761_, BlockPos p_48762_, CollisionContext p_48763_) protected VoxelShape
AmethystClusterBlock.getShape
(BlockState p_152021_, BlockGetter p_152022_, BlockPos p_152023_, CollisionContext p_152024_) protected VoxelShape
AnvilBlock.getShape
(BlockState p_48816_, BlockGetter p_48817_, BlockPos p_48818_, CollisionContext p_48819_) protected VoxelShape
AttachedStemBlock.getShape
(BlockState p_48858_, BlockGetter p_48859_, BlockPos p_48860_, CollisionContext p_48861_) protected VoxelShape
AzaleaBlock.getShape
(BlockState p_152084_, BlockGetter p_152085_, BlockPos p_152086_, CollisionContext p_152087_) protected VoxelShape
BambooSaplingBlock.getShape
(BlockState p_49003_, BlockGetter p_49004_, BlockPos p_49005_, CollisionContext p_49006_) protected VoxelShape
BambooStalkBlock.getShape
(BlockState p_261515_, BlockGetter p_261586_, BlockPos p_261526_, CollisionContext p_261930_) protected VoxelShape
BannerBlock.getShape
(BlockState p_49038_, BlockGetter p_49039_, BlockPos p_49040_, CollisionContext p_49041_) protected VoxelShape
BaseCoralFanBlock.getShape
(BlockState p_49108_, BlockGetter p_49109_, BlockPos p_49110_, CollisionContext p_49111_) protected VoxelShape
BaseCoralPlantBlock.getShape
(BlockState p_49153_, BlockGetter p_49154_, BlockPos p_49155_, CollisionContext p_49156_) protected VoxelShape
BaseCoralPlantTypeBlock.getShape
(BlockState p_49182_, BlockGetter p_49183_, BlockPos p_49184_, CollisionContext p_49185_) protected VoxelShape
BaseCoralWallFanBlock.getShape
(BlockState p_49219_, BlockGetter p_49220_, BlockPos p_49221_, CollisionContext p_49222_) protected VoxelShape
BaseFireBlock.getShape
(BlockState p_49274_, BlockGetter p_49275_, BlockPos p_49276_, CollisionContext p_49277_) protected VoxelShape
BasePressurePlateBlock.getShape
(BlockState p_49341_, BlockGetter p_49342_, BlockPos p_49343_, CollisionContext p_49344_) protected VoxelShape
BaseRailBlock.getShape
(BlockState p_49403_, BlockGetter p_49404_, BlockPos p_49405_, CollisionContext p_49406_) protected VoxelShape
BaseTorchBlock.getShape
(BlockState p_304673_, BlockGetter p_304919_, BlockPos p_304930_, CollisionContext p_304757_) protected VoxelShape
BedBlock.getShape
(BlockState p_49547_, BlockGetter p_49548_, BlockPos p_49549_, CollisionContext p_49550_) protected VoxelShape
BeetrootBlock.getShape
(BlockState p_49672_, BlockGetter p_49673_, BlockPos p_49674_, CollisionContext p_49675_) protected VoxelShape
BellBlock.getShape
(BlockState p_49755_, BlockGetter p_49756_, BlockPos p_49757_, CollisionContext p_49758_) protected VoxelShape
BigDripleafBlock.getShape
(BlockState p_152261_, BlockGetter p_152262_, BlockPos p_152263_, CollisionContext p_152264_) protected VoxelShape
BigDripleafStemBlock.getShape
(BlockState p_152360_, BlockGetter p_152361_, BlockPos p_152362_, CollisionContext p_152363_) protected VoxelShape
BrewingStandBlock.getShape
(BlockState p_50952_, BlockGetter p_50953_, BlockPos p_50954_, CollisionContext p_50955_) protected VoxelShape
BubbleColumnBlock.getShape
(BlockState p_51005_, BlockGetter p_51006_, BlockPos p_51007_, CollisionContext p_51008_) protected VoxelShape
BushBlock.getShape
(BlockState p_401432_, BlockGetter p_401175_, BlockPos p_401162_, CollisionContext p_401402_) protected VoxelShape
ButtonBlock.getShape
(BlockState p_51104_, BlockGetter p_51105_, BlockPos p_51106_, CollisionContext p_51107_) protected VoxelShape
CactusBlock.getShape
(BlockState p_51171_, BlockGetter p_51172_, BlockPos p_51173_, CollisionContext p_51174_) protected VoxelShape
CactusFlowerBlock.getShape
(BlockState p_401923_, BlockGetter p_401936_, BlockPos p_401926_, CollisionContext p_401860_) protected VoxelShape
CakeBlock.getShape
(BlockState p_51222_, BlockGetter p_51223_, BlockPos p_51224_, CollisionContext p_51225_) protected VoxelShape
CampfireBlock.getShape
(BlockState p_51309_, BlockGetter p_51310_, BlockPos p_51311_, CollisionContext p_51312_) protected VoxelShape
CandleBlock.getShape
(BlockState p_152817_, BlockGetter p_152818_, BlockPos p_152819_, CollisionContext p_152820_) protected VoxelShape
CandleCakeBlock.getShape
(BlockState p_152875_, BlockGetter p_152876_, BlockPos p_152877_, CollisionContext p_152878_) protected VoxelShape
CarpetBlock.getShape
(BlockState p_152917_, BlockGetter p_152918_, BlockPos p_152919_, CollisionContext p_152920_) protected VoxelShape
CarrotBlock.getShape
(BlockState p_51330_, BlockGetter p_51331_, BlockPos p_51332_, CollisionContext p_51333_) protected VoxelShape
CeilingHangingSignBlock.getShape
(BlockState p_250564_, BlockGetter p_248998_, BlockPos p_249501_, CollisionContext p_248978_) protected VoxelShape
ChainBlock.getShape
(BlockState p_51470_, BlockGetter p_51471_, BlockPos p_51472_, CollisionContext p_51473_) protected VoxelShape
ChestBlock.getShape
(BlockState p_51569_, BlockGetter p_51570_, BlockPos p_51571_, CollisionContext p_51572_) protected VoxelShape
CocoaBlock.getShape
(BlockState p_51787_, BlockGetter p_51788_, BlockPos p_51789_, CollisionContext p_51790_) protected VoxelShape
ComposterBlock.getShape
(BlockState p_51973_, BlockGetter p_51974_, BlockPos p_51975_, CollisionContext p_51976_) protected VoxelShape
ConduitBlock.getShape
(BlockState p_52122_, BlockGetter p_52123_, BlockPos p_52124_, CollisionContext p_52125_) protected VoxelShape
CoralPlantBlock.getShape
(BlockState p_52190_, BlockGetter p_52191_, BlockPos p_52192_, CollisionContext p_52193_) protected VoxelShape
CropBlock.getShape
(BlockState p_52297_, BlockGetter p_52298_, BlockPos p_52299_, CollisionContext p_52300_) protected VoxelShape
CrossCollisionBlock.getShape
(BlockState p_52352_, BlockGetter p_52353_, BlockPos p_52354_, CollisionContext p_52355_) protected VoxelShape
DaylightDetectorBlock.getShape
(BlockState p_52402_, BlockGetter p_52403_, BlockPos p_52404_, CollisionContext p_52405_) protected VoxelShape
DecoratedPotBlock.getShape
(BlockState p_273112_, BlockGetter p_273055_, BlockPos p_273137_, CollisionContext p_273151_) protected VoxelShape
DiodeBlock.getShape
(BlockState p_52556_, BlockGetter p_52557_, BlockPos p_52558_, CollisionContext p_52559_) protected VoxelShape
DirtPathBlock.getShape
(BlockState p_153143_, BlockGetter p_153144_, BlockPos p_153145_, CollisionContext p_153146_) protected VoxelShape
DoorBlock.getShape
(BlockState p_52807_, BlockGetter p_52808_, BlockPos p_52809_, CollisionContext p_52810_) protected VoxelShape
DragonEggBlock.getShape
(BlockState p_52930_, BlockGetter p_52931_, BlockPos p_52932_, CollisionContext p_52933_) protected VoxelShape
DryVegetationBlock.getShape
(BlockState p_401767_, BlockGetter p_401764_, BlockPos p_401758_, CollisionContext p_401896_) protected VoxelShape
EnchantingTableBlock.getShape
(BlockState p_340823_, BlockGetter p_340890_, BlockPos p_340839_, CollisionContext p_341114_) protected VoxelShape
EnderChestBlock.getShape
(BlockState p_53171_, BlockGetter p_53172_, BlockPos p_53173_, CollisionContext p_53174_) protected VoxelShape
EndPortalBlock.getShape
(BlockState p_53038_, BlockGetter p_53039_, BlockPos p_53040_, CollisionContext p_53041_) protected VoxelShape
EndPortalFrameBlock.getShape
(BlockState p_53073_, BlockGetter p_53074_, BlockPos p_53075_, CollisionContext p_53076_) protected VoxelShape
FarmBlock.getShape
(BlockState p_53290_, BlockGetter p_53291_, BlockPos p_53292_, CollisionContext p_53293_) protected VoxelShape
FenceGateBlock.getShape
(BlockState p_53391_, BlockGetter p_53392_, BlockPos p_53393_, CollisionContext p_53394_) protected VoxelShape
FireBlock.getShape
(BlockState p_53474_, BlockGetter p_53475_, BlockPos p_53476_, CollisionContext p_53477_) FlowerBedBlock.getShape
(BlockState p_393803_, BlockGetter p_394026_, BlockPos p_394322_, CollisionContext p_394474_) protected VoxelShape
FlowerBlock.getShape
(BlockState p_53517_, BlockGetter p_53518_, BlockPos p_53519_, CollisionContext p_53520_) protected VoxelShape
FlowerPotBlock.getShape
(BlockState p_53556_, BlockGetter p_53557_, BlockPos p_53558_, CollisionContext p_53559_) protected VoxelShape
FrogspawnBlock.getShape
(BlockState p_221199_, BlockGetter p_221200_, BlockPos p_221201_, CollisionContext p_221202_) protected VoxelShape
FungusBlock.getShape
(BlockState p_53618_, BlockGetter p_53619_, BlockPos p_53620_, CollisionContext p_53621_) protected VoxelShape
GrindstoneBlock.getShape
(BlockState p_53842_, BlockGetter p_53843_, BlockPos p_53844_, CollisionContext p_53845_) protected VoxelShape
GrowingPlantBlock.getShape
(BlockState p_53880_, BlockGetter p_53881_, BlockPos p_53882_, CollisionContext p_53883_) protected VoxelShape
HangingMossBlock.getShape
(BlockState p_379697_, BlockGetter p_380282_, BlockPos p_379821_, CollisionContext p_379644_) 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 p_54105_, BlockGetter p_54106_, BlockPos p_54107_, CollisionContext p_54108_) protected VoxelShape
LadderBlock.getShape
(BlockState p_54372_, BlockGetter p_54373_, BlockPos p_54374_, CollisionContext p_54375_) protected VoxelShape
LanternBlock.getShape
(BlockState p_153474_, BlockGetter p_153475_, BlockPos p_153476_, CollisionContext p_153477_) LeafLitterBlock.getShape
(BlockState p_393565_, BlockGetter p_393799_, BlockPos p_394123_, CollisionContext p_393894_) protected VoxelShape
LecternBlock.getShape
(BlockState p_54561_, BlockGetter p_54562_, BlockPos p_54563_, CollisionContext p_54564_) protected VoxelShape
LeverBlock.getShape
(BlockState p_54665_, BlockGetter p_54666_, BlockPos p_54667_, CollisionContext p_54668_) protected VoxelShape
LightBlock.getShape
(BlockState p_153668_, BlockGetter p_153669_, BlockPos p_153670_, CollisionContext p_153671_) protected VoxelShape
LiquidBlock.getShape
(BlockState p_54749_, BlockGetter p_54750_, BlockPos p_54751_, CollisionContext p_54752_) protected VoxelShape
MangrovePropaguleBlock.getShape
(BlockState p_221468_, BlockGetter p_221469_, BlockPos p_221470_, CollisionContext p_221471_) protected VoxelShape
MossyCarpetBlock.getShape
(BlockState p_380262_, BlockGetter p_379532_, BlockPos p_379586_, CollisionContext p_380281_) protected VoxelShape
MultifaceBlock.getShape
(BlockState p_153851_, BlockGetter p_153852_, BlockPos p_153853_, CollisionContext p_153854_) protected VoxelShape
MushroomBlock.getShape
(BlockState p_54889_, BlockGetter p_54890_, BlockPos p_54891_, CollisionContext p_54892_) protected VoxelShape
NetherPortalBlock.getShape
(BlockState p_54942_, BlockGetter p_54943_, BlockPos p_54944_, CollisionContext p_54945_) protected VoxelShape
NetherSproutsBlock.getShape
(BlockState p_54955_, BlockGetter p_54956_, BlockPos p_54957_, CollisionContext p_54958_) protected VoxelShape
NetherWartBlock.getShape
(BlockState p_54986_, BlockGetter p_54987_, BlockPos p_54988_, CollisionContext p_54989_) protected VoxelShape
PiglinWallSkullBlock.getShape
(BlockState p_261765_, BlockGetter p_261604_, BlockPos p_261948_, CollisionContext p_261889_) protected VoxelShape
PipeBlock.getShape
(BlockState p_55170_, BlockGetter p_55171_, BlockPos p_55172_, CollisionContext p_55173_) PitcherCropBlock.getShape
(BlockState p_277602_, BlockGetter p_277617_, BlockPos p_278005_, CollisionContext p_277514_) protected VoxelShape
PointedDripstoneBlock.getShape
(BlockState p_154117_, BlockGetter p_154118_, BlockPos p_154119_, CollisionContext p_154120_) protected VoxelShape
PotatoBlock.getShape
(BlockState p_55200_, BlockGetter p_55201_, BlockPos p_55202_, CollisionContext p_55203_) protected VoxelShape
RedstoneWallTorchBlock.getShape
(BlockState p_55781_, BlockGetter p_55782_, BlockPos p_55783_, CollisionContext p_55784_) protected VoxelShape
RedStoneWireBlock.getShape
(BlockState p_55620_, BlockGetter p_55621_, BlockPos p_55622_, CollisionContext p_55623_) protected VoxelShape
RodBlock.getShape
(BlockState p_154346_, BlockGetter p_154347_, BlockPos p_154348_, CollisionContext p_154349_) protected VoxelShape
RootsBlock.getShape
(BlockState p_55915_, BlockGetter p_55916_, BlockPos p_55917_, CollisionContext p_55918_) protected VoxelShape
SaplingBlock.getShape
(BlockState p_56008_, BlockGetter p_56009_, BlockPos p_56010_, CollisionContext p_56011_) protected VoxelShape
ScaffoldingBlock.getShape
(BlockState p_56057_, BlockGetter p_56058_, BlockPos p_56059_, CollisionContext p_56060_) protected VoxelShape
SculkSensorBlock.getShape
(BlockState p_154432_, BlockGetter p_154433_, BlockPos p_154434_, CollisionContext p_154435_) protected VoxelShape
SeagrassBlock.getShape
(BlockState p_154525_, BlockGetter p_154526_, BlockPos p_154527_, CollisionContext p_154528_) protected VoxelShape
SeaPickleBlock.getShape
(BlockState p_56122_, BlockGetter p_56123_, BlockPos p_56124_, CollisionContext p_56125_) protected VoxelShape
ShortDryGrassBlock.getShape
(BlockState p_401780_, BlockGetter p_401807_, BlockPos p_401895_, CollisionContext p_401802_) protected VoxelShape
ShulkerBoxBlock.getShape
(BlockState p_56257_, BlockGetter p_56258_, BlockPos p_56259_, CollisionContext p_56260_) protected VoxelShape
SignBlock.getShape
(BlockState p_56293_, BlockGetter p_56294_, BlockPos p_56295_, CollisionContext p_56296_) protected VoxelShape
SkullBlock.getShape
(BlockState p_56331_, BlockGetter p_56332_, BlockPos p_56333_, CollisionContext p_56334_) protected VoxelShape
SlabBlock.getShape
(BlockState p_56390_, BlockGetter p_56391_, BlockPos p_56392_, CollisionContext p_56393_) protected VoxelShape
SmallDripleafBlock.getShape
(BlockState p_154610_, BlockGetter p_154611_, BlockPos p_154612_, CollisionContext p_154613_) SnifferEggBlock.getShape
(BlockState p_277872_, BlockGetter p_278090_, BlockPos p_277364_, CollisionContext p_278016_) protected VoxelShape
SnowLayerBlock.getShape
(BlockState p_56620_, BlockGetter p_56621_, BlockPos p_56622_, CollisionContext p_56623_) protected VoxelShape
SporeBlossomBlock.getShape
(BlockState p_154699_, BlockGetter p_154700_, BlockPos p_154701_, CollisionContext p_154702_) protected VoxelShape
StairBlock.getShape
(BlockState p_56956_, BlockGetter p_56957_, BlockPos p_56958_, CollisionContext p_56959_) protected VoxelShape
StemBlock.getShape
(BlockState p_57047_, BlockGetter p_57048_, BlockPos p_57049_, CollisionContext p_57050_) protected VoxelShape
StonecutterBlock.getShape
(BlockState p_57100_, BlockGetter p_57101_, BlockPos p_57102_, CollisionContext p_57103_) protected VoxelShape
StructureVoidBlock.getShape
(BlockState p_57158_, BlockGetter p_57159_, BlockPos p_57160_, CollisionContext p_57161_) protected VoxelShape
SugarCaneBlock.getShape
(BlockState p_57193_, BlockGetter p_57194_, BlockPos p_57195_, CollisionContext p_57196_) protected VoxelShape
SweetBerryBushBlock.getShape
(BlockState p_57291_, BlockGetter p_57292_, BlockPos p_57293_, CollisionContext p_57294_) protected VoxelShape
TallDryGrassBlock.getShape
(BlockState p_401857_, BlockGetter p_401866_, BlockPos p_401940_, CollisionContext p_401832_) protected VoxelShape
TallGrassBlock.getShape
(BlockState p_57336_, BlockGetter p_57337_, BlockPos p_57338_, CollisionContext p_57339_) 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 p_57563_, BlockGetter p_57564_, BlockPos p_57565_, CollisionContext p_57566_) protected VoxelShape
TripWireBlock.getShape
(BlockState p_57654_, BlockGetter p_57655_, BlockPos p_57656_, CollisionContext p_57657_) protected VoxelShape
TripWireHookBlock.getShape
(BlockState p_57740_, BlockGetter p_57741_, BlockPos p_57742_, CollisionContext p_57743_) protected VoxelShape
TurtleEggBlock.getShape
(BlockState p_57809_, BlockGetter p_57810_, BlockPos p_57811_, CollisionContext p_57812_) protected VoxelShape
VineBlock.getShape
(BlockState p_57897_, BlockGetter p_57898_, BlockPos p_57899_, CollisionContext p_57900_) protected VoxelShape
WallBannerBlock.getShape
(BlockState p_57944_, BlockGetter p_57945_, BlockPos p_57946_, CollisionContext p_57947_) protected VoxelShape
WallBlock.getShape
(BlockState p_58050_, BlockGetter p_58051_, BlockPos p_58052_, CollisionContext p_58053_) protected VoxelShape
WallHangingSignBlock.getShape
(BlockState p_250980_, BlockGetter p_251012_, BlockPos p_251391_, CollisionContext p_251875_) protected VoxelShape
WallSignBlock.getShape
(BlockState p_58092_, BlockGetter p_58093_, BlockPos p_58094_, CollisionContext p_58095_) protected VoxelShape
WallSkullBlock.getShape
(BlockState p_58114_, BlockGetter p_58115_, BlockPos p_58116_, CollisionContext p_58117_) static VoxelShape
WallTorchBlock.getShape
(BlockState p_58157_) protected VoxelShape
WallTorchBlock.getShape
(BlockState p_58152_, BlockGetter p_58153_, BlockPos p_58154_, CollisionContext p_58155_) protected VoxelShape
WaterlilyBlock.getShape
(BlockState p_58169_, BlockGetter p_58170_, BlockPos p_58171_, CollisionContext p_58172_) protected VoxelShape
FenceBlock.getVisualShape
(BlockState p_53311_, BlockGetter p_53312_, BlockPos p_53313_, CollisionContext p_53314_) protected VoxelShape
IronBarsBlock.getVisualShape
(BlockState p_54202_, BlockGetter p_54203_, BlockPos p_54204_, CollisionContext p_54205_) protected VoxelShape
MudBlock.getVisualShape
(BlockState p_221556_, BlockGetter p_221557_, BlockPos p_221558_, CollisionContext p_221559_) protected VoxelShape
PowderSnowBlock.getVisualShape
(BlockState p_154276_, BlockGetter p_154277_, BlockPos p_154278_, CollisionContext p_154279_) protected VoxelShape
SnowLayerBlock.getVisualShape
(BlockState p_56597_, BlockGetter p_56598_, BlockPos p_56599_, CollisionContext p_56600_) protected VoxelShape
SoulSandBlock.getVisualShape
(BlockState p_56684_, BlockGetter p_56685_, BlockPos p_56686_, CollisionContext p_56687_) protected VoxelShape
TransparentBlock.getVisualShape
(BlockState p_309057_, BlockGetter p_308936_, BlockPos p_308956_, CollisionContext p_309006_) private VoxelShape
BellBlock.getVoxelShape
(BlockState p_49767_) private VoxelShape
GrindstoneBlock.getVoxelShape
(BlockState p_53856_) Block.ShapePairKey.second()
Returns the value of thesecond
record component.Methods in net.minecraft.world.level.block that return types with arguments of type VoxelShapeModifier and TypeMethodDescriptiondefault Function
<BlockState, VoxelShape> SegmentableBlock.getShapeCalculator
(EnumProperty<Direction> p_394273_, IntegerProperty p_394415_) protected Function
<BlockState, VoxelShape> Block.getShapeForEachState
(Function<BlockState, VoxelShape> p_394452_) protected Function
<BlockState, VoxelShape> Block.getShapeForEachState
(Function<BlockState, VoxelShape> p_152459_, Property<?>... p_394264_) private Function
<BlockState, VoxelShape> BigDripleafBlock.makeShapes()
private Function
<BlockState, VoxelShape> ButtonBlock.makeShapes()
protected Function
<BlockState, VoxelShape> CrossCollisionBlock.makeShapes
(float p_52327_, float p_52328_, float p_52329_, float p_52330_, float p_52331_) private Function
<BlockState, VoxelShape> FireBlock.makeShapes()
private Function
<BlockState, VoxelShape> FlowerBedBlock.makeShapes()
private Function
<BlockState, VoxelShape> GrindstoneBlock.makeShapes()
private Function
<BlockState, VoxelShape> HopperBlock.makeShapes
(VoxelShape p_393574_) private Function
<BlockState, VoxelShape> LeafLitterBlock.makeShapes()
private Function
<BlockState, VoxelShape> LeverBlock.makeShapes()
MossyCarpetBlock.makeShapes()
private Function
<BlockState, VoxelShape> MultifaceBlock.makeShapes()
private Function
<BlockState, VoxelShape> PipeBlock.makeShapes
(float p_55162_) private Function
<BlockState, VoxelShape> PitcherCropBlock.makeShapes()
private Function
<BlockState, VoxelShape> RedStoneWireBlock.makeShapes()
private Function
<BlockState, VoxelShape> VineBlock.makeShapes()
private Function
<BlockState, VoxelShape> WallBlock.makeShapes
(float p_57966_, float p_57967_) Methods in net.minecraft.world.level.block with parameters of type VoxelShapeModifier and TypeMethodDescriptionprivate static boolean
WallBlock.isCovered
(VoxelShape p_58039_, VoxelShape p_58040_) static boolean
Block.isFaceFull
(VoxelShape p_49919_, Direction p_49920_) static boolean
Block.isShapeFullBlock
(VoxelShape p_49917_) private Function
<BlockState, VoxelShape> HopperBlock.makeShapes
(VoxelShape p_393574_) private WallSide
WallBlock.makeWallState
(boolean p_58042_, VoxelShape p_58043_, VoxelShape p_58044_) private boolean
WallBlock.shouldRaisePost
(BlockState p_58007_, BlockState p_58008_, VoxelShape p_58009_) private void
BeehiveBlock.spawnParticle
(Level p_49613_, BlockPos p_49614_, VoxelShape p_49615_, double p_49616_) private BlockState
WallBlock.updateSides
(BlockState p_58025_, boolean p_58026_, boolean p_58027_, boolean p_58028_, boolean p_58029_, VoxelShape p_58030_) Method parameters in net.minecraft.world.level.block with type arguments of type VoxelShapeModifier and TypeMethodDescriptionstatic VoxelShape[]
Block.boxes
(int p_393774_, IntFunction<VoxelShape> p_394099_) protected Function
<BlockState, VoxelShape> Block.getShapeForEachState
(Function<BlockState, VoxelShape> p_394452_) protected Function
<BlockState, VoxelShape> Block.getShapeForEachState
(Function<BlockState, VoxelShape> p_152459_, Property<?>... p_394264_) Constructors in net.minecraft.world.level.block with parameters of type VoxelShapeModifierConstructorDescriptionGrowingPlantBlock
(BlockBehaviour.Properties p_53863_, Direction p_53864_, VoxelShape p_53865_, boolean p_53866_) GrowingPlantBodyBlock
(BlockBehaviour.Properties p_53886_, Direction p_53887_, VoxelShape p_53888_, boolean p_53889_) GrowingPlantHeadBlock
(BlockBehaviour.Properties p_53928_, Direction p_53929_, VoxelShape p_53930_, boolean p_53931_, double p_53932_) (package private)
ShapePairKey
(VoxelShape first, VoxelShape second) Creates an instance of aShapePairKey
record class. -
Uses of VoxelShape in net.minecraft.world.level.block.piston
Fields in net.minecraft.world.level.block.piston declared as VoxelShapeFields in net.minecraft.world.level.block.piston with type parameters of type VoxelShapeModifier and TypeFieldDescriptionprivate static final Map
<Direction, VoxelShape> PistonBaseBlock.SHAPES
private static final Map
<Direction, VoxelShape> PistonHeadBlock.SHAPES
private static final Map
<Direction, VoxelShape> PistonHeadBlock.SHAPES_SHORT
Methods in net.minecraft.world.level.block.piston that return VoxelShapeModifier and TypeMethodDescriptionprotected VoxelShape
MovingPistonBlock.getCollisionShape
(BlockState p_60104_, BlockGetter p_60105_, BlockPos p_60106_, CollisionContext p_60107_) PistonMovingBlockEntity.getCollisionShape
(BlockGetter p_60357_, BlockPos p_60358_) protected VoxelShape
MovingPistonBlock.getShape
(BlockState p_60099_, BlockGetter p_60100_, BlockPos p_60101_, CollisionContext p_60102_) protected VoxelShape
PistonBaseBlock.getShape
(BlockState p_60220_, BlockGetter p_60221_, BlockPos p_60222_, CollisionContext p_60223_) protected VoxelShape
PistonHeadBlock.getShape
(BlockState p_60320_, BlockGetter p_60321_, BlockPos p_60322_, CollisionContext p_60323_) -
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
private static final VoxelShape[]
BlockBehaviour.BlockStateBase.EMPTY_OCCLUSION_SHAPES
private static final VoxelShape[]
BlockBehaviour.BlockStateBase.FULL_BLOCK_OCCLUSION_SHAPES
private VoxelShape
BlockBehaviour.BlockStateBase.occlusionShape
private VoxelShape[]
BlockBehaviour.BlockStateBase.occlusionShapesByFace
Methods in net.minecraft.world.level.block.state that return VoxelShapeModifier and TypeMethodDescriptionBlockBehaviour.BlockStateBase.getBlockSupportShape
(BlockGetter p_60817_, BlockPos p_60818_) protected VoxelShape
BlockBehaviour.getBlockSupportShape
(BlockState p_60581_, BlockGetter p_60582_, BlockPos p_60583_) BlockBehaviour.BlockStateBase.getCollisionShape
(BlockGetter p_60813_, BlockPos p_60814_) BlockBehaviour.BlockStateBase.getCollisionShape
(BlockGetter p_60743_, BlockPos p_60744_, CollisionContext p_60745_) protected VoxelShape
BlockBehaviour.getCollisionShape
(BlockState p_60572_, BlockGetter p_60573_, BlockPos p_60574_, CollisionContext p_60575_) BlockBehaviour.BlockStateBase.getEntityInsideCollisionShape
(BlockGetter p_399863_, BlockPos p_371798_, Entity p_399825_) protected VoxelShape
BlockBehaviour.getEntityInsideCollisionShape
(BlockState p_371936_, BlockGetter p_399929_, BlockPos p_371292_, Entity p_399852_) BlockBehaviour.BlockStateBase.getFaceOcclusionShape
(Direction p_60658_) BlockBehaviour.BlockStateBase.getInteractionShape
(BlockGetter p_60821_, BlockPos p_60822_) protected VoxelShape
BlockBehaviour.getInteractionShape
(BlockState p_60547_, BlockGetter p_60548_, BlockPos p_60549_) BlockBehaviour.BlockStateBase.getOcclusionShape()
protected VoxelShape
BlockBehaviour.getOcclusionShape
(BlockState p_60578_) BlockBehaviour.BlockStateBase.getShape
(BlockGetter p_60809_, BlockPos p_60810_) BlockBehaviour.BlockStateBase.getShape
(BlockGetter p_60652_, BlockPos p_60653_, CollisionContext p_60654_) protected VoxelShape
BlockBehaviour.getShape
(BlockState p_60555_, BlockGetter p_60556_, BlockPos p_60557_, CollisionContext p_60558_) BlockBehaviour.BlockStateBase.getVisualShape
(BlockGetter p_60772_, BlockPos p_60773_, CollisionContext p_60774_) protected VoxelShape
BlockBehaviour.getVisualShape
(BlockState p_60479_, BlockGetter p_60480_, BlockPos p_60481_, CollisionContext p_60482_) -
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 p_227211_, int p_227212_, boolean p_227213_, ChunkGenerator p_227214_, StructureTemplateManager p_227215_, LevelHeightAccessor p_227216_, RandomSource p_227217_, Registry<StructureTemplatePool> p_227218_, PoolElementStructurePiece p_227219_, List<PoolElementStructurePiece> p_227220_, VoxelShape p_227221_, PoolAliasLookup p_307210_, LiquidSettings p_352331_) 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 p_227265_, org.apache.commons.lang3.mutable.MutableObject<VoxelShape> p_227266_, int p_227267_, boolean p_227268_, LevelHeightAccessor p_227269_, RandomState p_227270_, PoolAliasLookup p_307643_, LiquidSettings p_352442_) 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 TypeMethodDescriptionstatic VoxelShape
LightEngine.getOcclusionShape
(BlockState p_285020_, Direction p_285455_) -
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 p_75939_, BlockGetter p_75940_, BlockPos p_75941_) FlowingFluid.getShape
(FluidState p_76084_, BlockGetter p_76085_, BlockPos p_76086_) abstract VoxelShape
Fluid.getShape
(FluidState p_76137_, BlockGetter p_76138_, BlockPos p_76139_) FluidState.getShape
(BlockGetter p_76184_, BlockPos p_76185_) -
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 p_83049_, double p_83050_, double p_83051_, double p_83052_, double p_83053_, double p_83054_) private VoxelShape
VoxelShape.calculateFace
(Direction p_83295_) static VoxelShape
Shapes.create
(double p_166050_, double p_166051_, double p_166052_, double p_166053_, double p_166054_, double p_166055_) static VoxelShape
static VoxelShape
Shapes.empty()
CollisionContext.getCollisionShape
(BlockState p_366647_, CollisionGetter p_366783_, BlockPos p_366848_) EntityCollisionContext.getCollisionShape
(BlockState p_366423_, CollisionGetter p_366608_, BlockPos p_366445_) MinecartCollisionContext.getCollisionShape
(BlockState p_366641_, CollisionGetter p_366650_, BlockPos p_366424_) VoxelShape.getFaceShape
(Direction p_83264_) static VoxelShape
Shapes.join
(VoxelShape p_83114_, VoxelShape p_83115_, BooleanOp p_83116_) static VoxelShape
Shapes.joinUnoptimized
(VoxelShape p_83149_, VoxelShape p_83150_, BooleanOp p_83151_) VoxelShape.move
(double p_83217_, double p_83218_, double p_83219_) VoxelShape.optimize()
static VoxelShape
Shapes.or
(VoxelShape p_83111_, VoxelShape p_83112_) static VoxelShape
Shapes.or
(VoxelShape p_83125_, VoxelShape... p_83126_) static VoxelShape
Shapes.rotate
(VoxelShape p_393610_, OctahedralGroup p_393964_) static VoxelShape
Shapes.rotate
(VoxelShape p_394159_, OctahedralGroup p_393775_, Vec3 p_393709_) VoxelShape.singleEncompassing()
Methods in net.minecraft.world.phys.shapes that return types with arguments of type VoxelShapeModifier and TypeMethodDescriptionstatic Map
<Direction, VoxelShape> Shapes.rotateAll
(VoxelShape p_394480_) static Map
<Direction, VoxelShape> Shapes.rotateAll
(VoxelShape p_394143_, Vec3 p_394280_) static Map
<Direction.Axis, VoxelShape> Shapes.rotateAllAxis
(VoxelShape p_394319_) static Map
<Direction.Axis, VoxelShape> Shapes.rotateAllAxis
(VoxelShape p_393798_, Vec3 p_393985_) static Map
<AttachFace, Map<Direction, VoxelShape>> Shapes.rotateAttachFace
(VoxelShape p_394129_) static Map
<Direction, VoxelShape> Shapes.rotateHorizontal
(VoxelShape p_393618_) static Map
<Direction, VoxelShape> Shapes.rotateHorizontal
(VoxelShape p_394145_, Vec3 p_393544_) static Map
<Direction.Axis, VoxelShape> Shapes.rotateHorizontalAxis
(VoxelShape p_394394_) static Map
<Direction.Axis, VoxelShape> Shapes.rotateHorizontalAxis
(VoxelShape p_393683_, Vec3 p_394313_) Methods in net.minecraft.world.phys.shapes with parameters of type VoxelShapeModifier and TypeMethodDescriptionstatic boolean
Shapes.blockOccludes
(VoxelShape p_83118_, VoxelShape p_83119_, Direction p_83120_) static boolean
Shapes.equal
(VoxelShape p_394565_, VoxelShape p_393940_) static boolean
Shapes.faceShapeOccludes
(VoxelShape p_83146_, VoxelShape p_83147_) boolean
CollisionContext.isAbove
(VoxelShape p_82755_, BlockPos p_82756_, boolean p_82757_) boolean
EntityCollisionContext.isAbove
(VoxelShape p_82886_, BlockPos p_82887_, boolean p_82888_) static VoxelShape
Shapes.join
(VoxelShape p_83114_, VoxelShape p_83115_, BooleanOp p_83116_) static boolean
Shapes.joinIsNotEmpty
(VoxelShape p_83158_, VoxelShape p_83159_, BooleanOp p_83160_) static VoxelShape
Shapes.joinUnoptimized
(VoxelShape p_83149_, VoxelShape p_83150_, BooleanOp p_83151_) static boolean
Shapes.mergedFaceOccludes
(VoxelShape p_83153_, VoxelShape p_83154_, Direction p_83155_) static VoxelShape
Shapes.or
(VoxelShape p_83111_, VoxelShape p_83112_) static VoxelShape
Shapes.or
(VoxelShape p_83125_, VoxelShape... p_83126_) static VoxelShape
Shapes.rotate
(VoxelShape p_393610_, OctahedralGroup p_393964_) static VoxelShape
Shapes.rotate
(VoxelShape p_394159_, OctahedralGroup p_393775_, Vec3 p_393709_) static Map
<Direction, VoxelShape> Shapes.rotateAll
(VoxelShape p_394480_) static Map
<Direction, VoxelShape> Shapes.rotateAll
(VoxelShape p_394143_, Vec3 p_394280_) static Map
<Direction.Axis, VoxelShape> Shapes.rotateAllAxis
(VoxelShape p_394319_) static Map
<Direction.Axis, VoxelShape> Shapes.rotateAllAxis
(VoxelShape p_393798_, Vec3 p_393985_) static Map
<AttachFace, Map<Direction, VoxelShape>> Shapes.rotateAttachFace
(VoxelShape p_394129_) static Map
<Direction, VoxelShape> Shapes.rotateHorizontal
(VoxelShape p_393618_) static Map
<Direction, VoxelShape> Shapes.rotateHorizontal
(VoxelShape p_394145_, Vec3 p_393544_) static Map
<Direction.Axis, VoxelShape> Shapes.rotateHorizontalAxis
(VoxelShape p_394394_) static Map
<Direction.Axis, VoxelShape> Shapes.rotateHorizontalAxis
(VoxelShape p_393683_, Vec3 p_394313_) Method parameters in net.minecraft.world.phys.shapes with type arguments of type VoxelShapeModifier and TypeMethodDescriptionstatic double
Shapes.collide
(Direction.Axis p_193136_, AABB p_193137_, Iterable<VoxelShape> p_193138_, double p_193139_) Constructors in net.minecraft.world.phys.shapes with parameters of type VoxelShapeModifierConstructorDescriptionSliceShape
(VoxelShape p_83173_, Direction.Axis p_83174_, int p_83175_)