Uses of Interface
net.minecraft.world.level.BlockGetter
Package
Description
-
Uses of BlockGetter in net.minecraft
Modifier and TypeMethodDescriptionBlockUtil.getTopConnectedBlock
(BlockGetter p_177846_, BlockPos p_177847_, Block p_177848_, Direction p_177849_, Block p_177850_) -
Uses of BlockGetter in net.minecraft.client
Modifier and TypeMethodDescriptionvoid
Camera.setup
(BlockGetter p_90576_, Entity p_90577_, boolean p_90578_, boolean p_90579_, float p_90580_) -
Uses of BlockGetter in net.minecraft.client.multiplayer
-
Uses of BlockGetter in net.minecraft.client.renderer
Modifier and TypeMethodDescriptionvoid
LevelRenderer.blockChanged
(BlockGetter p_109545_, BlockPos p_109546_, BlockState p_109547_, BlockState p_109548_, int p_109549_) -
Uses of BlockGetter in net.minecraft.client.renderer.block
Modifier and TypeMethodDescriptionprivate static boolean
LiquidBlockRenderer.isFaceOccludedByNeighbor
(BlockGetter p_203180_, BlockPos p_203181_, Direction p_203182_, float p_203183_, BlockState p_203184_) private static boolean
LiquidBlockRenderer.isFaceOccludedBySelf
(BlockGetter p_110960_, BlockPos p_110961_, BlockState p_110962_, Direction p_110963_) private static boolean
LiquidBlockRenderer.isFaceOccludedByState
(BlockGetter p_110979_, Direction p_110980_, float p_110981_, BlockPos p_110982_, BlockState p_110983_) -
Uses of BlockGetter in net.minecraft.client.renderer.chunk
-
Uses of BlockGetter in net.minecraft.network.protocol.game
ModifierConstructorDescriptionClientboundBlockUpdatePacket
(BlockGetter p_131735_, BlockPos p_131736_) -
Uses of BlockGetter in net.minecraft.server.commands
Modifier and TypeMethodDescriptionint
SpreadPlayersCommand.Position.getSpawnY
(BlockGetter p_138759_, int p_138760_) boolean
SpreadPlayersCommand.Position.isSafe
(BlockGetter p_138774_, int p_138775_) -
Uses of BlockGetter in net.minecraft.server.level
-
Uses of BlockGetter in net.minecraft.world
Modifier and TypeMethodDescriptionstatic void
RandomizableContainer.setBlockEntityLootTable
(BlockGetter p_309623_, RandomSource p_309643_, BlockPos p_309644_, ResourceKey<LootTable> p_335924_) -
Uses of BlockGetter in net.minecraft.world.entity
Modifier and TypeMethodDescriptionfloat
Entity.getBlockExplosionResistance
(Explosion p_19992_, BlockGetter p_19993_, BlockPos p_19994_, BlockState p_19995_, FluidState p_19996_, float p_19997_) boolean
Entity.shouldBlockExplode
(Explosion p_19987_, BlockGetter p_19988_, BlockPos p_19989_, BlockState p_19990_, float p_19991_) -
Uses of BlockGetter in net.minecraft.world.entity.ai.behavior
Modifier and TypeMethodDescriptionAnimalPanic.lookForWater
(BlockGetter p_196642_, Entity p_196643_) -
Uses of BlockGetter in net.minecraft.world.entity.ai.goal
Modifier and TypeMethodDescriptionprivate BlockPos
RemoveBlockGoal.getPosWithBlock
(BlockPos p_25853_, BlockGetter p_25854_) protected BlockPos
PanicGoal.lookForWater
(BlockGetter p_198173_, Entity p_198174_, int p_198175_) -
Uses of BlockGetter in net.minecraft.world.entity.npc
Modifier and TypeMethodDescriptionprivate boolean
WanderingTraderSpawner.hasEnoughSpace
(BlockGetter p_35926_, BlockPos p_35927_) -
Uses of BlockGetter in net.minecraft.world.entity.projectile
Modifier and TypeMethodDescriptionfloat
WitherSkull.getBlockExplosionResistance
(Explosion p_37619_, BlockGetter p_37620_, BlockPos p_37621_, BlockState p_37622_, FluidState p_37623_, float p_37624_) -
Uses of BlockGetter in net.minecraft.world.entity.projectile.windcharge
Modifier and TypeMethodDescriptionAbstractWindCharge.WindChargeDamageCalculator.getBlockExplosionResistance
(Explosion p_326498_, BlockGetter p_326469_, BlockPos p_326029_, BlockState p_325970_, FluidState p_326399_) -
Uses of BlockGetter in net.minecraft.world.entity.vehicle
Modifier and TypeMethodDescriptionfloat
MinecartTNT.getBlockExplosionResistance
(Explosion p_38675_, BlockGetter p_38676_, BlockPos p_38677_, BlockState p_38678_, FluidState p_38679_, float p_38680_) static VoxelShape
DismountHelper.nonClimbableShape
(BlockGetter p_38447_, BlockPos p_38448_) boolean
MinecartTNT.shouldBlockExplode
(Explosion p_38669_, BlockGetter p_38670_, BlockPos p_38671_, BlockState p_38672_, float p_38673_) -
Uses of BlockGetter in net.minecraft.world.level
Modifier and TypeInterfaceDescriptioninterface
interface
interface
interface
interface
interface
interface
interface
interface
Modifier and TypeMethodDescriptionprivate BlockGetter
BlockCollisions.getChunk
(int p_186412_, int p_186413_) CollisionGetter.getChunkForCollisions
(int p_45774_, int p_45775_) Level.getChunkForCollisions
(int p_46711_, int p_46712_) default BlockGetter
LevelReader.getChunkForCollisions
(int p_46845_, int p_46846_) PathNavigationRegion.getChunkForCollisions
(int p_47173_, int p_47174_) Modifier and TypeMethodDescriptionClipContext.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_) EntityBasedExplosionDamageCalculator.getBlockExplosionResistance
(Explosion p_45902_, BlockGetter p_45903_, BlockPos p_45904_, BlockState p_45905_, FluidState p_45906_) ExplosionDamageCalculator.getBlockExplosionResistance
(Explosion p_46099_, BlockGetter p_46100_, BlockPos p_46101_, BlockState p_46102_, FluidState p_46103_) ClipContext.getBlockShape
(BlockState p_45695_, BlockGetter p_45696_, BlockPos p_45697_) ClipContext.getFluidShape
(FluidState p_45699_, BlockGetter p_45700_, BlockPos p_45701_) static boolean
NaturalSpawner.isValidEmptySpawnBlock
(BlockGetter p_47057_, BlockPos p_47058_, BlockState p_47059_, FluidState p_47060_, EntityType<?> p_47061_) boolean
EntityBasedExplosionDamageCalculator.shouldBlockExplode
(Explosion p_45896_, BlockGetter p_45897_, BlockPos p_45898_, BlockState p_45899_, float p_45900_) boolean
ExplosionDamageCalculator.shouldBlockExplode
(Explosion p_46094_, BlockGetter p_46095_, BlockPos p_46096_, BlockState p_46097_, float p_46098_) -
Uses of BlockGetter in net.minecraft.world.level.block
Modifier and TypeFieldDescriptionprivate static final Map
<BlockGetter, List<RedstoneTorchBlock.Toggle>> RedstoneTorchBlock.RECENT_TOGGLES
Modifier and TypeMethodDescriptionprivate static boolean
Blocks.always
(BlockState p_50775_, BlockGetter p_50776_, BlockPos p_50777_) private static Boolean
Blocks.always
(BlockState p_50810_, BlockGetter p_50811_, BlockPos p_50812_, EntityType<?> p_50813_) private boolean
LadderBlock.canAttachTo
(BlockGetter p_54349_, BlockPos p_54350_, Direction p_54351_) static boolean
MultifaceBlock.canAttachTo
(BlockGetter p_153830_, Direction p_153831_, BlockPos p_153832_, BlockState p_153833_) boolean
FireBlock.canCatchFire
(BlockGetter world, BlockPos pos, Direction face) Side sensitive version that calls the block function.private static boolean
PointedDripstoneBlock.canDripThrough
(BlockGetter p_202018_, BlockPos p_202019_, BlockState p_202020_) boolean
BarrierBlock.canPlaceLiquid
(Player p_296463_, BlockGetter p_295048_, BlockPos p_295143_, BlockState p_294224_, Fluid p_294851_) boolean
KelpBlock.canPlaceLiquid
(Player p_295152_, BlockGetter p_54304_, BlockPos p_54305_, BlockState p_54306_, Fluid p_54307_) boolean
KelpPlantBlock.canPlaceLiquid
(Player p_296032_, BlockGetter p_54325_, BlockPos p_54326_, BlockState p_54327_, Fluid p_54328_) boolean
LiquidBlockContainer.canPlaceLiquid
(Player p_295256_, BlockGetter p_54766_, BlockPos p_54767_, BlockState p_54768_, Fluid p_54769_) boolean
SeagrassBlock.canPlaceLiquid
(Player p_296226_, BlockGetter p_296449_, BlockPos p_154511_, BlockState p_154512_, Fluid p_295712_) default boolean
SimpleWaterloggedBlock.canPlaceLiquid
(Player p_294196_, BlockGetter p_56301_, BlockPos p_56302_, BlockState p_56303_, Fluid p_56304_) boolean
SlabBlock.canPlaceLiquid
(Player p_294165_, BlockGetter p_56363_, BlockPos p_56364_, BlockState p_56365_, Fluid p_56366_) boolean
TallSeagrassBlock.canPlaceLiquid
(Player p_296027_, BlockGetter p_154753_, BlockPos p_154754_, BlockState p_154755_, Fluid p_154756_) private boolean
VineBlock.canSpread
(BlockGetter p_57851_, BlockPos p_57852_) boolean
MultifaceSpreader.canSpreadInAnyDirection
(BlockState p_221602_, BlockGetter p_221603_, BlockPos p_221604_, Direction p_221605_) boolean
MultifaceSpreader.DefaultSpreaderConfig.canSpreadInto
(BlockGetter p_221685_, BlockPos p_221686_, MultifaceSpreader.SpreadPos p_221687_) boolean
MultifaceSpreader.SpreadConfig.canSpreadInto
(BlockGetter p_221698_, BlockPos p_221699_, MultifaceSpreader.SpreadPos p_221700_) private boolean
VineBlock.canSupportAtFace
(BlockGetter p_57888_, BlockPos p_57889_, Direction p_57890_) static boolean
Block.canSupportRigidBlock
(BlockGetter p_49937_, BlockPos p_49938_) private boolean
RedStoneWireBlock.canSurviveOn
(BlockGetter p_55613_, BlockPos p_55614_, BlockState p_55615_) boolean
Block.canSustainPlant
(BlockState state, BlockGetter world, BlockPos pos, Direction facing, IPlantable plantable) private static boolean
StairBlock.canTakeShape
(BlockState p_56971_, BlockGetter p_56972_, BlockPos p_56973_, Direction p_56974_) private boolean
FrostedIceBlock.fewerNeigboursThan
(BlockGetter p_53566_, BlockPos p_53567_, int p_53568_) static Direction
BedBlock.getBedOrientation
(BlockGetter p_49486_, BlockPos p_49487_) 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
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_) private RedstoneSide
RedStoneWireBlock.getConnectingSide
(BlockGetter p_55519_, BlockPos p_55520_, Direction p_55521_) private RedstoneSide
RedStoneWireBlock.getConnectingSide
(BlockGetter p_55523_, BlockPos p_55524_, Direction p_55525_, boolean p_55526_) private BlockState
RedStoneWireBlock.getConnectionState
(BlockGetter p_55515_, BlockState p_55516_, BlockPos p_55517_) protected float
BambooSaplingBlock.getDestroyProgress
(BlockState p_48981_, Player p_48982_, BlockGetter p_48983_, BlockPos p_48984_) protected float
BambooStalkBlock.getDestroyProgress
(BlockState p_261691_, Player p_262171_, BlockGetter p_261621_, BlockPos p_261500_) protected int
BasePressurePlateBlock.getDirectSignal
(BlockState p_49346_, BlockGetter p_49347_, BlockPos p_49348_, Direction p_49349_) protected int
ButtonBlock.getDirectSignal
(BlockState p_51109_, BlockGetter p_51110_, BlockPos p_51111_, Direction p_51112_) protected int
DetectorRailBlock.getDirectSignal
(BlockState p_52478_, BlockGetter p_52479_, BlockPos p_52480_, Direction p_52481_) protected int
DiodeBlock.getDirectSignal
(BlockState p_52561_, BlockGetter p_52562_, BlockPos p_52563_, Direction p_52564_) protected int
LecternBlock.getDirectSignal
(BlockState p_54566_, BlockGetter p_54567_, BlockPos p_54568_, Direction p_54569_) protected int
LeverBlock.getDirectSignal
(BlockState p_54670_, BlockGetter p_54671_, BlockPos p_54672_, Direction p_54673_) protected int
LightningRodBlock.getDirectSignal
(BlockState p_153748_, BlockGetter p_153749_, BlockPos p_153750_, Direction p_153751_) protected int
ObserverBlock.getDirectSignal
(BlockState p_55127_, BlockGetter p_55128_, BlockPos p_55129_, Direction p_55130_) protected int
RedstoneTorchBlock.getDirectSignal
(BlockState p_55719_, BlockGetter p_55720_, BlockPos p_55721_, Direction p_55722_) protected int
RedStoneWireBlock.getDirectSignal
(BlockState p_55625_, BlockGetter p_55626_, BlockPos p_55627_, Direction p_55628_) int
SculkSensorBlock.getDirectSignal
(BlockState p_279407_, BlockGetter p_279217_, BlockPos p_279190_, Direction p_279273_) protected int
TrappedChestBlock.getDirectSignal
(BlockState p_57582_, BlockGetter p_57583_, BlockPos p_57584_, Direction p_57585_) protected int
TripWireHookBlock.getDirectSignal
(BlockState p_57745_, BlockGetter p_57746_, BlockPos p_57747_, Direction p_57748_) static int
ScaffoldingBlock.getDistance
(BlockGetter p_56025_, BlockPos p_56026_) int
AnvilBlock.getDustColor
(BlockState p_48827_, BlockGetter p_48828_, BlockPos p_48829_) int
ColoredFallingBlock.getDustColor
(BlockState p_304891_, BlockGetter p_304551_, BlockPos p_304702_) int
ConcretePowderBlock.getDustColor
(BlockState p_52085_, BlockGetter p_52086_, BlockPos p_52087_) int
FallingBlock.getDustColor
(BlockState p_53238_, BlockGetter p_53239_, BlockPos p_53240_) protected static float
CropBlock.getGrowthSpeed
(Block p_52273_, BlockGetter p_52274_, BlockPos p_52275_) GrowingPlantBodyBlock.getHeadPos
(BlockGetter p_153323_, BlockPos p_153324_, Block p_153325_) protected int
BambooStalkBlock.getHeightAboveUpToMax
(BlockGetter p_261541_, BlockPos p_261593_) protected int
BambooStalkBlock.getHeightBelowUpToMax
(BlockGetter p_261927_, BlockPos p_261481_) 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 int
LeavesBlock.getLightBlock
(BlockState p_54460_, BlockGetter p_54461_, BlockPos p_54462_) protected int
TintedGlassBlock.getLightBlock
(BlockState p_154828_, BlockGetter p_154829_, BlockPos p_154830_) private BlockState
RedStoneWireBlock.getMissingConnections
(BlockGetter p_55609_, BlockState p_55610_, BlockPos p_55611_) protected VoxelShape
FenceBlock.getOcclusionShape
(BlockState p_53338_, BlockGetter p_53339_, BlockPos p_53340_) protected VoxelShape
FenceGateBlock.getOcclusionShape
(BlockState p_53401_, BlockGetter p_53402_, BlockPos p_53403_) protected VoxelShape
LecternBlock.getOcclusionShape
(BlockState p_54584_, BlockGetter p_54585_, BlockPos p_54586_) protected VoxelShape
PointedDripstoneBlock.getOcclusionShape
(BlockState p_154170_, BlockGetter p_154171_, BlockPos p_154172_) protected VoxelShape
PowderSnowBlock.getOcclusionShape
(BlockState p_154272_, BlockGetter p_154273_, BlockPos p_154274_) protected VoxelShape
SculkShriekerBlock.getOcclusionShape
(BlockState p_222221_, BlockGetter p_222222_, BlockPos p_222223_) protected VoxelShape
SkullBlock.getOcclusionShape
(BlockState p_56336_, BlockGetter p_56337_, BlockPos p_56338_) protected int
ComparatorBlock.getOutputSignal
(BlockGetter p_51892_, BlockPos p_51893_, BlockState p_51894_) protected int
DiodeBlock.getOutputSignal
(BlockGetter p_52541_, BlockPos p_52542_, BlockState p_52543_) BambooStalkBlock.getPlant
(BlockGetter world, BlockPos pos) BushBlock.getPlant
(BlockGetter world, BlockPos pos) CactusBlock.getPlant
(BlockGetter world, BlockPos pos) SugarCaneBlock.getPlant
(BlockGetter world, BlockPos pos) CactusBlock.getPlantType
(BlockGetter world, BlockPos pos) StemBlock.getPlantType
(BlockGetter world, BlockPos pos) SugarCaneBlock.getPlantType
(BlockGetter world, BlockPos pos) BaseRailBlock.getRailDirection
(BlockState state, BlockGetter world, BlockPos pos, AbstractMinecart cart) protected float
BarrierBlock.getShadeBrightness
(BlockState p_49094_, BlockGetter p_49095_, BlockPos p_49096_) protected float
LightBlock.getShadeBrightness
(BlockState p_153689_, BlockGetter p_153690_, BlockPos p_153691_) protected float
MudBlock.getShadeBrightness
(BlockState p_221552_, BlockGetter p_221553_, BlockPos p_221554_) protected float
SnowLayerBlock.getShadeBrightness
(BlockState p_222453_, BlockGetter p_222454_, BlockPos p_222455_) protected float
SoulSandBlock.getShadeBrightness
(BlockState p_222462_, BlockGetter p_222463_, BlockPos p_222464_) protected float
StructureVoidBlock.getShadeBrightness
(BlockState p_57152_, BlockGetter p_57153_, BlockPos p_57154_) protected float
TransparentBlock.getShadeBrightness
(BlockState p_308911_, BlockGetter p_308952_, BlockPos p_308918_) 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
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
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
DeadBushBlock.getShape
(BlockState p_52419_, BlockGetter p_52420_, BlockPos p_52421_, CollisionContext p_52422_) 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
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_) 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
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_) 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
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_) PinkPetalsBlock.getShape
(BlockState p_273399_, BlockGetter p_273568_, BlockPos p_273314_, CollisionContext p_273274_) 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
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
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_) 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 int
BasePressurePlateBlock.getSignal
(BlockState p_49309_, BlockGetter p_49310_, BlockPos p_49311_, Direction p_49312_) protected int
ButtonBlock.getSignal
(BlockState p_51078_, BlockGetter p_51079_, BlockPos p_51080_, Direction p_51081_) int
CalibratedSculkSensorBlock.getSignal
(BlockState p_277782_, BlockGetter p_277556_, BlockPos p_277903_, Direction p_278059_) protected int
DaylightDetectorBlock.getSignal
(BlockState p_52386_, BlockGetter p_52387_, BlockPos p_52388_, Direction p_52389_) protected int
DetectorRailBlock.getSignal
(BlockState p_52449_, BlockGetter p_52450_, BlockPos p_52451_, Direction p_52452_) protected int
DiodeBlock.getSignal
(BlockState p_52520_, BlockGetter p_52521_, BlockPos p_52522_, Direction p_52523_) int
JukeboxBlock.getSignal
(BlockState p_272942_, BlockGetter p_273232_, BlockPos p_273524_, Direction p_272902_) protected int
LecternBlock.getSignal
(BlockState p_54515_, BlockGetter p_54516_, BlockPos p_54517_, Direction p_54518_) protected int
LeverBlock.getSignal
(BlockState p_54635_, BlockGetter p_54636_, BlockPos p_54637_, Direction p_54638_) protected int
LightningRodBlock.getSignal
(BlockState p_153723_, BlockGetter p_153724_, BlockPos p_153725_, Direction p_153726_) protected int
ObserverBlock.getSignal
(BlockState p_55101_, BlockGetter p_55102_, BlockPos p_55103_, Direction p_55104_) protected int
PoweredBlock.getSignal
(BlockState p_55208_, BlockGetter p_55209_, BlockPos p_55210_, Direction p_55211_) protected int
RedstoneTorchBlock.getSignal
(BlockState p_55694_, BlockGetter p_55695_, BlockPos p_55696_, Direction p_55697_) protected int
RedstoneWallTorchBlock.getSignal
(BlockState p_55752_, BlockGetter p_55753_, BlockPos p_55754_, Direction p_55755_) protected int
RedStoneWireBlock.getSignal
(BlockState p_55549_, BlockGetter p_55550_, BlockPos p_55551_, Direction p_55552_) protected int
SculkSensorBlock.getSignal
(BlockState p_154437_, BlockGetter p_154438_, BlockPos p_154439_, Direction p_154440_) protected int
TargetBlock.getSignal
(BlockState p_57402_, BlockGetter p_57403_, BlockPos p_57404_, Direction p_57405_) protected int
TrappedChestBlock.getSignal
(BlockState p_57577_, BlockGetter p_57578_, BlockPos p_57579_, Direction p_57580_) protected int
TripWireHookBlock.getSignal
(BlockState p_57710_, BlockGetter p_57711_, BlockPos p_57712_, Direction p_57713_) MultifaceSpreader.getSpreadFromFaceTowardDirection
(BlockState p_221613_, BlockGetter p_221614_, BlockPos p_221615_, Direction p_221616_, Direction p_221617_, MultifaceSpreader.SpreadPredicate p_221618_) private static StairsShape
StairBlock.getStairsShape
(BlockState p_56977_, BlockGetter p_56978_, BlockPos p_56979_) static BlockState
BaseFireBlock.getState
(BlockGetter p_49246_, BlockPos p_49247_) protected BlockState
FireBlock.getStateForPlacement
(BlockGetter p_53471_, BlockPos p_53472_) MultifaceBlock.getStateForPlacement
(BlockState p_153941_, BlockGetter p_153942_, BlockPos p_153943_, Direction p_153944_) MultifaceSpreader.DefaultSpreaderConfig.getStateForPlacement
(BlockState p_221694_, BlockGetter p_221695_, BlockPos p_221696_, Direction p_221697_) MultifaceSpreader.SpreadConfig.getStateForPlacement
(BlockState p_221707_, BlockGetter p_221708_, BlockPos p_221709_, Direction p_221710_) static BlockState
ChorusPlantBlock.getStateWithConnections
(BlockGetter p_51711_, BlockPos p_51712_, BlockState p_304771_) private BlockState
VineBlock.getUpdatedState
(BlockState p_57902_, BlockGetter p_57903_, BlockPos p_57904_) 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_) static boolean
SnifferEggBlock.hatchBoost
(BlockGetter p_277485_, BlockPos p_278065_) static boolean
VineBlock.isAcceptableNeighbour
(BlockGetter p_57854_, BlockPos p_57855_, Direction p_57856_) private static boolean
ChestBlock.isBlockedChestByBlock
(BlockGetter p_51500_, BlockPos p_51501_) private boolean
ScaffoldingBlock.isBottom
(BlockGetter p_56028_, BlockPos p_56029_, int p_56030_) private static boolean
BedBlock.isBunkBed
(BlockGetter p_49542_, BlockPos p_49543_) protected boolean
BambooStalkBlock.isCollisionShapeFullBlock
(BlockState p_262062_, BlockGetter p_261848_, BlockPos p_261466_) protected boolean
PointedDripstoneBlock.isCollisionShapeFullBlock
(BlockState p_181235_, BlockGetter p_181236_, BlockPos p_181237_) boolean
BaseRailBlock.isFlexibleRail
(BlockState state, BlockGetter world, BlockPos pos) static boolean
TurtleEggBlock.isSand
(BlockGetter p_57801_, BlockPos p_57802_) abstract boolean
SupportType.isSupporting
(BlockState p_57209_, BlockGetter p_57210_, BlockPos p_57211_, Direction p_57212_) private boolean
FireBlock.isValidFireLocation
(BlockGetter p_53486_, BlockPos p_53487_) boolean
MultifaceBlock.isValidStateForPlacement
(BlockGetter p_221572_, BlockState p_221573_, BlockPos p_221574_, Direction p_221575_) protected boolean
AttachedStemBlock.mayPlaceOn
(BlockState p_48863_, BlockGetter p_48864_, BlockPos p_48865_) protected boolean
AzaleaBlock.mayPlaceOn
(BlockState p_152089_, BlockGetter p_152090_, BlockPos p_152091_) protected boolean
BushBlock.mayPlaceOn
(BlockState p_51042_, BlockGetter p_51043_, BlockPos p_51044_) protected boolean
CropBlock.mayPlaceOn
(BlockState p_52302_, BlockGetter p_52303_, BlockPos p_52304_) protected boolean
DeadBushBlock.mayPlaceOn
(BlockState p_52424_, BlockGetter p_52425_, BlockPos p_52426_) private static boolean
FrogspawnBlock.mayPlaceOn
(BlockGetter p_221188_, BlockPos p_221189_) protected boolean
FungusBlock.mayPlaceOn
(BlockState p_53623_, BlockGetter p_53624_, BlockPos p_53625_) protected boolean
MangrovePropaguleBlock.mayPlaceOn
(BlockState p_221496_, BlockGetter p_221497_, BlockPos p_221498_) protected boolean
MushroomBlock.mayPlaceOn
(BlockState p_54894_, BlockGetter p_54895_, BlockPos p_54896_) protected boolean
NetherSproutsBlock.mayPlaceOn
(BlockState p_54960_, BlockGetter p_54961_, BlockPos p_54962_) protected boolean
NetherWartBlock.mayPlaceOn
(BlockState p_54991_, BlockGetter p_54992_, BlockPos p_54993_) protected boolean
PitcherCropBlock.mayPlaceOn
(BlockState p_277418_, BlockGetter p_277461_, BlockPos p_277608_) protected boolean
RootsBlock.mayPlaceOn
(BlockState p_55920_, BlockGetter p_55921_, BlockPos p_55922_) protected boolean
SeagrassBlock.mayPlaceOn
(BlockState p_154539_, BlockGetter p_154540_, BlockPos p_154541_) protected boolean
SeaPickleBlock.mayPlaceOn
(BlockState p_56127_, BlockGetter p_56128_, BlockPos p_56129_) protected boolean
SmallDripleafBlock.mayPlaceOn
(BlockState p_154636_, BlockGetter p_154637_, BlockPos p_154638_) protected boolean
StemBlock.mayPlaceOn
(BlockState p_57053_, BlockGetter p_57054_, BlockPos p_57055_) protected boolean
TallSeagrassBlock.mayPlaceOn
(BlockState p_154774_, BlockGetter p_154775_, BlockPos p_154776_) protected boolean
WaterlilyBlock.mayPlaceOn
(BlockState p_58174_, BlockGetter p_58175_, BlockPos p_58176_) protected boolean
WitherRoseBlock.mayPlaceOn
(BlockState p_58248_, BlockGetter p_58249_, BlockPos p_58250_) private static boolean
Blocks.never
(BlockState p_50806_, BlockGetter p_50807_, BlockPos p_50808_) private static Boolean
Blocks.never
(BlockState p_50779_, BlockGetter p_50780_, BlockPos p_50781_, EntityType<?> p_50782_) private static Boolean
Blocks.ocelotOrParrot
(BlockState p_50822_, BlockGetter p_50823_, BlockPos p_50824_, EntityType<?> p_50825_) static boolean
TurtleEggBlock.onSand
(BlockGetter p_57763_, BlockPos p_57764_) protected boolean
BambooStalkBlock.propagatesSkylightDown
(BlockState p_261479_, BlockGetter p_261942_, BlockPos p_261844_) protected boolean
BarrierBlock.propagatesSkylightDown
(BlockState p_49100_, BlockGetter p_49101_, BlockPos p_49102_) protected boolean
BushBlock.propagatesSkylightDown
(BlockState p_51039_, BlockGetter p_51040_, BlockPos p_51041_) protected boolean
CrossCollisionBlock.propagatesSkylightDown
(BlockState p_52348_, BlockGetter p_52349_, BlockPos p_52350_) protected boolean
GlowLichenBlock.propagatesSkylightDown
(BlockState p_181225_, BlockGetter p_181226_, BlockPos p_181227_) protected boolean
LightBlock.propagatesSkylightDown
(BlockState p_153695_, BlockGetter p_153696_, BlockPos p_153697_) protected boolean
LiquidBlock.propagatesSkylightDown
(BlockState p_54745_, BlockGetter p_54746_, BlockPos p_54747_) protected boolean
PipeBlock.propagatesSkylightDown
(BlockState p_55166_, BlockGetter p_55167_, BlockPos p_55168_) protected boolean
ShulkerBoxBlock.propagatesSkylightDown
(BlockState p_341628_, BlockGetter p_341633_, BlockPos p_341694_) protected boolean
TintedGlassBlock.propagatesSkylightDown
(BlockState p_154824_, BlockGetter p_154825_, BlockPos p_154826_) protected boolean
TransparentBlock.propagatesSkylightDown
(BlockState p_309084_, BlockGetter p_309133_, BlockPos p_309097_) protected boolean
VineBlock.propagatesSkylightDown
(BlockState p_181239_, BlockGetter p_181240_, BlockPos p_181241_) protected boolean
WallBlock.propagatesSkylightDown
(BlockState p_58046_, BlockGetter p_58047_, BlockPos p_58048_) protected static boolean
BaseCoralPlantTypeBlock.scanForWater
(BlockState p_49187_, BlockGetter p_49188_, BlockPos p_49189_) protected boolean
CoralBlock.scanForWater
(BlockGetter p_52135_, BlockPos p_52136_) private static boolean
FarmBlock.shouldMaintainFarmland
(BlockGetter p_279219_, BlockPos p_279209_) boolean
DiodeBlock.shouldPrioritize
(BlockGetter p_52574_, BlockPos p_52575_, BlockState p_52576_) static boolean
Block.shouldRenderFace
(BlockState p_152445_, BlockGetter p_152446_, BlockPos p_152447_, Direction p_152448_, BlockPos p_152449_) private static boolean
ConcretePowderBlock.shouldSolidify
(BlockGetter p_52081_, BlockPos p_52082_, BlockState p_52083_) private static boolean
ConcretePowderBlock.shouldSolidify
(BlockGetter p_52081_, BlockPos p_52082_, BlockState p_52083_, FluidState fluidState) protected boolean
MultifaceSpreader.DefaultSpreaderConfig.stateCanBeReplaced
(BlockGetter p_221688_, BlockPos p_221689_, BlockPos p_221690_, Direction p_221691_, BlockState p_221692_) boolean
SculkVeinBlock.SculkVeinSpreaderConfig.stateCanBeReplaced
(BlockGetter p_222405_, BlockPos p_222406_, BlockPos p_222407_, Direction p_222408_, BlockState p_222409_) boolean
MultifaceSpreader.SpreadPredicate.test
(BlockGetter p_221729_, BlockPos p_221730_, MultifaceSpreader.SpreadPos p_221731_) private static boolean
ConcretePowderBlock.touchesLiquid
(BlockGetter p_52065_, BlockPos p_52066_, BlockState state) void
BedBlock.updateEntityAfterFallOn
(BlockGetter p_49483_, Entity p_49484_) void
Block.updateEntityAfterFallOn
(BlockGetter p_49821_, Entity p_49822_) void
SlimeBlock.updateEntityAfterFallOn
(BlockGetter p_56406_, Entity p_56407_) -
Uses of BlockGetter in net.minecraft.world.level.block.entity
Modifier and TypeMethodDescriptionprivate static BlockPos
TheEndGatewayBlockEntity.findTallestBlock
(BlockGetter p_59943_, BlockPos p_59944_, int p_59945_, boolean p_59946_) BlockEntityType.getBlockEntity
(BlockGetter p_58950_, BlockPos p_58951_) static int
ChestBlockEntity.getOpenCount
(BlockGetter p_59087_, BlockPos p_59088_) -
Uses of BlockGetter in net.minecraft.world.level.block.grower
Modifier and TypeMethodDescriptionprivate static boolean
TreeGrower.isTwoByTwoSapling
(BlockState p_304497_, BlockGetter p_304772_, BlockPos p_304920_, int p_304941_, int p_304932_) -
Uses of BlockGetter in net.minecraft.world.level.block.piston
Modifier and TypeMethodDescriptionprivate PistonMovingBlockEntity
MovingPistonBlock.getBlockEntity
(BlockGetter p_60054_, BlockPos p_60055_) protected 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 BlockGetter in net.minecraft.world.level.block.state
Modifier and TypeMethodDescriptionboolean
BlockBehaviour.BlockStateBase.emissiveRendering
(BlockGetter p_60789_, BlockPos p_60790_) final boolean
BlockBehaviour.BlockStateBase.entityCanStandOn
(BlockGetter p_60635_, BlockPos p_60636_, Entity p_60637_) final boolean
BlockBehaviour.BlockStateBase.entityCanStandOnFace
(BlockGetter p_60639_, BlockPos p_60640_, Entity p_60641_, Direction p_60642_) BlockBehaviour.OffsetFunction.evaluate
(BlockState p_273639_, BlockGetter p_273732_, BlockPos p_273779_) BlockBehaviour.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_) float
BlockBehaviour.BlockStateBase.getDestroyProgress
(Player p_60626_, BlockGetter p_60627_, BlockPos p_60628_) protected float
BlockBehaviour.getDestroyProgress
(BlockState p_60466_, Player p_60467_, BlockGetter p_60468_, BlockPos p_60469_) float
BlockBehaviour.BlockStateBase.getDestroySpeed
(BlockGetter p_60801_, BlockPos p_60802_) int
BlockBehaviour.BlockStateBase.getDirectSignal
(BlockGetter p_60776_, BlockPos p_60777_, Direction p_60778_) protected int
BlockBehaviour.getDirectSignal
(BlockState p_60559_, BlockGetter p_60560_, BlockPos p_60561_, Direction p_60562_) BlockBehaviour.BlockStateBase.getFaceOcclusionShape
(BlockGetter p_60656_, BlockPos p_60657_, 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_) int
BlockBehaviour.BlockStateBase.getLightBlock
(BlockGetter p_60740_, BlockPos p_60741_) protected int
BlockBehaviour.getLightBlock
(BlockState p_60585_, BlockGetter p_60586_, BlockPos p_60587_) BlockBehaviour.BlockStateBase.getMapColor
(BlockGetter p_285002_, BlockPos p_285293_) BlockBehaviour.BlockStateBase.getOcclusionShape
(BlockGetter p_60769_, BlockPos p_60770_) protected VoxelShape
BlockBehaviour.getOcclusionShape
(BlockState p_60578_, BlockGetter p_60579_, BlockPos p_60580_) BlockBehaviour.BlockStateBase.getOffset
(BlockGetter p_60825_, BlockPos p_60826_) float
BlockBehaviour.BlockStateBase.getShadeBrightness
(BlockGetter p_60793_, BlockPos p_60794_) protected float
BlockBehaviour.getShadeBrightness
(BlockState p_60472_, BlockGetter p_60473_, BlockPos p_60474_) 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_) int
BlockBehaviour.BlockStateBase.getSignal
(BlockGetter p_60747_, BlockPos p_60748_, Direction p_60749_) protected int
BlockBehaviour.getSignal
(BlockState p_60483_, BlockGetter p_60484_, BlockPos p_60485_, Direction p_60486_) 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_) boolean
BlockBehaviour.BlockStateBase.hasPostProcess
(BlockGetter p_60836_, BlockPos p_60837_) boolean
BlockBehaviour.BlockStateBase.isCollisionShapeFullBlock
(BlockGetter p_60839_, BlockPos p_60840_) protected boolean
BlockBehaviour.isCollisionShapeFullBlock
(BlockState p_181242_, BlockGetter p_181243_, BlockPos p_181244_) boolean
BlockBehaviour.BlockStateBase.isFaceSturdy
(BlockGetter p_60784_, BlockPos p_60785_, Direction p_60786_) boolean
BlockBehaviour.BlockStateBase.isFaceSturdy
(BlockGetter p_60660_, BlockPos p_60661_, Direction p_60662_, SupportType p_60663_) protected boolean
BlockBehaviour.isOcclusionShapeFullBlock
(BlockState p_222959_, BlockGetter p_222960_, BlockPos p_222961_) boolean
BlockBehaviour.BlockStateBase.isRedstoneConductor
(BlockGetter p_60797_, BlockPos p_60798_) boolean
BlockBehaviour.BlockStateBase.isSolidRender
(BlockGetter p_60805_, BlockPos p_60806_) boolean
BlockBehaviour.BlockStateBase.isSuffocating
(BlockGetter p_60829_, BlockPos p_60830_) boolean
BlockBehaviour.BlockStateBase.isValidSpawn
(BlockGetter p_60644_, BlockPos p_60645_, EntityType<?> p_60646_) boolean
BlockBehaviour.BlockStateBase.isViewBlocking
(BlockGetter p_60832_, BlockPos p_60833_) boolean
BlockBehaviour.BlockStateBase.propagatesSkylightDown
(BlockGetter p_60632_, BlockPos p_60633_) protected boolean
BlockBehaviour.propagatesSkylightDown
(BlockState p_320652_, BlockGetter p_320953_, BlockPos p_320082_) boolean
BlockBehaviour.StateArgumentPredicate.test
(BlockState p_61031_, BlockGetter p_61032_, BlockPos p_61033_, A p_61034_) boolean
BlockBehaviour.StatePredicate.test
(BlockState p_61036_, BlockGetter p_61037_, BlockPos p_61038_) -
Uses of BlockGetter in net.minecraft.world.level.chunk
Modifier and TypeClassDescriptionclass
class
class
class
class
-
Uses of BlockGetter in net.minecraft.world.level.levelgen.feature
Modifier and TypeMethodDescriptionprivate boolean
IcebergFeature.belowIsAir
(BlockGetter p_66046_, BlockPos p_66047_) -
Uses of BlockGetter in net.minecraft.world.level.levelgen.structure
Modifier and TypeMethodDescriptionprotected BlockState
StructurePiece.getBlock
(BlockGetter p_73399_, int p_73400_, int p_73401_, int p_73402_, BoundingBox p_73403_) static BlockState
StructurePiece.reorient
(BlockGetter p_73408_, BlockPos p_73409_, BlockState p_73410_) -
Uses of BlockGetter in net.minecraft.world.level.levelgen.structure.structures
Modifier and TypeMethodDescriptionprivate int
OceanRuinPieces.OceanRuinPiece.getHeight
(BlockPos p_229042_, BlockGetter p_229043_, BlockPos p_229044_) protected boolean
MineshaftPieces.MineShaftPiece.isSupportingBox
(BlockGetter p_227875_, BoundingBox p_227876_, int p_227877_, int p_227878_, int p_227879_, int p_227880_) -
Uses of BlockGetter in net.minecraft.world.level.lighting
Modifier and TypeMethodDescriptionprivate int
ChunkSkyLightSources.findLowestSourceBelow
(BlockGetter p_285279_, BlockPos p_285119_, BlockState p_285096_) static int
LightEngine.getLightBlockInto
(BlockGetter p_285330_, BlockState p_285453_, BlockPos p_285187_, BlockState p_285318_, BlockPos p_285240_, Direction p_285196_, int p_285248_) static VoxelShape
LightEngine.getOcclusionShape
(BlockGetter p_285472_, BlockPos p_285229_, BlockState p_285020_, Direction p_285455_) static boolean
LightEngine.hasDifferentLightProperties
(BlockGetter p_285159_, BlockPos p_284985_, BlockState p_285110_, BlockState p_285372_) private static boolean
ChunkSkyLightSources.isEdgeOccluded
(BlockGetter p_285329_, BlockPos p_285258_, BlockState p_285219_, BlockPos p_285288_, BlockState p_285512_) boolean
ChunkSkyLightSources.update
(BlockGetter p_285514_, int p_284999_, int p_285358_, int p_284944_) private boolean
ChunkSkyLightSources.updateEdge
(BlockGetter p_285066_, int p_285184_, int p_285101_, BlockPos p_285446_, BlockState p_285185_, BlockPos p_285103_, BlockState p_285009_) -
Uses of BlockGetter in net.minecraft.world.level.material
Modifier and TypeMethodDescriptionboolean
EmptyFluid.canBeReplacedWith
(FluidState p_75930_, BlockGetter p_75931_, BlockPos p_75932_, Fluid p_75933_, Direction p_75934_) protected abstract boolean
Fluid.canBeReplacedWith
(FluidState p_76127_, BlockGetter p_76128_, BlockPos p_76129_, Fluid p_76130_, Direction p_76131_) boolean
FluidState.canBeReplacedWith
(BlockGetter p_76159_, BlockPos p_76160_, Fluid p_76161_, Direction p_76162_) boolean
LavaFluid.canBeReplacedWith
(FluidState p_76233_, BlockGetter p_76234_, BlockPos p_76235_, Fluid p_76236_, Direction p_76237_) boolean
WaterFluid.canBeReplacedWith
(FluidState p_76458_, BlockGetter p_76459_, BlockPos p_76460_, Fluid p_76461_, Direction p_76462_) private boolean
FlowingFluid.canHoldFluid
(BlockGetter p_75973_, BlockPos p_75974_, BlockState p_75975_, Fluid p_75976_) private boolean
FlowingFluid.canPassThrough
(BlockGetter p_75964_, Fluid p_75965_, BlockPos p_75966_, BlockState p_75967_, Direction p_75968_, BlockPos p_75969_, BlockState p_75970_, FluidState p_75971_) private boolean
FlowingFluid.canPassThroughWall
(Direction p_76062_, BlockGetter p_76063_, BlockPos p_76064_, BlockState p_76065_, BlockPos p_76066_, BlockState p_76067_) protected boolean
FlowingFluid.canSpreadTo
(BlockGetter p_75978_, BlockPos p_75979_, BlockState p_75980_, Direction p_75981_, BlockPos p_75982_, BlockState p_75983_, FluidState p_75984_, Fluid p_75985_) EmptyFluid.getFlow
(BlockGetter p_75918_, BlockPos p_75919_, FluidState p_75920_) FlowingFluid.getFlow
(BlockGetter p_75987_, BlockPos p_75988_, FluidState p_75989_) protected abstract Vec3
Fluid.getFlow
(BlockGetter p_76110_, BlockPos p_76111_, FluidState p_76112_) FluidState.getFlow
(BlockGetter p_76180_, BlockPos p_76181_) float
EmptyFluid.getHeight
(FluidState p_75926_, BlockGetter p_75927_, BlockPos p_75928_) float
FlowingFluid.getHeight
(FluidState p_76050_, BlockGetter p_76051_, BlockPos p_76052_) abstract float
Fluid.getHeight
(FluidState p_76124_, BlockGetter p_76125_, BlockPos p_76126_) float
FluidState.getHeight
(BlockGetter p_76156_, BlockPos p_76157_) EmptyFluid.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_) private static boolean
FlowingFluid.hasSameAbove
(FluidState p_76089_, BlockGetter p_76090_, BlockPos p_76091_) protected boolean
FlowingFluid.isSolidFace
(BlockGetter p_75991_, BlockPos p_75992_, Direction p_75993_) private boolean
FlowingFluid.isWaterHole
(BlockGetter p_75957_, Fluid p_75958_, BlockPos p_75959_, BlockState p_75960_, BlockPos p_75961_, BlockState p_75962_) boolean
FluidState.shouldRenderBackwardUpFace
(BlockGetter p_76172_, BlockPos p_76173_) -
Uses of BlockGetter in net.minecraft.world.level.pathfinder
Modifier and TypeMethodDescriptionprivate PathType
PathTypeCache.compute
(BlockGetter p_330773_, BlockPos p_330311_, int p_330671_, long p_332065_) static double
WalkNodeEvaluator.getFloorLevel
(BlockGetter p_77612_, BlockPos p_77613_) PathTypeCache.getOrCompute
(BlockGetter p_330930_, BlockPos p_331162_) protected static PathType
WalkNodeEvaluator.getPathTypeFromState
(BlockGetter p_77644_, BlockPos p_77645_) -
Uses of BlockGetter in net.minecraft.world.level.saveddata.maps
Modifier and TypeMethodDescriptionvoid
MapItemSavedData.checkBanners
(BlockGetter p_77931_, int p_77932_, int p_77933_) static MapBanner
MapBanner.fromWorld
(BlockGetter p_77775_, BlockPos p_77776_) -
Uses of BlockGetter in net.neoforged.neoforge.common
Modifier and TypeMethodDescriptionIPlantable.getPlant
(BlockGetter level, BlockPos pos) default PlantType
IPlantable.getPlantType
(BlockGetter level, BlockPos pos) -
Uses of BlockGetter in net.neoforged.neoforge.common.extensions
Modifier and TypeMethodDescriptiondefault boolean
IBlockExtension.canBeHydrated
(BlockState state, BlockGetter getter, BlockPos pos, FluidState fluid, BlockPos fluidPos) Returns whether the block can be hydrated by a fluid.default boolean
IBlockStateExtension.canBeHydrated
(BlockGetter getter, BlockPos pos, FluidState fluid, BlockPos fluidPos) Returns whether the block can be hydrated by a fluid.default boolean
IBlockExtension.canConnectRedstone
(BlockState state, BlockGetter level, BlockPos pos, @Nullable Direction direction) Whether redstone dust should visually connect to this block on a given sidedefault boolean
IBlockExtension.canDropFromExplosion
(BlockState state, BlockGetter level, BlockPos pos, Explosion explosion) Determines if this block should drop loot when exploded.default boolean
IBlockStateExtension.canDropFromExplosion
(BlockGetter level, BlockPos pos, Explosion explosion) Determines if this block should drop loot when exploded.default boolean
IBlockExtension.canEntityDestroy
(BlockState state, BlockGetter level, BlockPos pos, Entity entity) Determines if this block is can be destroyed by the specified entities normal behavior.default boolean
IBlockStateExtension.canEntityDestroy
(BlockGetter level, BlockPos pos, Entity entity) Determines if this block is can be destroyed by the specified entities normal behavior.default boolean
IFluidExtension.canExtinguish
(FluidState state, BlockGetter getter, BlockPos pos) Returns whether the block can be extinguished by this fluid.default boolean
IFluidStateExtension.canExtinguish
(BlockGetter getter, BlockPos pos) Returns whether the block can be extinguished by this fluid.default boolean
IBlockExtension.canHarvestBlock
(BlockState state, BlockGetter level, BlockPos pos, Player player) Determines if the player can harvest this block, obtaining it's drops when the block is destroyed.default boolean
IBlockStateExtension.canHarvestBlock
(BlockGetter level, BlockPos pos, Player player) Determines if the player can harvest this block, obtaining it's drops when the block is destroyed.default boolean
IFluidExtension.canHydrate
(FluidState state, BlockGetter getter, BlockPos pos, BlockState source, BlockPos sourcePos) Returns whether the block can be hydrated by a fluid.default boolean
IFluidStateExtension.canHydrate
(BlockGetter getter, BlockPos pos, BlockState source, BlockPos sourcePos) Returns whether the block can be hydrated by a fluid.default boolean
IBaseRailBlockExtension.canMakeSlopes
(BlockState state, BlockGetter level, BlockPos pos) Returns true if the rail can make up and down slopes.default boolean
IBlockStateExtension.canRedstoneConnectTo
(BlockGetter level, BlockPos pos, @Nullable Direction direction) Whether redstone dust should visually connect to this block on a side.boolean
IBlockExtension.canSustainPlant
(BlockState state, BlockGetter level, BlockPos pos, Direction facing, IPlantable plantable) Determines if this block can support the passed in plant, allowing it to be planted and grow.default boolean
IBlockStateExtension.canSustainPlant
(BlockGetter level, BlockPos pos, Direction facing, IPlantable plantable) Determines if this block can support the passed in plant, allowing it to be planted and grow.default boolean
IBlockExtension.collisionExtendsVertically
(BlockState state, BlockGetter level, BlockPos pos, Entity collidingEntity) Determines if this block's collision box should be treated as though it can extend above its block space.default boolean
IBlockStateExtension.collisionExtendsVertically
(BlockGetter level, BlockPos pos, Entity collidingEntity) Determines if this block's collision box should be treated as though it can extend above its block space.default @Nullable PathType
IBlockExtension.getAdjacentBlockPathType
(BlockState state, BlockGetter level, BlockPos pos, @Nullable Mob mob, PathType originalType) Gets the path type of the adjacent block to a pathfinding entity.default @Nullable PathType
IBlockStateExtension.getAdjacentBlockPathType
(BlockGetter level, BlockPos pos, @Nullable Mob mob, PathType originalType) Gets the path type of the adjacent block to a pathfinding entity.default @Nullable PathType
IFluidExtension.getAdjacentBlockPathType
(FluidState state, BlockGetter level, BlockPos pos, @Nullable Mob mob, PathType originalType) Gets the path type of the adjacent fluid to a pathfinding entity.default @Nullable PathType
IFluidStateExtension.getAdjacentBlockPathType
(BlockGetter level, BlockPos pos, @Nullable Mob mob, PathType originalType) Gets the path type of the adjacent fluid to a pathfinding entity.default @Nullable PathType
IBlockExtension.getBlockPathType
(BlockState state, BlockGetter level, BlockPos pos, @Nullable Mob mob) Gets the path type of this block when an entity is pathfinding.default @Nullable PathType
IBlockStateExtension.getBlockPathType
(BlockGetter level, BlockPos pos, @Nullable Mob mob) Gets the path type of this block when an entity is pathfinding.default @Nullable PathType
IFluidExtension.getBlockPathType
(FluidState state, BlockGetter level, BlockPos pos, @Nullable Mob mob, boolean canFluidLog) Gets the path type of this fluid when an entity is pathfinding.default @Nullable PathType
IFluidStateExtension.getBlockPathType
(BlockGetter level, BlockPos pos, @Nullable Mob mob, boolean canFluidLog) Gets the path type of this fluid when an entity is pathfinding.default float
IBlockExtension.getExplosionResistance
(BlockState state, BlockGetter level, BlockPos pos, Explosion explosion) Location sensitive version of getExplosionResistancedefault float
IBlockStateExtension.getExplosionResistance
(BlockGetter level, BlockPos pos, Explosion explosion) Location sensitive version of getExplosionResistancedefault float
IFluidExtension.getExplosionResistance
(FluidState state, BlockGetter level, BlockPos pos, Explosion explosion) Returns the explosion resistance of the fluid.default float
IFluidStateExtension.getExplosionResistance
(BlockGetter level, BlockPos pos, Explosion explosion) Returns the explosion resistance of the fluid.default int
IBlockExtension.getFireSpreadSpeed
(BlockState state, BlockGetter level, BlockPos pos, Direction direction) Called when fire is updating on a neighbor block.default int
IBlockStateExtension.getFireSpreadSpeed
(BlockGetter level, BlockPos pos, Direction face) Called when fire is updating on a neighbor block.default int
IBlockExtension.getFlammability
(BlockState state, BlockGetter level, BlockPos pos, Direction direction) Chance that fire will spread and consume this block.default int
IBlockStateExtension.getFlammability
(BlockGetter level, BlockPos pos, Direction face) Chance that fire will spread and consume this block.default int
IBlockExtension.getLightEmission
(BlockState state, BlockGetter level, BlockPos pos) Get a light value for this block, taking into account the given state and coordinates, normal ranges are between 0 and 15default int
IBlockStateExtension.getLightEmission
(BlockGetter level, BlockPos pos) Get a light value for this block, taking into account the given state and coordinates, normal ranges are between 0 and 15default MapColor
IBlockExtension.getMapColor
(BlockState state, BlockGetter level, BlockPos pos, MapColor defaultColor) Returns theMapColor
shown on the map.IBaseRailBlockExtension.getRailDirection
(BlockState state, BlockGetter level, BlockPos pos, @Nullable AbstractMinecart cart) Return the rail's direction.default BlockState
IBlockExtension.getStateAtViewpoint
(BlockState state, BlockGetter level, BlockPos pos, Vec3 viewpoint) Used to determine the state 'viewed' by an entity (seeCamera.getBlockAtCamera()
).default BlockState
IBlockStateExtension.getStateAtViewpoint
(BlockGetter level, BlockPos pos, Vec3 viewpoint) Used to determine the state 'viewed' by an entity (seeCamera.getBlockAtCamera()
).default boolean
IBlockExtension.hidesNeighborFace
(BlockGetter level, BlockPos pos, BlockState state, BlockState neighborState, Direction dir) Whether this block hides the neighbors face pointed towards by the given direction.default boolean
IBlockStateExtension.hidesNeighborFace
(BlockGetter level, BlockPos pos, BlockState neighborState, Direction dir) Whether this block hides the neighbors face pointed towards by the given direction.default boolean
IBlockExtension.isBed
(BlockState state, BlockGetter level, BlockPos pos, LivingEntity sleeper) Determines if this block is classified as a bed, replacinginstanceof BedBlock
checks.default boolean
IBlockStateExtension.isBed
(BlockGetter level, BlockPos pos, LivingEntity sleeper) Determines if this block is classified as a bed, replacinginstanceof BedBlock
checks.default boolean
IBlockExtension.isBurning
(BlockState state, BlockGetter level, BlockPos pos) Determines if this block should set fire and deal fire damage to entities coming into contact with it.default boolean
IBlockStateExtension.isBurning
(BlockGetter level, BlockPos pos) Determines if this block should set fire and deal fire damage to entities coming into contact with it.default boolean
IBlockExtension.isFertile
(BlockState state, BlockGetter level, BlockPos pos) Checks if this soil is fertile, typically this means that growth rates of plants on this soil will be slightly sped up.default boolean
IBlockStateExtension.isFertile
(BlockGetter level, BlockPos pos) Checks if this soil is fertile, typically this means that growth rates of plants on this soil will be slightly sped up.default boolean
IBlockExtension.isFlammable
(BlockState state, BlockGetter level, BlockPos pos, Direction direction) Called when fire is updating, checks if a block face can catch fire.default boolean
IBlockStateExtension.isFlammable
(BlockGetter level, BlockPos pos, Direction face) Called when fire is updating, checks if a block face can catch fire.boolean
IBaseRailBlockExtension.isFlexibleRail
(BlockState state, BlockGetter level, BlockPos pos) Return true if the rail can make corners.default boolean
IBlockExtension.isPortalFrame
(BlockState state, BlockGetter level, BlockPos pos) Determines if this block can be used as part of a frame of a nether portal.default boolean
IBlockStateExtension.isPortalFrame
(BlockGetter level, BlockPos pos) Determines if this block can be used as part of a frame of a nether portal. -
Uses of BlockGetter in net.neoforged.neoforge.debug.block
Modifier and TypeMethodDescriptionint
BlockPropertyTests.LightBlock.getLightEmission
(BlockState state, BlockGetter level, BlockPos pos) -
Uses of BlockGetter in net.neoforged.neoforge.event
Modifier and TypeMethodDescriptionstatic boolean
EventHooks.doPlayerHarvestCheck
(Player player, BlockState state, BlockGetter level, BlockPos pos) -
Uses of BlockGetter in net.neoforged.neoforge.event.entity.player
ModifierConstructorDescriptionHarvestCheck
(Player player, BlockState state, BlockGetter level, BlockPos pos, boolean success) -
Uses of BlockGetter in net.neoforged.neoforge.fluids
Modifier and TypeMethodDescriptionprotected boolean
BaseFlowingFluid.canBeReplacedWith
(FluidState state, BlockGetter level, BlockPos pos, Fluid fluidIn, Direction direction) boolean
FluidType.canExtinguish
(FluidState state, BlockGetter getter, BlockPos pos) Returns whether the block can be extinguished by this fluid.boolean
FluidType.canHydrate
(FluidState state, BlockGetter getter, BlockPos pos, BlockState source, BlockPos sourcePos) Returns whether the block can be hydrated by a fluid.@Nullable PathType
FluidType.getAdjacentBlockPathType
(FluidState state, BlockGetter level, BlockPos pos, @Nullable Mob mob, PathType originalType) Gets the path type of the adjacent fluid to a pathfinding entity.@Nullable PathType
FluidType.getBlockPathType
(FluidState state, BlockGetter level, BlockPos pos, @Nullable Mob mob, boolean canFluidLog) Gets the path type of this fluid when an entity is pathfinding.@Nullable SoundEvent
FluidType.getSound
(@Nullable Player player, BlockGetter getter, BlockPos pos, SoundAction action) Returns a sound to play when a certain action is performed at a position. -
Uses of BlockGetter in net.neoforged.neoforge.oldtest.block
Modifier and TypeMethodDescriptionboolean
RedstoneSidedConnectivityTest.EastRedstoneBlock.canConnectRedstone
(BlockState state, BlockGetter level, BlockPos pos, @Nullable Direction direction) boolean
CustomPlantTypeTest.CustomBlock.canSustainPlant
(BlockState state, BlockGetter level, BlockPos pos, Direction facing, IPlantable plantable) CustomPlantTypeTest.CustomPlantBlock.getPlant
(BlockGetter level, BlockPos pos) CustomPlantTypeTest.CustomPlantBlock.getPlantType
(BlockGetter level, BlockPos pos) FullPotsAccessorDemo.DioriteFlowerPotBlock.getShape
(BlockState state, BlockGetter level, BlockPos pos, CollisionContext context) boolean
HideNeighborFaceTest.GlassSlab.hidesNeighborFace
(BlockGetter level, BlockPos pos, BlockState state, BlockState neighborState, Direction dir) boolean
CustomPlantTypeTest.CustomPlantBlock.mayPlaceOn
(BlockState state, BlockGetter worldIn, BlockPos pos) -
Uses of BlockGetter in net.neoforged.neoforge.oldtest.fluid
Modifier and TypeMethodDescriptionboolean
NewFluidTest.FluidloggableBlock.canPlaceLiquid
(@Nullable Player player, BlockGetter worldIn, BlockPos pos, BlockState state, Fluid fluidIn)