Uses of Class
net.minecraft.core.BlockPos
Package
Description
Events fired only on the client-side, chiefly related to rendering and user interfaces (screens and input).
Extension interfaces for
client
-only classes.-
Uses of BlockPos in net.minecraft
Modifier and TypeMethodDescriptionBlockUtil.getTopConnectedBlock
(BlockGetter p_177846_, BlockPos p_177847_, Block p_177848_, Direction p_177849_, Block p_177850_) Modifier and TypeMethodDescriptionstatic String
CrashReportCategory.formatLocation
(LevelHeightAccessor p_178948_, BlockPos p_178949_) static BlockUtil.FoundRectangle
BlockUtil.getLargestRectangleAround
(BlockPos p_124335_, Direction.Axis p_124336_, int p_124337_, Direction.Axis p_124338_, int p_124339_, Predicate<BlockPos> p_124340_) BlockUtil.getTopConnectedBlock
(BlockGetter p_177846_, BlockPos p_177847_, Block p_177848_, Direction p_177849_, Block p_177850_) static void
CrashReportCategory.populateBlockDetails
(CrashReportCategory p_178951_, LevelHeightAccessor p_178952_, BlockPos p_178953_, BlockState p_178954_) Modifier and TypeMethodDescriptionstatic BlockUtil.FoundRectangle
BlockUtil.getLargestRectangleAround
(BlockPos p_124335_, Direction.Axis p_124336_, int p_124337_, Direction.Axis p_124338_, int p_124339_, Predicate<BlockPos> p_124340_) private static int
BlockUtil.getLimit
(Predicate<BlockPos> p_124342_, BlockPos.MutableBlockPos p_124343_, Direction p_124344_, int p_124345_) -
Uses of BlockPos in net.minecraft.advancements.critereon
Modifier and TypeMethodDescriptionboolean
BlockPredicate.matches
(ServerLevel p_17915_, BlockPos p_17916_) boolean
FluidPredicate.matches
(ServerLevel p_41105_, BlockPos p_41106_) boolean
ItemInteractWithBlockTrigger.TriggerInstance.matches
(BlockState p_220071_, ServerLevel p_220072_, BlockPos p_220073_, ItemStack p_220074_) boolean
LightPredicate.matches
(ServerLevel p_51342_, BlockPos p_51343_) boolean
PlacedBlockTrigger.TriggerInstance.matches
(BlockState p_59508_, BlockPos p_59509_, ServerLevel p_59510_, ItemStack p_59511_) void
ItemInteractWithBlockTrigger.trigger
(ServerPlayer p_220041_, BlockPos p_220042_, ItemStack p_220043_) void
PlacedBlockTrigger.trigger
(ServerPlayer p_59470_, BlockPos p_59471_, ItemStack p_59472_) void
UsedEnderEyeTrigger.trigger
(ServerPlayer p_73936_, BlockPos p_73937_) -
Uses of BlockPos in net.minecraft.client
Modifier and TypeMethodDescriptionprivate void
KeyboardHandler.copyCreateBlockCommand
(BlockState p_90900_, BlockPos p_90901_, CompoundTag p_90902_) void
DebugQueryHandler.queryBlockEntityTag
(BlockPos p_90709_, Consumer<CompoundTag> p_90710_) -
Uses of BlockPos in net.minecraft.client.color.block
Modifier and TypeMethodDescriptionint
BlockColor.getColor
(BlockState p_92567_, BlockAndTintGetter p_92568_, BlockPos p_92569_, int p_92570_) int
BlockColors.getColor
(BlockState p_92578_, BlockAndTintGetter p_92579_, BlockPos p_92580_, int p_92581_) int
BlockColors.getColor
(BlockState p_92583_, Level p_92584_, BlockPos p_92585_) int
-
Uses of BlockPos in net.minecraft.client.multiplayer
Modifier and TypeMethodDescriptionvoid
ClientLevel.addDestroyBlockEffect
(BlockPos p_171667_, BlockState p_171668_) int
ClientLevel.calculateBlockTint
(BlockPos p_104763_, ColorResolver p_104764_) boolean
MultiPlayerGameMode.continueDestroyBlock
(BlockPos p_105284_, Direction p_105285_) boolean
MultiPlayerGameMode.destroyBlock
(BlockPos p_105268_) void
ClientLevel.destroyBlockProgress
(int p_104634_, BlockPos p_104635_, int p_104636_) int
ClientLevel.getBlockTint
(BlockPos p_104700_, ColorResolver p_104701_) void
ClientLevel.globalLevelEvent
(int p_104743_, BlockPos p_104744_, int p_104745_) void
ClientLevel.levelEvent
(Player p_104654_, int p_104655_, BlockPos p_104656_, int p_104657_) private boolean
MultiPlayerGameMode.sameDestroyTarget
(BlockPos p_105282_) void
ClientLevel.sendBlockUpdated
(BlockPos p_104685_, BlockState p_104686_, BlockState p_104687_, int p_104688_) boolean
ClientLevel.setBlock
(BlockPos p_233643_, BlockState p_233644_, int p_233645_, int p_233646_) void
ClientLevel.setBlocksDirty
(BlockPos p_104759_, BlockState p_104760_, BlockState p_104761_) void
ClientLevel.setDefaultSpawnPos
(BlockPos p_104753_, float p_104754_) void
ClientLevel.setServerVerifiedBlockState
(BlockPos p_233654_, BlockState p_233655_, int p_233656_) void
private void
ClientLevel.spawnParticle
(BlockPos p_104695_, ParticleOptions p_104696_, VoxelShape p_104697_, double p_104698_) boolean
MultiPlayerGameMode.startDestroyBlock
(BlockPos p_105270_, Direction p_105271_) void
ClientLevel.syncBlockState
(BlockPos p_233648_, BlockState p_233649_, Vec3 p_233650_) private void
ClientLevel.trySpawnDripParticles
(BlockPos p_104690_, BlockState p_104691_, ParticleOptions p_104692_, boolean p_104693_) -
Uses of BlockPos in net.minecraft.client.multiplayer.prediction
Modifier and TypeMethodDescriptionvoid
BlockStatePredictionHandler.retainKnownServerState
(BlockPos p_233868_, BlockState p_233869_, LocalPlayer p_233870_) boolean
BlockStatePredictionHandler.updateKnownServerState
(BlockPos p_233865_, BlockState p_233866_) -
Uses of BlockPos in net.minecraft.client.particle
Modifier and TypeMethodDescriptionvoid
ParticleEngine.addBlockHitEffects
(BlockPos pos, BlockHitResult target) void
void
ParticleEngine.destroy
(BlockPos p_107356_, BlockState p_107357_) TerrainParticle.updateSprite
(BlockState state, BlockPos pos) ModifierConstructorDescriptionTerrainParticle
(ClientLevel p_172451_, double p_172452_, double p_172453_, double p_172454_, double p_172455_, double p_172456_, double p_172457_, BlockState p_172458_, BlockPos p_172459_) -
Uses of BlockPos in net.minecraft.client.player
-
Uses of BlockPos in net.minecraft.client.renderer
Modifier and TypeFieldDescriptionprivate final Map<BlockPos,
SoundInstance> LevelRenderer.playingRecords
Modifier and TypeMethodDescriptionprivate static org.apache.commons.lang3.tuple.Pair<BlockState,
BlockPos> ScreenEffectRenderer.getOverlayBlock
(Player p_110717_) Modifier and TypeMethodDescriptionvoid
LevelRenderer.blockChanged
(BlockGetter p_109545_, BlockPos p_109546_, BlockState p_109547_, BlockState p_109548_, int p_109549_) private boolean
LevelRenderer.closeToBorder
(BlockPos p_194360_, ChunkRenderDispatcher.RenderChunk p_194361_) void
LevelRenderer.destroyBlockProgress
(int p_109775_, BlockPos p_109776_, int p_109777_) private static int
BiomeColors.getAverageColor
(BlockAndTintGetter p_108797_, BlockPos p_108798_, ColorResolver p_108799_) static int
BiomeColors.getAverageFoliageColor
(BlockAndTintGetter p_108805_, BlockPos p_108806_) static int
BiomeColors.getAverageGrassColor
(BlockAndTintGetter p_108794_, BlockPos p_108795_) static int
BiomeColors.getAverageWaterColor
(BlockAndTintGetter p_108812_, BlockPos p_108813_) static int
LevelRenderer.getLightColor
(BlockAndTintGetter p_109542_, BlockPos p_109543_) static int
LevelRenderer.getLightColor
(BlockAndTintGetter p_109538_, BlockState p_109539_, BlockPos p_109540_) LevelRenderer.getRelativeFrom
(BlockPos p_109729_, ChunkRenderDispatcher.RenderChunk p_109730_, Direction p_109731_) protected ChunkRenderDispatcher.RenderChunk
ViewArea.getRenderChunkAt
(BlockPos p_110867_) void
LevelRenderer.globalLevelEvent
(int p_109507_, BlockPos p_109508_, int p_109509_) boolean
LevelRenderer.isChunkCompiled
(BlockPos p_202431_) void
LevelRenderer.levelEvent
(int p_234305_, BlockPos p_234306_, int p_234307_) private void
LevelRenderer.notifyNearbyEntities
(Level p_109551_, BlockPos p_109552_, boolean p_109553_) void
LevelRenderer.playStreamingMusic
(SoundEvent p_109515_, BlockPos p_109516_) Deprecated.void
LevelRenderer.playStreamingMusic
(SoundEvent p_109515_, BlockPos p_109516_, RecordItem musicDiscItem) private void
LevelRenderer.renderHitOutline
(PoseStack p_109638_, VertexConsumer p_109639_, Entity p_109640_, double p_109641_, double p_109642_, double p_109643_, BlockPos p_109644_, BlockState p_109645_) private void
LevelRenderer.setBlockDirty
(BlockPos p_109733_, boolean p_109734_) void
LevelRenderer.setBlockDirty
(BlockPos p_109722_, BlockState p_109723_, BlockState p_109724_) -
Uses of BlockPos in net.minecraft.client.renderer.block
Modifier and TypeMethodDescriptionvoid
ModelBlockRenderer.AmbientOcclusionFace.calculate
(BlockAndTintGetter p_111168_, BlockState p_111169_, BlockPos p_111170_, Direction p_111171_, float[] p_111172_, BitSet p_111173_, boolean p_111174_) private float
LiquidBlockRenderer.calculateAverageHeight
(BlockAndTintGetter p_203150_, Fluid p_203151_, float p_203152_, float p_203153_, float p_203154_, BlockPos p_203155_) private void
ModelBlockRenderer.calculateShape
(BlockAndTintGetter p_111040_, BlockState p_111041_, BlockPos p_111042_, int[] p_111043_, Direction p_111044_, float[] p_111045_, BitSet p_111046_) private float
LiquidBlockRenderer.getHeight
(BlockAndTintGetter p_203157_, Fluid p_203158_, BlockPos p_203159_) private float
LiquidBlockRenderer.getHeight
(BlockAndTintGetter p_203161_, Fluid p_203162_, BlockPos p_203163_, BlockState p_203164_, FluidState p_203165_) private int
LiquidBlockRenderer.getLightColor
(BlockAndTintGetter p_110946_, BlockPos p_110947_) int
ModelBlockRenderer.Cache.getLightColor
(BlockState p_111222_, BlockAndTintGetter p_111223_, BlockPos p_111224_) float
ModelBlockRenderer.Cache.getShadeBrightness
(BlockState p_111227_, BlockAndTintGetter p_111228_, BlockPos p_111229_) BlockModelShaper.getTexture
(BlockState p_110883_, Level level, BlockPos pos) private 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_) private void
ModelBlockRenderer.putQuadData
(BlockAndTintGetter p_111024_, BlockState p_111025_, BlockPos p_111026_, VertexConsumer p_111027_, PoseStack.Pose p_111028_, BakedQuad p_111029_, float p_111030_, float p_111031_, float p_111032_, float p_111033_, int p_111034_, int p_111035_, int p_111036_, int p_111037_, int p_111038_) void
BlockRenderDispatcher.renderBatched
(BlockState p_234356_, BlockPos p_234357_, BlockAndTintGetter p_234358_, PoseStack p_234359_, VertexConsumer p_234360_, boolean p_234361_, RandomSource p_234362_) Deprecated.void
BlockRenderDispatcher.renderBatched
(BlockState p_234356_, BlockPos p_234357_, BlockAndTintGetter p_234358_, PoseStack p_234359_, VertexConsumer p_234360_, boolean p_234361_, RandomSource p_234362_, ModelData modelData, RenderType renderType) void
BlockRenderDispatcher.renderBatched
(BlockState p_234356_, BlockPos p_234357_, BlockAndTintGetter p_234358_, PoseStack p_234359_, VertexConsumer p_234360_, boolean p_234361_, RandomSource p_234362_, ModelData modelData, RenderType renderType, boolean queryModelSpecificData) void
BlockRenderDispatcher.renderBreakingTexture
(BlockState p_110919_, BlockPos p_110920_, BlockAndTintGetter p_110921_, PoseStack p_110922_, VertexConsumer p_110923_) Deprecated.void
BlockRenderDispatcher.renderBreakingTexture
(BlockState p_110919_, BlockPos p_110920_, BlockAndTintGetter p_110921_, PoseStack p_110922_, VertexConsumer p_110923_, ModelData modelData) void
BlockRenderDispatcher.renderLiquid
(BlockPos p_234364_, BlockAndTintGetter p_234365_, VertexConsumer p_234366_, BlockState p_234367_, FluidState p_234368_) private void
ModelBlockRenderer.renderModelFaceAO
(BlockAndTintGetter p_111013_, BlockState p_111014_, BlockPos p_111015_, PoseStack p_111016_, VertexConsumer p_111017_, List<BakedQuad> p_111018_, float[] p_111019_, BitSet p_111020_, ModelBlockRenderer.AmbientOcclusionFace p_111021_, int p_111022_) private void
ModelBlockRenderer.renderModelFaceFlat
(BlockAndTintGetter p_111002_, BlockState p_111003_, BlockPos p_111004_, int p_111005_, int p_111006_, boolean p_111007_, PoseStack p_111008_, VertexConsumer p_111009_, List<BakedQuad> p_111010_, BitSet p_111011_) static boolean
LiquidBlockRenderer.shouldRenderFace
(BlockAndTintGetter p_203167_, BlockPos p_203168_, FluidState p_203169_, BlockState p_203170_, Direction p_203171_, FluidState p_203172_) void
LiquidBlockRenderer.tesselate
(BlockAndTintGetter p_234370_, BlockPos p_234371_, VertexConsumer p_234372_, BlockState p_234373_, FluidState p_234374_) void
ModelBlockRenderer.tesselateBlock
(BlockAndTintGetter p_234380_, BakedModel p_234381_, BlockState p_234382_, BlockPos p_234383_, PoseStack p_234384_, VertexConsumer p_234385_, boolean p_234386_, RandomSource p_234387_, long p_234388_, int p_234389_) Deprecated.void
ModelBlockRenderer.tesselateBlock
(BlockAndTintGetter p_111048_, BakedModel p_111049_, BlockState p_111050_, BlockPos p_111051_, PoseStack p_111052_, VertexConsumer p_111053_, boolean p_111054_, RandomSource p_111055_, long p_111056_, int p_111057_, ModelData modelData, RenderType renderType) void
ModelBlockRenderer.tesselateBlock
(BlockAndTintGetter p_111048_, BakedModel p_111049_, BlockState p_111050_, BlockPos p_111051_, PoseStack p_111052_, VertexConsumer p_111053_, boolean p_111054_, RandomSource p_111055_, long p_111056_, int p_111057_, ModelData modelData, RenderType renderType, boolean queryModelSpecificData) void
ModelBlockRenderer.tesselateWithAO
(BlockAndTintGetter p_234391_, BakedModel p_234392_, BlockState p_234393_, BlockPos p_234394_, PoseStack p_234395_, VertexConsumer p_234396_, boolean p_234397_, RandomSource p_234398_, long p_234399_, int p_234400_) Deprecated.void
ModelBlockRenderer.tesselateWithAO
(BlockAndTintGetter p_111079_, BakedModel p_111080_, BlockState p_111081_, BlockPos p_111082_, PoseStack p_111083_, VertexConsumer p_111084_, boolean p_111085_, RandomSource p_111086_, long p_111087_, int p_111088_, ModelData modelData, RenderType renderType) void
ModelBlockRenderer.tesselateWithoutAO
(BlockAndTintGetter p_234402_, BakedModel p_234403_, BlockState p_234404_, BlockPos p_234405_, PoseStack p_234406_, VertexConsumer p_234407_, boolean p_234408_, RandomSource p_234409_, long p_234410_, int p_234411_) Deprecated.void
ModelBlockRenderer.tesselateWithoutAO
(BlockAndTintGetter p_111091_, BakedModel p_111092_, BlockState p_111093_, BlockPos p_111094_, PoseStack p_111095_, VertexConsumer p_111096_, boolean p_111097_, RandomSource p_111098_, long p_111099_, int p_111100_, ModelData modelData, RenderType renderType) -
Uses of BlockPos in net.minecraft.client.renderer.blockentity
Modifier and TypeMethodDescriptionprivate void
PistonHeadRenderer.renderBlock
(BlockPos p_112459_, BlockState p_112460_, PoseStack p_112461_, MultiBufferSource p_112462_, Level p_112463_, boolean p_112464_, int p_112465_) private void
StructureBlockRenderer.renderInvisibleBlocks
(StructureBlockEntity p_173677_, VertexConsumer p_173678_, BlockPos p_173679_, PoseStack p_173680_) -
Uses of BlockPos in net.minecraft.client.renderer.chunk
Modifier and TypeFieldDescriptionprivate final Map<BlockPos,
BlockEntity> RenderChunk.blockEntities
ChunkRenderDispatcher.RenderChunk.ChunkCompileTask.modelData
Modifier and TypeMethodDescriptionChunkRenderDispatcher.RenderChunk.getOrigin()
ChunkRenderDispatcher.RenderChunk.getRelativeOrigin
(Direction p_112825_) Modifier and TypeMethodDescriptionRenderRegionCache.createRegion
(Level p_200466_, BlockPos p_200467_, BlockPos p_200468_, int p_200469_) private boolean
ChunkRenderDispatcher.RenderChunk.doesChunkExistAt
(BlockPos p_112823_) RenderChunk.getBlockEntity
(BlockPos p_200452_) RenderChunkRegion.getBlockEntity
(BlockPos p_112945_) RenderChunk.getBlockState
(BlockPos p_200454_) RenderChunkRegion.getBlockState
(BlockPos p_112947_) int
RenderChunkRegion.getBlockTint
(BlockPos p_112937_, ColorResolver p_112938_) RenderChunkRegion.getFluidState
(BlockPos p_112943_) private static int
ChunkRenderDispatcher.RenderChunk.ChunkCompileTask.getModelData
(BlockPos pos) private static boolean
RenderRegionCache.isAllEmpty
(BlockPos p_200471_, BlockPos p_200472_, int p_200473_, int p_200474_, RenderRegionCache.ChunkInfo[][] p_200475_) void
-
Uses of BlockPos in net.minecraft.client.renderer.debug
Modifier and TypeFieldDescriptionfinal BlockPos
BeeDebugRenderer.BeeInfo.flowerPos
final BlockPos
BeeDebugRenderer.BeeInfo.hivePos
final BlockPos
BeeDebugRenderer.HiveInfo.pos
final BlockPos
BrainDebugRenderer.PoiInfo.pos
final BlockPos
GoalSelectorDebugRenderer.DebugGoal.pos
Modifier and TypeFieldDescriptionBeeDebugRenderer.BeeInfo.blacklistedHives
private final Map<BlockPos,
BeeDebugRenderer.HiveInfo> BeeDebugRenderer.hives
NeighborsUpdateRenderer.lastUpdate
private final Map<BlockPos,
GameTestDebugRenderer.Marker> GameTestDebugRenderer.markers
BrainDebugRenderer.BrainDump.pois
private final Map<BlockPos,
BrainDebugRenderer.PoiInfo> BrainDebugRenderer.pois
BrainDebugRenderer.BrainDump.potentialPois
private Collection<BlockPos>
RaidDebugRenderer.raidCenters
WorldGenAttemptRenderer.toRender
Modifier and TypeMethodDescriptionBeeDebugRenderer.createHiveBlacklistMap()
BeeDebugRenderer.getGhostHives()
BrainDebugRenderer.getGhostPois()
Modifier and TypeMethodDescriptionvoid
void
WorldGenAttemptRenderer.addPos
(BlockPos p_113738_, float p_113739_, float p_113740_, float p_113741_, float p_113742_, float p_113743_) void
private static float
PathfindingRenderer.distanceToCamera
(BlockPos p_113635_, double p_113636_, double p_113637_, double p_113638_) private Collection<UUID>
BeeDebugRenderer.getHiveMembers
(BlockPos p_113130_) private String
BeeDebugRenderer.getPosDescription
(BeeDebugRenderer.BeeInfo p_113069_, BlockPos p_113070_) private Collection<UUID>
BrainDebugRenderer.getPotentialTicketHolders
(BlockPos p_113290_) private Collection<UUID>
BrainDebugRenderer.getTicketHolders
(BlockPos p_113285_) boolean
(package private) boolean
(package private) boolean
BrainDebugRenderer.BrainDump.hasPotentialPoi
(BlockPos p_113332_) private static void
BeeDebugRenderer.highlightHive
(BlockPos p_113077_) private static void
BrainDebugRenderer.highlightPoi
(BlockPos p_113275_) private static void
RaidDebugRenderer.highlightRaidCenter
(BlockPos p_113658_) void
static void
DebugRenderer.renderFilledBox
(BlockPos p_113464_, float p_113465_, float p_113466_, float p_113467_, float p_113468_, float p_113469_) static void
DebugRenderer.renderFilledBox
(BlockPos p_113471_, BlockPos p_113472_, float p_113473_, float p_113474_, float p_113475_, float p_113476_) private void
BeeDebugRenderer.renderGhostHive
(BlockPos p_113093_, List<String> p_113094_) private void
BrainDebugRenderer.renderGhostPoi
(BlockPos p_113244_, List<String> p_113245_) private void
GameTestDebugRenderer.renderMarker
(BlockPos p_113530_, GameTestDebugRenderer.Marker p_113531_) private static void
RaidDebugRenderer.renderTextOverBlock
(String p_113660_, BlockPos p_113661_, int p_113662_) private static void
BeeDebugRenderer.renderTextOverPos
(String p_113111_, BlockPos p_113112_, int p_113113_, int p_113114_) private static void
BrainDebugRenderer.renderTextOverPos
(String p_113258_, BlockPos p_113259_, int p_113260_, int p_113261_) private static void
BeeDebugRenderer.renderTransparentFilledBox
(BlockPos p_113079_, float p_113080_, float p_113081_, float p_113082_, float p_113083_, float p_113084_) void
BrainDebugRenderer.setFreeTicketCount
(BlockPos p_113231_, int p_113232_) Modifier and TypeMethodDescriptionvoid
RaidDebugRenderer.setRaidCenters
(Collection<BlockPos> p_113664_) -
Uses of BlockPos in net.minecraft.client.renderer.entity
Modifier and TypeMethodDescriptionprotected int
AllayRenderer.getBlockLightLevel
(Allay p_234560_, BlockPos p_234561_) protected int
BlazeRenderer.getBlockLightLevel
(Blaze p_113910_, BlockPos p_113911_) protected int
DragonFireballRenderer.getBlockLightLevel
(DragonFireball p_114087_, BlockPos p_114088_) protected int
EntityRenderer.getBlockLightLevel
(T p_114496_, BlockPos p_114497_) protected int
ExperienceOrbRenderer.getBlockLightLevel
(ExperienceOrb p_114606_, BlockPos p_114607_) protected int
GlowSquidRenderer.getBlockLightLevel
(GlowSquid p_174146_, BlockPos p_174147_) protected int
ItemFrameRenderer.getBlockLightLevel
(T p_174216_, BlockPos p_174217_) protected int
MagmaCubeRenderer.getBlockLightLevel
(MagmaCube p_115399_, BlockPos p_115400_) protected int
ShulkerBulletRenderer.getBlockLightLevel
(ShulkerBullet p_115869_, BlockPos p_115870_) protected int
ThrownItemRenderer.getBlockLightLevel
(T p_116092_, BlockPos p_116093_) protected int
VexRenderer.getBlockLightLevel
(Vex p_116298_, BlockPos p_116299_) protected int
WitherBossRenderer.getBlockLightLevel
(WitherBoss p_116443_, BlockPos p_116444_) protected int
WitherSkullRenderer.getBlockLightLevel
(WitherSkull p_116491_, BlockPos p_116492_) protected int
EntityRenderer.getSkyLightLevel
(T p_114509_, BlockPos p_114510_) private static void
EntityRenderDispatcher.renderBlockShadow
(PoseStack.Pose p_114432_, VertexConsumer p_114433_, LevelReader p_114434_, BlockPos p_114435_, double p_114436_, double p_114437_, double p_114438_, float p_114439_, float p_114440_) -
Uses of BlockPos in net.minecraft.client.renderer.item
Modifier and TypeMethodDescriptionprivate double
CompassItemPropertyFunction.getAngleFromEntityToPos
(Entity p_234949_, BlockPos p_234950_) private float
CompassItemPropertyFunction.getRotationTowardsCompassTarget
(Entity p_234942_, long p_234943_, BlockPos p_234944_) -
Uses of BlockPos in net.minecraft.client.resources.sounds
ModifierConstructorDescriptionSimpleSoundInstance
(SoundEvent p_235109_, SoundSource p_235110_, float p_235111_, float p_235112_, RandomSource p_235113_, BlockPos p_235114_) -
Uses of BlockPos in net.minecraft.client.tutorial
Modifier and TypeMethodDescriptionvoid
PunchTreeTutorialStepInstance.onDestroyBlock
(ClientLevel p_120554_, BlockPos p_120555_, BlockState p_120556_, float p_120557_) void
Tutorial.onDestroyBlock
(ClientLevel p_120582_, BlockPos p_120583_, BlockState p_120584_, float p_120585_) default void
TutorialStepInstance.onDestroyBlock
(ClientLevel p_120619_, BlockPos p_120620_, BlockState p_120621_, float p_120622_) -
Uses of BlockPos in net.minecraft.commands.arguments.blocks
Modifier and TypeMethodDescriptionboolean
BlockInput.place
(ServerLevel p_114671_, BlockPos p_114672_, int p_114673_) boolean
BlockInput.test
(ServerLevel p_173524_, BlockPos p_173525_) -
Uses of BlockPos in net.minecraft.commands.arguments.coordinates
Modifier and TypeMethodDescriptiondefault BlockPos
Coordinates.getBlockPos
(CommandSourceStack p_119569_) static BlockPos
BlockPosArgument.getLoadedBlockPos
(com.mojang.brigadier.context.CommandContext<CommandSourceStack> p_118243_, String p_118244_) static BlockPos
BlockPosArgument.getSpawnablePos
(com.mojang.brigadier.context.CommandContext<CommandSourceStack> p_174396_, String p_174397_) -
Uses of BlockPos in net.minecraft.core
Modifier and TypeFieldDescriptionprivate final BlockPos
BlockSourceImpl.pos
private final BlockPos
GlobalPos.pos
static final BlockPos
BlockPos.ZERO
Modifier and TypeFieldDescriptionstatic final com.mojang.serialization.Codec<BlockPos>
BlockPos.CODEC
Modifier and TypeMethodDescriptionBlockPos.above()
BlockPos.above
(int p_121972_) BlockPos.atY
(int p_175289_) BlockPos.below()
BlockPos.below
(int p_122000_) SectionPos.center()
BlockPos.east()
BlockPos.east
(int p_122031_) BlockSource.getPos()
BlockSourceImpl.getPos()
BlockPos.immutable()
BlockPos.MutableBlockPos.immutable()
BlockPos.multiply
(int p_175263_) BlockPos.MutableBlockPos.multiply
(int p_175305_) BlockPos.north()
BlockPos.north
(int p_122014_) static BlockPos
BlockPos.of
(long p_122023_) BlockPos.MutableBlockPos.offset
(double p_122134_, double p_122135_, double p_122136_) BlockPos.MutableBlockPos.offset
(int p_122163_, int p_122164_, int p_122165_) BlockPos.offset
(double p_121879_, double p_121880_, double p_121881_) BlockPos.offset
(int p_121973_, int p_121974_, int p_121975_) SectionPos.origin()
GlobalPos.pos()
BlockPos.MutableBlockPos.relative
(Direction.Axis p_122145_, int p_122146_) BlockPos.relative
(Direction.Axis p_121943_, int p_121944_) SectionPos.relativeToBlockPos
(short p_123246_) BlockPos.south()
BlockPos.south
(int p_122021_) BlockPos.west()
BlockPos.west
(int p_122026_) Modifier and TypeMethodDescriptionBlockPos.betweenClosed
(int p_121977_, int p_121978_, int p_121979_, int p_121980_, int p_121981_, int p_121982_) BlockPos.betweenClosed
(BlockPos p_121941_, BlockPos p_121942_) BlockPos.betweenClosedStream
(int p_121887_, int p_121888_, int p_121889_, int p_121890_, int p_121891_, int p_121892_) BlockPos.betweenClosedStream
(BlockPos p_121991_, BlockPos p_121992_) BlockPos.betweenClosedStream
(BoundingBox p_121920_) BlockPos.betweenClosedStream
(AABB p_121922_) SectionPos.blocksInside()
BlockPos.findClosestMatch
(BlockPos p_121931_, int p_121932_, int p_121933_, Predicate<BlockPos> p_121934_) BlockPos.randomBetweenClosed
(RandomSource p_235642_, int p_235643_, int p_235644_, int p_235645_, int p_235646_, int p_235647_, int p_235648_, int p_235649_) BlockPos.randomInCube
(RandomSource p_235651_, int p_235652_, BlockPos p_235653_, int p_235654_) BlockPos.withinManhattan
(BlockPos p_121926_, int p_121927_, int p_121928_, int p_121929_) BlockPos.withinManhattanStream
(BlockPos p_121986_, int p_121987_, int p_121988_, int p_121989_) Modifier and TypeMethodDescriptionstatic void
SectionPos.aroundAndAtBlockPos
(BlockPos p_194643_, it.unimi.dsi.fastutil.longs.LongConsumer p_194644_) static long
BlockPos.betweenClosed
(BlockPos p_121941_, BlockPos p_121942_) BlockPos.betweenClosedStream
(BlockPos p_121991_, BlockPos p_121992_) BlockPos.findClosestMatch
(BlockPos p_121931_, int p_121932_, int p_121933_, Predicate<BlockPos> p_121934_) static Direction
Direction.fromNormal
(BlockPos p_175361_) static GlobalPos
GlobalPos.of
(ResourceKey<Level> p_122644_, BlockPos p_122645_) static SectionPos
BlockPos.randomInCube
(RandomSource p_235651_, int p_235652_, BlockPos p_235653_, int p_235654_) static short
SectionPos.sectionRelativePos
(BlockPos p_123219_) static Iterable<BlockPos.MutableBlockPos>
BlockPos.spiralAround
(BlockPos p_121936_, int p_121937_, Direction p_121938_, Direction p_121939_) BlockPos.withinManhattan
(BlockPos p_121926_, int p_121927_, int p_121928_, int p_121929_) BlockPos.withinManhattanStream
(BlockPos p_121986_, int p_121987_, int p_121988_, int p_121989_) Modifier and TypeMethodDescriptionBlockPos.findClosestMatch
(BlockPos p_121931_, int p_121932_, int p_121933_, Predicate<BlockPos> p_121934_) ModifierConstructorDescriptionBlockSourceImpl
(ServerLevel p_122213_, BlockPos p_122214_) private
GlobalPos
(ResourceKey<Level> p_122638_, BlockPos p_122639_) -
Uses of BlockPos in net.minecraft.core.cauldron
Modifier and TypeMethodDescriptionstatic InteractionResult
CauldronInteraction.emptyBucket
(Level p_175619_, BlockPos p_175620_, Player p_175621_, InteractionHand p_175622_, ItemStack p_175623_, BlockState p_175624_, SoundEvent p_175625_) static InteractionResult
CauldronInteraction.fillBucket
(BlockState p_175636_, Level p_175637_, BlockPos p_175638_, Player p_175639_, InteractionHand p_175640_, ItemStack p_175641_, ItemStack p_175642_, Predicate<BlockState> p_175643_, SoundEvent p_175644_) CauldronInteraction.interact
(BlockState p_175711_, Level p_175712_, BlockPos p_175713_, Player p_175714_, InteractionHand p_175715_, ItemStack p_175716_) -
Uses of BlockPos in net.minecraft.core.dispenser
Modifier and TypeMethodDescriptionprivate static boolean
ShearsDispenseItemBehavior.tryShearBeehive
(ServerLevel p_123577_, BlockPos p_123578_) private static boolean
ShearsDispenseItemBehavior.tryShearLivingEntity
(ServerLevel p_123583_, BlockPos p_123584_) -
Uses of BlockPos in net.minecraft.core.particles
-
Uses of BlockPos in net.minecraft.gametest.framework
Modifier and TypeFieldDescriptionprivate final BlockPos
GameTestAssertPosException.absolutePos
private final BlockPos
GameTestBatchRunner.firstTestNorthWestCorner
private final BlockPos
GameTestAssertPosException.relativePos
private final BlockPos
GameTestServer.spawnPos
private BlockPos
GameTestInfo.structureBlockPos
private final BlockPos
ReportGameListener.structurePos
Modifier and TypeMethodDescriptionGameTestHelper.absolutePos
(BlockPos p_177450_) static BlockPos
StructureUtils.findNearestStructureBlock
(BlockPos p_127907_, int p_127908_, ServerLevel p_127909_) GameTestAssertPosException.getAbsolutePos()
GameTestAssertPosException.getRelativePos()
GameTestInfo.getStructureBlockPos()
GameTestHelper.relativePos
(BlockPos p_177453_) Modifier and TypeMethodDescriptionprivate Map<GameTestInfo,
BlockPos> GameTestBatchRunner.createStructuresForBatch
(Collection<GameTestInfo> p_177076_) StructureUtils.findStructureBlockContainingPos
(BlockPos p_127854_, int p_127855_, ServerLevel p_127856_) static Collection<BlockPos>
StructureUtils.findStructureBlocks
(BlockPos p_127911_, int p_127912_, ServerLevel p_127913_) Modifier and TypeMethodDescriptionGameTestHelper.absolutePos
(BlockPos p_177450_) static void
StructureUtils.addCommandBlockAndButtonToStartTest
(BlockPos p_127876_, BlockPos p_127877_, Rotation p_127878_, ServerLevel p_127879_) void
GameTestHelper.assertAtTickTimeContainerContains
(long p_177124_, BlockPos p_177125_, Item p_177126_) void
GameTestHelper.assertAtTickTimeContainerEmpty
(long p_177121_, BlockPos p_177122_) void
GameTestHelper.assertBlock
(BlockPos p_177272_, Predicate<Block> p_177273_, String p_177274_) void
GameTestHelper.assertBlock
(BlockPos p_177276_, Predicate<Block> p_177277_, Supplier<String> p_177278_) void
GameTestHelper.assertBlockNotPresent
(Block p_177342_, BlockPos p_177343_) void
GameTestHelper.assertBlockPresent
(Block p_177209_, BlockPos p_177210_) <T extends Comparable<T>>
voidGameTestHelper.assertBlockProperty
(BlockPos p_177260_, Property<T> p_177261_, Predicate<T> p_177262_, String p_177263_) <T extends Comparable<T>>
voidGameTestHelper.assertBlockProperty
(BlockPos p_177256_, Property<T> p_177257_, T p_177258_) void
GameTestHelper.assertBlockState
(BlockPos p_177358_, Predicate<BlockState> p_177359_, Supplier<String> p_177360_) void
GameTestHelper.assertContainerContains
(BlockPos p_177243_, Item p_177244_) void
GameTestHelper.assertContainerEmpty
(BlockPos p_177441_) void
GameTestHelper.assertEntitiesPresent
(EntityType<?> p_239372_, BlockPos p_239373_, int p_239374_, double p_239375_) <E extends Entity,
T>
voidGameTestHelper.assertEntityData
(BlockPos p_177238_, EntityType<E> p_177239_, Function<? super E, T> p_177240_, T p_177241_) void
GameTestHelper.assertEntityInstancePresent
(Entity p_177141_, BlockPos p_177142_) <E extends Entity & InventoryCarrier>
voidGameTestHelper.assertEntityInventoryContains
(BlockPos p_263495_, EntityType<E> p_263521_, Item p_263502_) <E extends LivingEntity>
voidGameTestHelper.assertEntityIsHolding
(BlockPos p_263501_, EntityType<E> p_263510_, Item p_263517_) void
GameTestHelper.assertEntityNotPresent
(EntityType<?> p_177403_, BlockPos p_177404_) void
GameTestHelper.assertEntityPresent
(EntityType<?> p_177375_, BlockPos p_177376_) void
GameTestHelper.assertEntityPresent
(EntityType<?> p_177180_, BlockPos p_177181_, double p_177182_) void
GameTestHelper.assertItemEntityCountIs
(Item p_177199_, BlockPos p_177200_, double p_177201_, int p_177202_) void
GameTestHelper.assertItemEntityNotPresent
(Item p_236779_, BlockPos p_236780_, double p_236781_) void
GameTestHelper.assertItemEntityPresent
(Item p_177195_, BlockPos p_177196_, double p_177197_) void
GameTestHelper.assertSameBlockState
(BlockPos p_177269_, BlockPos p_177270_) void
GameTestHelper.assertSameBlockStates
(BoundingBox p_177225_, BlockPos p_177226_) static void
GameTestRunner.clearAllTests
(ServerLevel p_127695_, BlockPos p_127696_, GameTestTicker p_127697_, int p_127698_) private static void
StructureUtils.clearBlock
(int p_127842_, BlockPos p_127843_, ServerLevel p_127844_) static GameTestServer
GameTestServer.create
(Thread p_206607_, LevelStorageSource.LevelStorageAccess p_206608_, PackRepository p_206609_, Collection<GameTestBatch> p_206610_, BlockPos p_206611_) static void
StructureUtils.createNewEmptyStructureBlock
(String p_177765_, BlockPos p_177766_, Vec3i p_177767_, Rotation p_177768_, ServerLevel p_177769_) private static StructureBlockEntity
StructureUtils.createStructureBlock
(String p_127891_, BlockPos p_127892_, Rotation p_127893_, ServerLevel p_127894_, boolean p_127895_) void
GameTestHelper.destroyBlock
(BlockPos p_177435_) private static boolean
StructureUtils.doesStructureContain
(BlockPos p_127868_, BlockPos p_127869_, ServerLevel p_127870_) void
static BlockPos
StructureUtils.findNearestStructureBlock
(BlockPos p_127907_, int p_127908_, ServerLevel p_127909_) StructureUtils.findStructureBlockContainingPos
(BlockPos p_127854_, int p_127855_, ServerLevel p_127856_) static Collection<BlockPos>
StructureUtils.findStructureBlocks
(BlockPos p_127911_, int p_127912_, ServerLevel p_127913_) private static void
StructureUtils.forceLoadChunks
(BlockPos p_127858_, ServerLevel p_127859_) GameTestHelper.getBlockEntity
(BlockPos p_177348_) GameTestHelper.getBlockState
(BlockPos p_177233_) GameTestHelper.getEntities
(EntityType<T> p_238400_, BlockPos p_238401_, double p_238402_) static BoundingBox
StructureUtils.getStructureBoundingBox
(BlockPos p_177761_, Vec3i p_177762_, Rotation p_177763_) void
GameTestHelper.placeAt
(Player p_261595_, ItemStack p_262007_, BlockPos p_261973_, Direction p_262008_) void
GameTestHelper.pressButton
(BlockPos p_177386_) void
void
GameTestHelper.pulseRedstone
(BlockPos p_177235_, long p_177236_) void
GameTestHelper.randomTick
(BlockPos p_177447_) GameTestHelper.relativePos
(BlockPos p_177453_) static void
GameTestRunner.runTest
(GameTestInfo p_127743_, BlockPos p_127744_, GameTestTicker p_127745_) private static void
TestCommand.runTest
(ServerLevel p_127930_, BlockPos p_127931_, MultipleTestTracker p_127932_) static Collection<GameTestInfo>
GameTestRunner.runTestBatches
(Collection<GameTestBatch> p_127727_, BlockPos p_127728_, Rotation p_127729_, ServerLevel p_127730_, GameTestTicker p_127731_, int p_127732_) static Collection<GameTestInfo>
GameTestRunner.runTests
(Collection<TestFunction> p_127753_, BlockPos p_127754_, Rotation p_127755_, ServerLevel p_127756_, GameTestTicker p_127757_, int p_127758_) void
void
GameTestHelper.setBlock
(BlockPos p_177253_, BlockState p_177254_) (package private) void
GameTestInfo.setStructureBlockPos
(BlockPos p_127618_) private static void
ReportGameListener.showRedBox
(ServerLevel p_177697_, BlockPos p_177698_, String p_177699_) <E extends Entity>
EGameTestHelper.spawn
(EntityType<E> p_177177_, BlockPos p_177178_) void
GameTestInfo.spawnStructure
(BlockPos p_127620_, int p_127621_) static StructureBlockEntity
StructureUtils.spawnStructure
(String p_127884_, BlockPos p_127885_, Rotation p_127886_, int p_127887_, ServerLevel p_127888_, boolean p_127889_) <E extends Mob>
EGameTestHelper.spawnWithNoFreeWill
(EntityType<E> p_177330_, BlockPos p_177331_) void
GameTestHelper.succeedWhenBlockPresent
(Block p_177383_, BlockPos p_177384_) <E extends Entity,
T>
voidGameTestHelper.succeedWhenEntityData
(BlockPos p_177350_, EntityType<E> p_177351_, Function<E, T> p_177352_, T p_177353_) void
GameTestHelper.succeedWhenEntityNotPresent
(EntityType<?> p_177432_, BlockPos p_177433_) void
GameTestHelper.succeedWhenEntityPresent
(EntityType<?> p_177419_, BlockPos p_177420_) void
void
void
GameTestHelper.useBlock
(BlockPos p_262023_, Player p_261901_, BlockHitResult p_262040_) Modifier and TypeMethodDescriptionvoid
GameTestHelper.forEveryBlockInStructure
(Consumer<BlockPos> p_177293_) ModifierConstructorDescriptionGameTestAssertPosException
(String p_177051_, BlockPos p_177052_, BlockPos p_177053_, long p_177054_) GameTestBatchRunner
(Collection<GameTestBatch> p_127563_, BlockPos p_127564_, Rotation p_127565_, ServerLevel p_127566_, GameTestTicker p_127567_, int p_127568_) GameTestServer
(Thread p_206597_, LevelStorageSource.LevelStorageAccess p_206598_, PackRepository p_206599_, WorldStem p_206600_, Collection<GameTestBatch> p_206601_, BlockPos p_206602_) ReportGameListener
(GameTestInfo p_177692_, GameTestTicker p_177693_, BlockPos p_177694_) -
Uses of BlockPos in net.minecraft.nbt
-
Uses of BlockPos in net.minecraft.network
-
Uses of BlockPos in net.minecraft.network.protocol.game
Modifier and TypeFieldDescriptionprivate final BlockPos
ServerboundSetStructureBlockPacket.offset
private final BlockPos
ClientboundBlockDestructionPacket.pos
private final BlockPos
ClientboundBlockEntityDataPacket.pos
private final BlockPos
ClientboundBlockEventPacket.pos
private final BlockPos
ClientboundBlockUpdatePacket.pos
private final BlockPos
ClientboundLevelEventPacket.pos
private final BlockPos
ClientboundOpenSignEditorPacket.pos
private final BlockPos
ClientboundSetDefaultSpawnPositionPacket.pos
private final BlockPos
ServerboundBlockEntityTagQuery.pos
private final BlockPos
ServerboundJigsawGeneratePacket.pos
private final BlockPos
ServerboundPlayerActionPacket.pos
private final BlockPos
ServerboundSetCommandBlockPacket.pos
private final BlockPos
ServerboundSetJigsawBlockPacket.pos
private final BlockPos
ServerboundSetStructureBlockPacket.pos
private final BlockPos
ServerboundSignUpdatePacket.pos
Modifier and TypeMethodDescriptionServerboundSetStructureBlockPacket.getOffset()
ClientboundBlockDestructionPacket.getPos()
ClientboundBlockEntityDataPacket.getPos()
ClientboundBlockEventPacket.getPos()
ClientboundBlockUpdatePacket.getPos()
ClientboundLevelEventPacket.getPos()
ClientboundOpenSignEditorPacket.getPos()
ClientboundSetDefaultSpawnPositionPacket.getPos()
ServerboundBlockEntityTagQuery.getPos()
ServerboundJigsawGeneratePacket.getPos()
ServerboundPlayerActionPacket.getPos()
ServerboundSetCommandBlockPacket.getPos()
ServerboundSetJigsawBlockPacket.getPos()
ServerboundSetStructureBlockPacket.getPos()
ServerboundSignUpdatePacket.getPos()
Modifier and TypeMethodDescriptionvoid
ClientboundLevelChunkPacketData.BlockEntityTagOutput.accept
(BlockPos p_195696_, BlockEntityType<?> p_195697_, CompoundTag p_195698_) static void
DebugPackets.sendGameTestAddMarker
(ServerLevel p_133683_, BlockPos p_133684_, String p_133685_, int p_133686_, int p_133687_) static void
DebugPackets.sendHiveInfo
(Level p_179511_, BlockPos p_179512_, BlockState p_179513_, BeehiveBlockEntity p_179514_) static void
DebugPackets.sendNeighborsUpdatePacket
(Level p_133709_, BlockPos p_133710_) static void
DebugPackets.sendPoiAddedPacket
(ServerLevel p_133680_, BlockPos p_133681_) static void
DebugPackets.sendPoiRemovedPacket
(ServerLevel p_133717_, BlockPos p_133718_) static void
DebugPackets.sendPoiTicketCountPacket
(ServerLevel p_133720_, BlockPos p_133721_) private static void
DebugPackets.sendVillageSectionsPacket
(ServerLevel p_133723_, BlockPos p_133724_) Modifier and TypeMethodDescriptionvoid
ClientboundSectionBlocksUpdatePacket.runUpdates
(BiConsumer<BlockPos, BlockState> p_132993_) ModifierConstructorDescriptionClientboundAddEntityPacket
(Entity p_237558_, int p_237559_, BlockPos p_237560_) ClientboundBlockDestructionPacket
(int p_131676_, BlockPos p_131677_, int p_131678_) private
ClientboundBlockEntityDataPacket
(BlockPos p_195637_, BlockEntityType<?> p_195638_, CompoundTag p_195639_) ClientboundBlockEventPacket
(BlockPos p_131715_, Block p_131716_, int p_131717_, int p_131718_) ClientboundBlockUpdatePacket
(BlockPos p_131738_, BlockState p_131739_) ClientboundBlockUpdatePacket
(BlockGetter p_131735_, BlockPos p_131736_) ClientboundLevelEventPacket
(int p_132264_, BlockPos p_132265_, int p_132266_, boolean p_132267_) ClientboundOpenSignEditorPacket
(BlockPos p_132633_) ClientboundSetDefaultSpawnPositionPacket
(BlockPos p_133115_, float p_133116_) ServerboundBlockEntityTagQuery
(int p_133802_, BlockPos p_133803_) ServerboundJigsawGeneratePacket
(BlockPos p_134078_, int p_134079_, boolean p_134080_) ServerboundPlayerActionPacket
(ServerboundPlayerActionPacket.Action p_134272_, BlockPos p_134273_, Direction p_134274_) ServerboundPlayerActionPacket
(ServerboundPlayerActionPacket.Action p_237983_, BlockPos p_237984_, Direction p_237985_, int p_237986_) ServerboundSetCommandBlockPacket
(BlockPos p_134509_, String p_134510_, CommandBlockEntity.Mode p_134511_, boolean p_134512_, boolean p_134513_, boolean p_134514_) ServerboundSetJigsawBlockPacket
(BlockPos p_134573_, ResourceLocation p_134574_, ResourceLocation p_134575_, ResourceLocation p_134576_, String p_134577_, JigsawBlockEntity.JointType p_134578_) ServerboundSetStructureBlockPacket
(BlockPos p_179771_, StructureBlockEntity.UpdateType p_179772_, StructureMode p_179773_, String p_179774_, BlockPos p_179775_, Vec3i p_179776_, Mirror p_179777_, Rotation p_179778_, String p_179779_, boolean p_179780_, boolean p_179781_, boolean p_179782_, float p_179783_, long p_179784_) ServerboundSignUpdatePacket
(BlockPos p_134649_, String p_134650_, String p_134651_, String p_134652_, String p_134653_) ModifierConstructorDescriptionClientboundExplodePacket
(double p_132115_, double p_132116_, double p_132117_, float p_132118_, List<BlockPos> p_132119_, Vec3 p_132120_) -
Uses of BlockPos in net.minecraft.network.syncher
Modifier and TypeFieldDescriptionstatic final EntityDataSerializer<BlockPos>
EntityDataSerializers.BLOCK_POS
static final EntityDataSerializer<Optional<BlockPos>>
EntityDataSerializers.OPTIONAL_BLOCK_POS
-
Uses of BlockPos in net.minecraft.server
Modifier and TypeMethodDescriptionboolean
MinecraftServer.isUnderSpawnProtection
(ServerLevel p_129811_, BlockPos p_129812_, Player p_129813_) -
Uses of BlockPos in net.minecraft.server.commands
Modifier and TypeMethodDescriptionprivate static int
LootCommand.blockDistribute
(CommandSourceStack p_137961_, BlockPos p_137962_, List<ItemStack> p_137963_, LootCommand.Callback p_137964_) private static int
LootCommand.blockReplace
(CommandSourceStack p_137954_, BlockPos p_137955_, int p_137956_, int p_137957_, List<ItemStack> p_137958_, LootCommand.Callback p_137959_) private static int
ItemCommands.blockToBlock
(CommandSourceStack p_180302_, BlockPos p_180303_, int p_180304_, BlockPos p_180305_, int p_180306_) private static int
ItemCommands.blockToBlock
(CommandSourceStack p_180308_, BlockPos p_180309_, int p_180310_, BlockPos p_180311_, int p_180312_, LootItemFunction p_180313_) private static int
ItemCommands.blockToEntities
(CommandSourceStack p_180315_, BlockPos p_180316_, int p_180317_, Collection<? extends Entity> p_180318_, int p_180319_) private static int
ItemCommands.blockToEntities
(CommandSourceStack p_180321_, BlockPos p_180322_, int p_180323_, Collection<? extends Entity> p_180324_, int p_180325_, LootItemFunction p_180326_) private static OptionalInt
ExecuteCommand.checkRegions
(ServerLevel p_137037_, BlockPos p_137038_, BlockPos p_137039_, BlockPos p_137040_, boolean p_137041_) private static int
CloneCommands.clone
(CommandSourceStack p_136736_, BlockPos p_136737_, BlockPos p_136738_, BlockPos p_136739_, Predicate<BlockInWorld> p_136740_, CloneCommands.Mode p_136741_) private static int
LootCommand.dropBlockLoot
(com.mojang.brigadier.context.CommandContext<CommandSourceStack> p_137913_, BlockPos p_137914_, ItemStack p_137915_, LootCommand.DropConsumer p_137916_) private static int
LootCommand.dropFishingLoot
(com.mojang.brigadier.context.CommandContext<CommandSourceStack> p_137927_, ResourceLocation p_137928_, BlockPos p_137929_, ItemStack p_137930_, LootCommand.DropConsumer p_137931_) private static int
ItemCommands.entityToBlock
(CommandSourceStack p_180258_, Entity p_180259_, int p_180260_, BlockPos p_180261_, int p_180262_) private static int
ItemCommands.entityToBlock
(CommandSourceStack p_180264_, Entity p_180265_, int p_180266_, BlockPos p_180267_, int p_180268_, LootItemFunction p_180269_) private static int
FillBiomeCommand.fill
(CommandSourceStack p_262664_, BlockPos p_262651_, BlockPos p_262678_, Holder.Reference<Biome> p_262612_, Predicate<Holder<Biome>> p_262697_) private static int
DebugPathCommand.fillBlocks
(CommandSourceStack p_180130_, BlockPos p_180131_) SetBlockCommand.Filter.filter
(BoundingBox p_138620_, BlockPos p_138621_, BlockInput p_138622_, ServerLevel p_138623_) private static ItemStack
ItemCommands.getBlockItem
(CommandSourceStack p_180288_, BlockPos p_180289_, int p_180290_) private static Container
ItemCommands.getContainer
(CommandSourceStack p_180328_, BlockPos p_180329_, com.mojang.brigadier.exceptions.Dynamic3CommandExceptionType p_180330_) private static Container
LootCommand.getContainer
(CommandSourceStack p_137951_, BlockPos p_137952_) private static int
ItemCommands.modifyBlockItem
(CommandSourceStack p_180297_, BlockPos p_180298_, int p_180299_, LootItemFunction p_180300_) static int
PlaceCommand.placeFeature
(CommandSourceStack p_214576_, Holder.Reference<ConfiguredFeature<?, ?>> p_248822_, BlockPos p_214578_) static int
PlaceCommand.placeJigsaw
(CommandSourceStack p_214570_, Holder<StructureTemplatePool> p_214571_, ResourceLocation p_214572_, int p_214573_, BlockPos p_214574_) static int
PlaceCommand.placeStructure
(CommandSourceStack p_214588_, Holder.Reference<Structure> p_251799_, BlockPos p_214590_) static int
PlaceCommand.placeTemplate
(CommandSourceStack p_214562_, ResourceLocation p_214563_, BlockPos p_214564_, Rotation p_214565_, Mirror p_214566_, float p_214567_, int p_214568_) private static BlockPos
private static int
SetBlockCommand.setBlock
(CommandSourceStack p_138608_, BlockPos p_138609_, BlockInput p_138610_, SetBlockCommand.Mode p_138611_, Predicate<BlockInWorld> p_138612_) private static int
ItemCommands.setBlockItem
(CommandSourceStack p_180292_, BlockPos p_180293_, int p_180294_, ItemStack p_180295_) private static int
SetSpawnCommand.setSpawn
(CommandSourceStack p_138650_, Collection<ServerPlayer> p_138651_, BlockPos p_138652_, float p_138653_) private static int
SetWorldSpawnCommand.setSpawn
(CommandSourceStack p_138667_, BlockPos p_138668_, float p_138669_) static int
LocateCommand.showLocateResult
(CommandSourceStack p_263098_, ResourceOrTagArgument.Result<?> p_262956_, BlockPos p_262917_, com.mojang.datafixers.util.Pair<BlockPos, ? extends Holder<?>> p_263074_, String p_262937_, boolean p_263051_, Duration p_263028_) static int
LocateCommand.showLocateResult
(CommandSourceStack p_263019_, ResourceOrTagKeyArgument.Result<?> p_263031_, BlockPos p_262989_, com.mojang.datafixers.util.Pair<BlockPos, ? extends Holder<?>> p_262959_, String p_263045_, boolean p_262934_, Duration p_262960_) private static int
LocateCommand.showLocateResult
(CommandSourceStack p_262983_, BlockPos p_263016_, com.mojang.datafixers.util.Pair<BlockPos, ? extends Holder<?>> p_262941_, String p_263083_, boolean p_263010_, String p_263048_, Duration p_263040_) private static int
DebugMobSpawningCommand.spawnMobs
(CommandSourceStack p_180115_, MobCategory p_180116_, BlockPos p_180117_) Modifier and TypeMethodDescriptionprivate static String
LocateCommand.getElementName
(com.mojang.datafixers.util.Pair<BlockPos, ? extends Holder<?>> p_249526_) static int
LocateCommand.showLocateResult
(CommandSourceStack p_263098_, ResourceOrTagArgument.Result<?> p_262956_, BlockPos p_262917_, com.mojang.datafixers.util.Pair<BlockPos, ? extends Holder<?>> p_263074_, String p_262937_, boolean p_263051_, Duration p_263028_) static int
LocateCommand.showLocateResult
(CommandSourceStack p_263019_, ResourceOrTagKeyArgument.Result<?> p_263031_, BlockPos p_262989_, com.mojang.datafixers.util.Pair<BlockPos, ? extends Holder<?>> p_262959_, String p_263045_, boolean p_262934_, Duration p_262960_) private static int
LocateCommand.showLocateResult
(CommandSourceStack p_262983_, BlockPos p_263016_, com.mojang.datafixers.util.Pair<BlockPos, ? extends Holder<?>> p_262941_, String p_263083_, boolean p_263010_, String p_263048_, Duration p_263040_) ModifierConstructorDescriptionCloneBlockInfo
(BlockPos p_136783_, BlockState p_136784_, CompoundTag p_136785_) -
Uses of BlockPos in net.minecraft.server.commands.data
-
Uses of BlockPos in net.minecraft.server.dedicated
Modifier and TypeMethodDescriptionboolean
DedicatedServer.isUnderSpawnProtection
(ServerLevel p_139630_, BlockPos p_139631_, Player p_139632_) -
Uses of BlockPos in net.minecraft.server.level
Modifier and TypeFieldDescriptionprivate BlockPos
ServerPlayerGameMode.delayedDestroyPos
private BlockPos
ServerPlayerGameMode.destroyPos
static final BlockPos
ServerLevel.END_SPAWN_POINT
private final BlockPos
BlockDestructionProgress.pos
private BlockPos
ServerPlayer.respawnPosition
Modifier and TypeMethodDescriptionprotected BlockPos
ServerLevel.findLightningTargetAround
(BlockPos p_143289_) ServerLevel.findNearestMapStructure
(TagKey<Structure> p_215012_, BlockPos p_215013_, int p_215014_, boolean p_215015_) protected static BlockPos
PlayerRespawnLogic.getOverworldRespawnPos
(ServerLevel p_183929_, int p_183930_, int p_183931_) BlockDestructionProgress.getPos()
ServerPlayer.getRespawnPosition()
static BlockPos
PlayerRespawnLogic.getSpawnPosInChunk
(ServerLevel p_183933_, ChunkPos p_183934_) Modifier and TypeMethodDescriptionServerLevel.findClosestBiome3d
(Predicate<Holder<Biome>> p_215070_, BlockPos p_215071_, int p_215072_, int p_215073_, int p_215074_) ServerLevel.findLightningRod
(BlockPos p_143249_) Modifier and TypeMethodDescriptionprivate boolean
ServerPlayer.bedBlocked
(BlockPos p_9192_, Direction p_9193_) private boolean
ServerPlayer.bedInRange
(BlockPos p_9117_, Direction p_9118_) void
ChunkHolder.blockChanged
(BlockPos p_140057_) void
ServerChunkCache.blockChanged
(BlockPos p_8451_) void
ServerLevel.blockEvent
(BlockPos p_8746_, Block p_8747_, int p_8748_, int p_8749_) void
ServerLevel.blockUpdated
(BlockPos p_8743_, Block p_8744_) private void
ChunkHolder.broadcastBlockEntity
(Level p_140030_, BlockPos p_140031_) private void
ChunkHolder.broadcastBlockEntityIfNeeded
(Level p_140033_, BlockPos p_140034_, BlockState p_140035_) void
ThreadedLevelLightEngine.checkBlock
(BlockPos p_9357_) protected void
ServerPlayer.checkFallDamage
(double p_8976_, boolean p_8977_, BlockState p_8978_, BlockPos p_8979_) private void
ServerPlayer.createEndPlatform
(ServerLevel p_9007_, BlockPos p_9008_) private void
ServerPlayerGameMode.debugLogging
(BlockPos p_215126_, boolean p_215127_, int p_215128_, String p_215129_) void
ServerPlayerGameMode.destroyAndAck
(BlockPos p_215117_, int p_215118_, String p_215119_) boolean
ServerPlayerGameMode.destroyBlock
(BlockPos p_9281_) boolean
WorldGenRegion.destroyBlock
(BlockPos p_9550_, boolean p_9551_, Entity p_9552_, int p_9553_) void
ServerLevel.destroyBlockProgress
(int p_8612_, BlockPos p_8613_, int p_8614_) boolean
WorldGenRegion.ensureCanWrite
(BlockPos p_181031_) ServerLevel.findClosestBiome3d
(Predicate<Holder<Biome>> p_215070_, BlockPos p_215071_, int p_215072_, int p_215073_, int p_215074_) ServerLevel.findLightningRod
(BlockPos p_143249_) protected BlockPos
ServerLevel.findLightningTargetAround
(BlockPos p_143289_) ServerLevel.findNearestMapStructure
(TagKey<Structure> p_215012_, BlockPos p_215013_, int p_215014_, boolean p_215015_) WorldGenRegion.getBlockEntity
(BlockPos p_9582_) WorldGenRegion.getBlockState
(BlockPos p_9587_) WorldGenRegion.getCurrentDifficultyAt
(BlockPos p_9585_) protected Optional<BlockUtil.FoundRectangle>
ServerPlayer.getExitPortal
(ServerLevel p_184131_, BlockPos p_184132_, boolean p_184133_, WorldBorder p_184134_) WorldGenRegion.getFluidState
(BlockPos p_9577_) void
ServerLevel.globalLevelEvent
(int p_8811_, BlockPos p_8812_, int p_8813_) void
DemoMode.handleBlockBreakAction
(BlockPos p_214976_, ServerboundPlayerActionPacket.Action p_214977_, Direction p_214978_, int p_214979_, int p_214980_) void
ServerPlayerGameMode.handleBlockBreakAction
(BlockPos p_215120_, ServerboundPlayerActionPacket.Action p_215121_, Direction p_215122_, int p_215123_, int p_215124_) private float
ServerPlayerGameMode.incrementDestroyProgress
(BlockState p_9277_, BlockPos p_9278_, int p_9279_) boolean
ServerLevel.isCloseToVillage
(BlockPos p_8737_, int p_8738_) boolean
WorldGenRegion.isFluidAtPosition
(BlockPos p_143500_, Predicate<FluidState> p_143501_) boolean
ServerLevel.isNaturalSpawningAllowed
(BlockPos p_201919_) boolean
ServerLevel.isPositionEntityTicking
(BlockPos p_143341_) boolean
private boolean
ServerPlayer.isReachableBedBlock
(BlockPos p_9223_) boolean
WorldGenRegion.isStateAtPosition
(BlockPos p_9544_, Predicate<BlockState> p_9545_) boolean
void
ServerLevel.levelEvent
(Player p_8684_, int p_8685_, BlockPos p_8686_, int p_8687_) void
WorldGenRegion.levelEvent
(Player p_9523_, int p_9524_, BlockPos p_9525_, int p_9526_) private void
WorldGenRegion.markPosForPostprocessing
(BlockPos p_9592_) boolean
ServerLevel.mayInteract
(Player p_8696_, BlockPos p_8697_) boolean
ServerPlayer.mayInteract
(Level p_143406_, BlockPos p_143407_) void
ServerLevel.neighborChanged
(BlockPos p_215048_, Block p_215049_, BlockPos p_215050_) void
ServerLevel.neighborChanged
(BlockState p_215035_, BlockPos p_215036_, Block p_215037_, BlockPos p_215038_, boolean p_215039_) void
ThreadedLevelLightEngine.onBlockEmissionIncrease
(BlockPos p_9359_, int p_9360_) void
ServerLevel.onBlockStateChange
(BlockPos p_8751_, BlockState p_8752_, BlockState p_8753_) protected void
ServerPlayer.onChangedBlock
(BlockPos p_9206_) void
WorldGenRegion.playSound
(Player p_9528_, BlockPos p_9529_, SoundEvent p_9530_, SoundSource p_9531_, float p_9532_, float p_9533_) private boolean
ServerPlayerGameMode.removeBlock
(BlockPos p_180235_1_, boolean canHarvest) boolean
WorldGenRegion.removeBlock
(BlockPos p_9547_, boolean p_9548_) void
ServerLevel.sendBlockUpdated
(BlockPos p_8755_, BlockState p_8756_, BlockState p_8757_, int p_8758_) boolean
WorldGenRegion.setBlock
(BlockPos p_9539_, BlockState p_9540_, int p_9541_, int p_9542_) void
ServerLevel.setDefaultSpawnPos
(BlockPos p_8734_, float p_8735_) void
ServerPlayer.setRespawnPosition
(ResourceKey<Level> p_9159_, BlockPos p_9160_, float p_9161_, boolean p_9162_, boolean p_9163_) com.mojang.datafixers.util.Either<Player.BedSleepingProblem,
Unit> ServerPlayer.startSleepInBed
(BlockPos p_9115_) void
ServerPlayer.startSleeping
(BlockPos p_9190_) private void
private void
void
ServerLevel.updateNeighborsAt
(BlockPos p_215045_, Block p_215046_) void
ServerLevel.updateNeighborsAtExceptFromFacing
(BlockPos p_215052_, Block p_215053_, Direction p_215054_) -
Uses of BlockPos in net.minecraft.util
Modifier and TypeMethodDescriptionboolean
SpawnUtil.Strategy.canSpawnOn
(ServerLevel p_216428_, BlockPos p_216429_, BlockState p_216430_, BlockPos p_216431_, BlockState p_216432_) static void
ParticleUtils.spawnParticleOnFace
(Level p_216307_, BlockPos p_216308_, Direction p_216309_, ParticleOptions p_216310_, Vec3 p_216311_, double p_216312_) static void
ParticleUtils.spawnParticlesAlongAxis
(Direction.Axis p_144968_, Level p_144969_, BlockPos p_144970_, double p_144971_, ParticleOptions p_144972_, UniformInt p_144973_) static void
ParticleUtils.spawnParticlesOnBlockFace
(Level p_216319_, BlockPos p_216320_, ParticleOptions p_216321_, IntProvider p_216322_, Direction p_216323_, Supplier<Vec3> p_216324_, double p_216325_) static void
ParticleUtils.spawnParticlesOnBlockFaces
(Level p_216314_, BlockPos p_216315_, ParticleOptions p_216316_, IntProvider p_216317_) SpawnUtil.trySpawnMob
(EntityType<T> p_216404_, MobSpawnType p_216405_, ServerLevel p_216406_, BlockPos p_216407_, int p_216408_, int p_216409_, int p_216410_, SpawnUtil.Strategy p_216411_) -
Uses of BlockPos in net.minecraft.world
Modifier and TypeMethodDescriptionstatic void
Containers.dropContents
(Level p_19011_, BlockPos p_19012_, NonNullList<ItemStack> p_19013_) static void
Containers.dropContents
(Level p_19003_, BlockPos p_19004_, Container p_19005_) WorldlyContainerHolder.getContainer
(BlockState p_19242_, LevelAccessor p_19243_, BlockPos p_19244_) -
Uses of BlockPos in net.minecraft.world.entity
Modifier and TypeFieldDescriptionprivate BlockPos
Entity.blockPosition
private BlockPos
LivingEntity.lastPos
protected BlockPos
Entity.portalEntrancePos
private BlockPos
Mob.restrictCenter
Modifier and TypeFieldDescriptionLivingEntity.lastClimbablePos
private TriPredicate<LevelReader,
BlockPos, EntityType<?>> SpawnPlacements.Type.predicate
private static final EntityDataAccessor<Optional<BlockPos>>
LivingEntity.SLEEPING_POS_ID
Modifier and TypeMethodDescriptionEntity.blockPosition()
protected BlockPos
Entity.getOnPos()
private BlockPos
Entity.getOnPos
(float p_216987_) Entity.getOnPosLegacy()
Deprecated.Mob.getRestrictCenter()
private BlockPos
LightningBolt.getStrikePosition()
Modifier and TypeMethodDescriptionLivingEntity.getLastClimbablePos()
LivingEntity.getSleepingPos()
LightningBolt.randomStepCleaningCopper
(Level p_147154_, BlockPos p_147155_) Modifier and TypeMethodDescriptionboolean
SpawnPlacements.Type.canSpawnAt
(LevelReader world, BlockPos pos, EntityType<?> type) boolean
Entity.canTrample
(BlockState state, BlockPos pos, float fallDistance) protected void
Entity.checkFallDamage
(double p_19911_, boolean p_19912_, BlockState p_19913_, BlockPos p_19914_) protected void
FlyingMob.checkFallDamage
(double p_20809_, boolean p_20810_, BlockState p_20811_, BlockPos p_20812_) protected void
LivingEntity.checkFallDamage
(double p_20990_, boolean p_20991_, BlockState p_20992_, BlockPos p_20993_) static boolean
GlowSquid.checkGlowSquideSpawnRules
(EntityType<? extends LivingEntity> p_217018_, ServerLevelAccessor p_217019_, MobSpawnType p_217020_, BlockPos p_217021_, RandomSource p_217022_) static boolean
Mob.checkMobSpawnRules
(EntityType<? extends Mob> p_217058_, LevelAccessor p_217059_, MobSpawnType p_217060_, BlockPos p_217061_, RandomSource p_217062_) static <T extends Entity>
booleanSpawnPlacements.checkSpawnRules
(EntityType<T> p_217075_, ServerLevelAccessor p_217076_, MobSpawnType p_217077_, BlockPos p_217078_, RandomSource p_217079_) private static void
LightningBolt.clearCopperOnLightningStrike
(Level p_147151_, BlockPos p_147152_) EntityType.create
(ServerLevel p_262637_, CompoundTag p_262687_, Consumer<T> p_262629_, BlockPos p_262595_, MobSpawnType p_262666_, boolean p_262685_, boolean p_262588_) float
Entity.getBlockExplosionResistance
(Explosion p_19992_, BlockGetter p_19993_, BlockPos p_19994_, BlockState p_19995_, FluidState p_19996_, float p_19997_) protected Optional<BlockUtil.FoundRectangle>
Entity.getExitPortal
(ServerLevel p_185935_, BlockPos p_185936_, boolean p_185937_, WorldBorder p_185938_) float
PathfinderMob.getWalkTargetValue
(BlockPos p_21693_) float
PathfinderMob.getWalkTargetValue
(BlockPos p_21688_, LevelReader p_21689_) protected static double
EntityType.getYOffset
(LevelReader p_20626_, BlockPos p_20627_, boolean p_20628_, AABB p_20629_) void
Entity.handleInsidePortal
(BlockPos p_20222_) boolean
Entity.isColliding
(BlockPos p_20040_, BlockState p_20041_) boolean
Mob.isWithinRestriction
(BlockPos p_21445_) boolean
Entity.mayInteract
(Level p_146843_, BlockPos p_146844_) void
protected void
LivingEntity.onChangedBlock
(BlockPos p_21175_) protected void
Entity.playStepSound
(BlockPos p_20135_, BlockState p_20136_) LightningBolt.randomStepCleaningCopper
(Level p_147154_, BlockPos p_147155_) private static void
LightningBolt.randomWalkCleaningCopper
(Level p_147146_, BlockPos p_147147_, BlockPos.MutableBlockPos p_147148_, int p_147149_) void
Mob.restrictTo
(BlockPos p_21447_, int p_21448_) private void
LivingEntity.setPosToBed
(BlockPos p_21081_) void
LivingEntity.setRecordPlayingNearby
(BlockPos p_21082_, boolean p_21083_) void
LivingEntity.setSleepingPos
(BlockPos p_21251_) boolean
Entity.shouldBlockExplode
(Explosion p_19987_, BlockGetter p_19988_, BlockPos p_19989_, BlockState p_19990_, float p_19991_) EntityType.spawn
(ServerLevel p_262634_, BlockPos p_262707_, MobSpawnType p_262597_) EntityType.spawn
(ServerLevel p_262704_, CompoundTag p_262603_, Consumer<T> p_262621_, BlockPos p_262672_, MobSpawnType p_262644_, boolean p_262690_, boolean p_262590_) EntityType.spawn
(ServerLevel p_20593_, ItemStack p_20594_, Player p_20595_, BlockPos p_20596_, MobSpawnType p_20597_, boolean p_20598_, boolean p_20599_) void
LivingEntity.startSleeping
(BlockPos p_21141_) boolean
SpawnPlacements.SpawnPredicate.test
(EntityType<T> p_217081_, ServerLevelAccessor p_217082_, MobSpawnType p_217083_, BlockPos p_217084_, RandomSource p_217085_) private boolean
LivingEntity.trapdoorUsableAsLadder
(BlockPos p_21177_, BlockState p_21178_) Modifier and TypeMethodDescriptionstatic SpawnPlacements.Type
SpawnPlacements.Type.create
(String name, TriPredicate<LevelReader, BlockPos, EntityType<? extends Mob>> predicate) ModifierConstructorDescriptionprivate
Type
(TriPredicate<LevelReader, BlockPos, EntityType<?>> predicate) -
Uses of BlockPos in net.minecraft.world.entity.ai.behavior
Modifier and TypeFieldDescriptionprivate BlockPos
HarvestFarmland.aboveFarmlandPos
private final BlockPos
BlockPosTracker.blockPos
private final BlockPos
LongJumpToRandomPos.PossibleJump.jumpTarget
private BlockPos
MoveToTargetSink.lastTargetPos
private final BlockPos
PrepareRamNearestTarget.RamCandidate.startPosition
private BlockPos
JumpOnBed.targetBed
private final BlockPos
PrepareRamNearestTarget.RamCandidate.targetPosition
Modifier and TypeFieldDescriptionprivate final BiPredicate<E,
BlockPos> LongJumpToRandomPos.acceptableLandingSpot
UseBonemeal.cropPos
HarvestFarmland.validFarmlandAroundVillager
Modifier and TypeMethodDescriptionBlockPosTracker.currentBlockPosition()
EntityTracker.currentBlockPosition()
PositionTracker.currentBlockPosition()
LongJumpToRandomPos.PossibleJump.getJumpTarget()
private static BlockPos
GoToTargetLocation.getNearbyPos
(Mob p_217251_, BlockPos p_217252_) PrepareRamNearestTarget.RamCandidate.getStartPosition()
PrepareRamNearestTarget.RamCandidate.getTargetPosition()
private BlockPos
HarvestFarmland.getValidFarmland
(ServerLevel p_23165_) Modifier and TypeMethodDescriptionPrepareRamNearestTarget.calculateRammingStartPosition
(PathfinderMob p_147743_, LivingEntity p_147744_) JumpOnBed.getNearestBed
(Mob p_23360_) AnimalPanic.lookForWater
(BlockGetter p_196642_, Entity p_196643_) UseBonemeal.pickNextTarget
(ServerLevel p_24493_, Villager p_24494_) VillagerMakeLove.takeVacantBed
(ServerLevel p_24649_, Villager p_24650_) Modifier and TypeMethodDescriptionprivate static boolean
InteractWithDoor.areOtherMobsComingThroughDoor
(LivingEntity p_260091_, BlockPos p_259764_, Optional<List<LivingEntity>> p_259365_) private static boolean
ValidateNearbyPoi.bedIsOccupied
(ServerLevel p_24531_, BlockPos p_24532_, LivingEntity p_24533_) private boolean
private static boolean
YieldJobSite.canReachPos
(PathfinderMob p_260080_, BlockPos p_259875_, PoiType p_259606_) static <E extends Mob>
booleanLongJumpToRandomPos.defaultAcceptableLandingSpot
(E p_251540_, BlockPos p_248879_) private Vec3
PrepareRamNearestTarget.getEdgeOfBlock
(BlockPos p_147755_, BlockPos p_147756_) private static BlockPos
GoToTargetLocation.getNearbyPos
(Mob p_217251_, BlockPos p_217252_) private void
VillagerMakeLove.giveBedToChild
(ServerLevel p_24634_, Villager p_24635_, BlockPos p_24636_) static boolean
MoveToSkySeeingSpot.hasNoBlocksAbove
(ServerLevel p_23559_, LivingEntity p_23560_, BlockPos p_23561_) private boolean
LongJumpToRandomPos.isAcceptableLandingPosition
(ServerLevel p_217300_, E p_217301_, BlockPos p_217302_) private boolean
JumpOnBed.isBed
(ServerLevel p_23357_, BlockPos p_23358_) private static boolean
InteractWithDoor.isMobComingThroughDoor
(Brain<?> p_259548_, BlockPos p_259146_) private boolean
PrepareRamNearestTarget.isWalkableBlock
(PathfinderMob p_147746_, BlockPos p_147747_) private static boolean
YieldJobSite.nearbyWantsJobsite
(Holder<PoiType> p_217511_, Villager p_217512_, BlockPos p_217513_) InteractWithDoor.rememberDoorToClose
(MemoryAccessor<com.mojang.datafixers.kinds.OptionalBox.Mu, Set<GlobalPos>> p_262178_, Optional<Set<GlobalPos>> p_261639_, ServerLevel p_261528_, BlockPos p_261874_) static void
BehaviorUtils.setWalkAndLookTargetMemories
(LivingEntity p_22618_, BlockPos p_22619_, float p_22620_, int p_22621_) private void
WorkAtComposter.spawnComposterFillEffects
(ServerLevel p_24798_, BlockState p_24799_, BlockPos p_24800_, BlockState p_24801_) private void
JumpOnBed.startWalkingTowardsBed
(Mob p_23362_, BlockPos p_23363_) private boolean
HarvestFarmland.validPos
(BlockPos p_23181_, ServerLevel p_23182_) private boolean
UseBonemeal.validPos
(BlockPos p_24486_, ServerLevel p_24487_) Modifier and TypeMethodDescriptionGoToTargetLocation.create
(MemoryModuleType<BlockPos> p_259938_, int p_259740_, float p_259957_) static Path
AcquirePoi.findPathToPois
(Mob p_217098_, Set<com.mojang.datafixers.util.Pair<Holder<PoiType>, BlockPos>> p_217099_) static BehaviorControl<PathfinderMob>
SetWalkTargetAwayFrom.pos
(MemoryModuleType<BlockPos> p_259330_, float p_259719_, int p_259965_, boolean p_259828_) ModifierConstructorDescriptionBlockPosTracker
(BlockPos p_22676_) PossibleJump
(BlockPos p_217323_, int p_217324_) RamCandidate
(BlockPos p_147794_, BlockPos p_147795_, LivingEntity p_147796_) ModifierConstructorDescriptionLongJumpToPreferredBlock
(UniformInt p_250024_, int p_249524_, int p_250434_, float p_252307_, Function<E, SoundEvent> p_248661_, TagKey<Block> p_251760_, float p_249002_, BiPredicate<E, BlockPos> p_251818_) LongJumpToRandomPos
(UniformInt p_251244_, int p_248763_, int p_251698_, float p_250165_, Function<E, SoundEvent> p_249738_, BiPredicate<E, BlockPos> p_249945_) -
Uses of BlockPos in net.minecraft.world.entity.ai.goal
Modifier and TypeFieldDescriptionprotected BlockPos
MoveToBlockGoal.blockPos
protected BlockPos
DoorInteractGoal.doorPos
private BlockPos
MoveThroughVillageGoal.poiPos
private BlockPos
StrollThroughVillageGoal.wantedPos
Modifier and TypeMethodDescriptionprotected BlockPos
MoveToBlockGoal.getMoveToTarget()
private BlockPos
RemoveBlockGoal.getPosWithBlock
(BlockPos p_25853_, BlockGetter p_25854_) private BlockPos
GolemRandomStrollInVillageGoal.getRandomPoiWithinSection
(SectionPos p_25408_) protected BlockPos
PanicGoal.lookForWater
(BlockGetter p_198173_, Entity p_198174_, int p_198175_) Modifier and TypeMethodDescriptionprivate boolean
FollowOwnerGoal.canTeleportTo
(BlockPos p_25308_) private BlockPos
RemoveBlockGoal.getPosWithBlock
(BlockPos p_25853_, BlockGetter p_25854_) private boolean
BreathAirGoal.givesAir
(LevelReader p_25107_, BlockPos p_25108_) private boolean
MoveThroughVillageGoal.hasNotVisited
(BlockPos p_25593_) protected boolean
CatLieOnBedGoal.isValidTarget
(LevelReader p_25142_, BlockPos p_25143_) protected boolean
CatSitOnBlockGoal.isValidTarget
(LevelReader p_25153_, BlockPos p_25154_) protected abstract boolean
MoveToBlockGoal.isValidTarget
(LevelReader p_25619_, BlockPos p_25620_) protected boolean
RemoveBlockGoal.isValidTarget
(LevelReader p_25850_, BlockPos p_25851_) void
RemoveBlockGoal.playBreakSound
(Level p_25845_, BlockPos p_25846_) void
RemoveBlockGoal.playDestroyProgressSound
(LevelAccessor p_25847_, BlockPos p_25848_) private boolean
DolphinJumpGoal.surfaceIsClear
(BlockPos p_25179_, int p_25180_, int p_25181_, int p_25182_) private boolean
DolphinJumpGoal.waterIsClear
(BlockPos p_25173_, int p_25174_, int p_25175_, int p_25176_) -
Uses of BlockPos in net.minecraft.world.entity.ai.memory
Modifier and TypeFieldDescriptionstatic final MemoryModuleType<BlockPos>
MemoryModuleType.CELEBRATE_LOCATION
static final MemoryModuleType<BlockPos>
MemoryModuleType.DISTURBANCE_LOCATION
static final MemoryModuleType<BlockPos>
MemoryModuleType.NEAREST_BED
static final MemoryModuleType<BlockPos>
MemoryModuleType.NEAREST_REPELLENT
-
Uses of BlockPos in net.minecraft.world.entity.ai.sensing
Modifier and TypeMethodDescriptionHoglinSpecificSensor.findNearestRepellent
(ServerLevel p_26665_, Hoglin p_26666_) PiglinSpecificSensor.findNearestRepellent
(ServerLevel p_26735_, LivingEntity p_26736_) Modifier and TypeMethodDescriptionprivate static boolean
PiglinSpecificSensor.isValidRepellent
(ServerLevel p_26729_, BlockPos p_26730_) -
Uses of BlockPos in net.minecraft.world.entity.ai.util
Modifier and TypeMethodDescriptionstatic BlockPos
RandomPos.generateRandomDirection
(RandomSource p_217852_, int p_217853_, int p_217854_) static BlockPos
RandomPos.generateRandomDirectionWithinRadians
(RandomSource p_217856_, int p_217857_, int p_217858_, int p_217859_, double p_217860_, double p_217861_, double p_217862_) static BlockPos
AirAndWaterRandomPos.generateRandomPos
(PathfinderMob p_148366_, int p_148367_, int p_148368_, int p_148369_, double p_148370_, double p_148371_, double p_148372_, boolean p_148373_) private static BlockPos
DefaultRandomPos.generateRandomPosTowardDirection
(PathfinderMob p_148437_, int p_148438_, boolean p_148439_, BlockPos p_148440_) static BlockPos
LandRandomPos.generateRandomPosTowardDirection
(PathfinderMob p_148514_, int p_148515_, boolean p_148516_, BlockPos p_148517_) static BlockPos
RandomPos.generateRandomPosTowardDirection
(PathfinderMob p_217864_, int p_217865_, RandomSource p_217866_, BlockPos p_217867_) static BlockPos
LandRandomPos.movePosUpOutOfSolid
(PathfinderMob p_148519_, BlockPos p_148520_) static BlockPos
RandomPos.moveUpOutOfSolid
(BlockPos p_148546_, int p_148547_, Predicate<BlockPos> p_148548_) static BlockPos
RandomPos.moveUpToAboveSolid
(BlockPos p_26948_, int p_26949_, int p_26950_, Predicate<BlockPos> p_26951_) Modifier and TypeMethodDescriptionprivate static BlockPos
DefaultRandomPos.generateRandomPosTowardDirection
(PathfinderMob p_148437_, int p_148438_, boolean p_148439_, BlockPos p_148440_) static BlockPos
LandRandomPos.generateRandomPosTowardDirection
(PathfinderMob p_148514_, int p_148515_, boolean p_148516_, BlockPos p_148517_) static BlockPos
RandomPos.generateRandomPosTowardDirection
(PathfinderMob p_217864_, int p_217865_, RandomSource p_217866_, BlockPos p_217867_) static boolean
GoalUtils.hasMalus
(PathfinderMob p_148459_, BlockPos p_148460_) static boolean
GoalUtils.isNotStable
(PathNavigation p_148449_, BlockPos p_148450_) static boolean
GoalUtils.isOutsideLimits
(BlockPos p_148452_, PathfinderMob p_148453_) static boolean
GoalUtils.isRestricted
(boolean p_148455_, PathfinderMob p_148456_, BlockPos p_148457_) static boolean
GoalUtils.isSolid
(PathfinderMob p_148462_, BlockPos p_148463_) static boolean
GoalUtils.isWater
(PathfinderMob p_148446_, BlockPos p_148447_) static BlockPos
LandRandomPos.movePosUpOutOfSolid
(PathfinderMob p_148519_, BlockPos p_148520_) static BlockPos
RandomPos.moveUpOutOfSolid
(BlockPos p_148546_, int p_148547_, Predicate<BlockPos> p_148548_) static BlockPos
RandomPos.moveUpToAboveSolid
(BlockPos p_26948_, int p_26949_, int p_26950_, Predicate<BlockPos> p_26951_) Modifier and TypeMethodDescriptionstatic Vec3
RandomPos.generateRandomPos
(Supplier<BlockPos> p_148562_, ToDoubleFunction<BlockPos> p_148563_) static Vec3
RandomPos.generateRandomPos
(Supplier<BlockPos> p_148562_, ToDoubleFunction<BlockPos> p_148563_) static Vec3
RandomPos.generateRandomPos
(PathfinderMob p_148543_, Supplier<BlockPos> p_148544_) static Vec3
LandRandomPos.getPos
(PathfinderMob p_148504_, int p_148505_, int p_148506_, ToDoubleFunction<BlockPos> p_148507_) static BlockPos
RandomPos.moveUpOutOfSolid
(BlockPos p_148546_, int p_148547_, Predicate<BlockPos> p_148548_) static BlockPos
RandomPos.moveUpToAboveSolid
(BlockPos p_26948_, int p_26949_, int p_26950_, Predicate<BlockPos> p_26951_) -
Uses of BlockPos in net.minecraft.world.entity.ai.village
Modifier and TypeMethodDescriptionprivate Vec3
VillageSiege.findRandomSpawnPos
(ServerLevel p_27010_, BlockPos p_27011_) -
Uses of BlockPos in net.minecraft.world.entity.ai.village.poi
Modifier and TypeMethodDescriptionPoiManager.find
(Predicate<Holder<PoiType>> p_27187_, Predicate<BlockPos> p_27188_, BlockPos p_27189_, int p_27190_, PoiManager.Occupancy p_27191_) PoiManager.findAll
(Predicate<Holder<PoiType>> p_27139_, Predicate<BlockPos> p_27140_, BlockPos p_27141_, int p_27142_, PoiManager.Occupancy p_27143_) PoiManager.findAllClosestFirstWithType
(Predicate<Holder<PoiType>> p_217995_, Predicate<BlockPos> p_217996_, BlockPos p_217997_, int p_217998_, PoiManager.Occupancy p_217999_) PoiManager.findAllWithType
(Predicate<Holder<PoiType>> p_217984_, Predicate<BlockPos> p_217985_, BlockPos p_217986_, int p_217987_, PoiManager.Occupancy p_217988_) PoiManager.findClosest
(Predicate<Holder<PoiType>> p_148659_, Predicate<BlockPos> p_148660_, BlockPos p_148661_, int p_148662_, PoiManager.Occupancy p_148663_) PoiManager.findClosest
(Predicate<Holder<PoiType>> p_27193_, BlockPos p_27194_, int p_27195_, PoiManager.Occupancy p_27196_) PoiManager.findClosestWithType
(Predicate<Holder<PoiType>> p_218003_, BlockPos p_218004_, int p_218005_, PoiManager.Occupancy p_218006_) PoiManager.getRandom
(Predicate<Holder<PoiType>> p_217952_, Predicate<BlockPos> p_217953_, PoiManager.Occupancy p_217954_, BlockPos p_217955_, int p_217956_, RandomSource p_217957_) PoiManager.take
(Predicate<Holder<PoiType>> p_217947_, BiPredicate<Holder<PoiType>, BlockPos> p_217948_, BlockPos p_217949_, int p_217950_) Modifier and TypeMethodDescriptionvoid
void
void
PoiManager.ensureLoadedAndValid
(LevelReader p_27057_, BlockPos p_27058_, int p_27059_) boolean
boolean
boolean
PoiManager.existsAtPosition
(ResourceKey<PoiType> p_217875_, BlockPos p_217876_) PoiManager.find
(Predicate<Holder<PoiType>> p_27187_, Predicate<BlockPos> p_27188_, BlockPos p_27189_, int p_27190_, PoiManager.Occupancy p_27191_) PoiManager.findAll
(Predicate<Holder<PoiType>> p_27139_, Predicate<BlockPos> p_27140_, BlockPos p_27141_, int p_27142_, PoiManager.Occupancy p_27143_) PoiManager.findAllClosestFirstWithType
(Predicate<Holder<PoiType>> p_217995_, Predicate<BlockPos> p_217996_, BlockPos p_217997_, int p_217998_, PoiManager.Occupancy p_217999_) PoiManager.findAllWithType
(Predicate<Holder<PoiType>> p_217984_, Predicate<BlockPos> p_217985_, BlockPos p_217986_, int p_217987_, PoiManager.Occupancy p_217988_) PoiManager.findClosest
(Predicate<Holder<PoiType>> p_148659_, Predicate<BlockPos> p_148660_, BlockPos p_148661_, int p_148662_, PoiManager.Occupancy p_148663_) PoiManager.findClosest
(Predicate<Holder<PoiType>> p_27193_, BlockPos p_27194_, int p_27195_, PoiManager.Occupancy p_27196_) PoiManager.findClosestWithType
(Predicate<Holder<PoiType>> p_218003_, BlockPos p_218004_, int p_218005_, PoiManager.Occupancy p_218006_) long
PoiManager.getCountInRange
(Predicate<Holder<PoiType>> p_27122_, BlockPos p_27123_, int p_27124_, PoiManager.Occupancy p_27125_) int
PoiManager.getFreeTickets
(BlockPos p_148654_) Deprecated.int
PoiSection.getFreeTickets
(BlockPos p_148683_) Deprecated.PoiManager.getInRange
(Predicate<Holder<PoiType>> p_27182_, BlockPos p_27183_, int p_27184_, PoiManager.Occupancy p_27185_) PoiManager.getInSquare
(Predicate<Holder<PoiType>> p_27167_, BlockPos p_27168_, int p_27169_, PoiManager.Occupancy p_27170_) PoiSection.getPoiRecord
(BlockPos p_148685_) PoiManager.getRandom
(Predicate<Holder<PoiType>> p_217952_, Predicate<BlockPos> p_217953_, PoiManager.Occupancy p_217954_, BlockPos p_217955_, int p_217956_, RandomSource p_217957_) boolean
boolean
void
void
PoiManager.take
(Predicate<Holder<PoiType>> p_217947_, BiPredicate<Holder<PoiType>, BlockPos> p_217948_, BlockPos p_217949_, int p_217950_) Modifier and TypeMethodDescriptionvoid
PoiManager.take
(Predicate<Holder<PoiType>> p_217947_, BiPredicate<Holder<PoiType>, BlockPos> p_217948_, BlockPos p_217949_, int p_217950_) private void
PoiManager.updateFromSection
(LevelChunkSection p_27070_, SectionPos p_27071_, BiConsumer<BlockPos, Holder<PoiType>> p_27072_) -
Uses of BlockPos in net.minecraft.world.entity.ambient
Modifier and TypeMethodDescriptionstatic boolean
Bat.checkBatSpawnRules
(EntityType<Bat> p_218099_, LevelAccessor p_218100_, MobSpawnType p_218101_, BlockPos p_218102_, RandomSource p_218103_) protected void
Bat.checkFallDamage
(double p_27419_, boolean p_27420_, BlockState p_27421_, BlockPos p_27422_) -
Uses of BlockPos in net.minecraft.world.entity.animal
Modifier and TypeFieldDescriptionprivate BlockPos
Cat.CatRelaxOnOwnerGoal.goalPos
(package private) BlockPos
Bee.hivePos
private BlockPos
Parrot.jukebox
(package private) BlockPos
Bee.savedFlowerPos
Modifier and TypeFieldDescriptionBee.BeeGoToHiveGoal.blacklistedTargets
private static final EntityDataAccessor<BlockPos>
Turtle.HOME_POS
private static final EntityDataAccessor<BlockPos>
Turtle.TRAVEL_POS
private static final EntityDataAccessor<BlockPos>
Dolphin.TREASURE_POS
Modifier and TypeMethodDescriptionBee.getHivePos()
(package private) BlockPos
Turtle.getHomePos()
Bee.getSavedFlowerPos()
(package private) BlockPos
Turtle.getTravelPos()
Dolphin.getTreasurePos()
Modifier and TypeMethodDescriptionBee.BeePollinateGoal.findNearbyFlower()
Bee.BeeLocateHiveGoal.findNearbyHivesWithSpace()
Bee.BeePollinateGoal.findNearestBlock
(Predicate<BlockState> p_28076_, double p_28077_) Bee.getBlacklistedHives()
Modifier and TypeMethodDescriptionprivate void
Bee.BeeGoToHiveGoal.blacklistTarget
(BlockPos p_27999_) static boolean
Animal.checkAnimalSpawnRules
(EntityType<? extends Animal> p_218105_, LevelAccessor p_218106_, MobSpawnType p_218107_, BlockPos p_218108_, RandomSource p_218109_) protected void
Bee.checkFallDamage
(double p_27754_, boolean p_27755_, BlockState p_27756_, BlockPos p_27757_) protected void
Parrot.checkFallDamage
(double p_29370_, boolean p_29371_, BlockState p_29372_, BlockPos p_29373_) static boolean
Fox.checkFoxSpawnRules
(EntityType<Fox> p_218176_, LevelAccessor p_218177_, MobSpawnType p_218178_, BlockPos p_218179_, RandomSource p_218180_) static boolean
MushroomCow.checkMushroomSpawnRules
(EntityType<MushroomCow> p_218201_, LevelAccessor p_218202_, MobSpawnType p_218203_, BlockPos p_218204_, RandomSource p_218205_) static boolean
Ocelot.checkOcelotSpawnRules
(EntityType<Ocelot> p_218207_, LevelAccessor p_218208_, MobSpawnType p_218209_, BlockPos p_218210_, RandomSource p_218211_) static boolean
Parrot.checkParrotSpawnRules
(EntityType<Parrot> p_218242_, LevelAccessor p_218243_, MobSpawnType p_218244_, BlockPos p_218245_, RandomSource p_218246_) static boolean
PolarBear.checkPolarBearSpawnRules
(EntityType<PolarBear> p_218250_, LevelAccessor p_218251_, MobSpawnType p_218252_, BlockPos p_218253_, RandomSource p_218254_) static boolean
Rabbit.checkRabbitSpawnRules
(EntityType<Rabbit> p_218256_, LevelAccessor p_218257_, MobSpawnType p_218258_, BlockPos p_218259_, RandomSource p_218260_) static boolean
WaterAnimal.checkSurfaceWaterAnimalSpawnRules
(EntityType<? extends WaterAnimal> p_218283_, LevelAccessor p_218284_, MobSpawnType p_218285_, BlockPos p_218286_, RandomSource p_218287_) static boolean
TropicalFish.checkTropicalFishSpawnRules
(EntityType<TropicalFish> p_218267_, LevelAccessor p_218268_, MobSpawnType p_218269_, BlockPos p_218270_, RandomSource p_218271_) static boolean
Turtle.checkTurtleSpawnRules
(EntityType<Turtle> p_218277_, LevelAccessor p_218278_, MobSpawnType p_218279_, BlockPos p_218280_, RandomSource p_218281_) static boolean
Wolf.checkWolfSpawnRules
(EntityType<Wolf> p_218292_, LevelAccessor p_218293_, MobSpawnType p_218294_, BlockPos p_218295_, RandomSource p_218296_) (package private) boolean
Bee.closerThan
(BlockPos p_27817_, int p_27818_) private boolean
Bee.doesHiveHaveSpace
(BlockPos p_27885_) private static Rabbit.Variant
Rabbit.getRandomRabbitVariant
(LevelAccessor p_262699_, BlockPos p_262700_) float
Animal.getWalkTargetValue
(BlockPos p_27573_, LevelReader p_27574_) float
Bee.getWalkTargetValue
(BlockPos p_27788_, LevelReader p_27789_) float
MushroomCow.getWalkTargetValue
(BlockPos p_28933_, LevelReader p_28934_) float
Turtle.getWalkTargetValue
(BlockPos p_30159_, LevelReader p_30160_) private boolean
Bee.BeeGoToHiveGoal.hasReachedTarget
(BlockPos p_28002_) protected static boolean
Animal.isBrightEnoughToSpawn
(BlockAndTintGetter p_186210_, BlockPos p_186211_) (package private) boolean
Bee.isFlowerValid
(BlockPos p_27897_) boolean
MushroomCow.isShearable
(@NotNull ItemStack item, Level world, BlockPos pos) boolean
Sheep.isShearable
(@NotNull ItemStack item, Level world, BlockPos pos) boolean
SnowGolem.isShearable
(@NotNull ItemStack item, Level world, BlockPos pos) boolean
Turtle.TurtlePathNavigation.isStableDestination
(BlockPos p_30300_) (package private) boolean
Bee.BeeGoToHiveGoal.isTargetBlacklisted
(BlockPos p_27994_) (package private) boolean
Bee.isTooFarAway
(BlockPos p_27890_) protected boolean
Fox.FoxEatBerriesGoal.isValidTarget
(LevelReader p_28680_, BlockPos p_28681_) protected boolean
Rabbit.RaidGardenGoal.isValidTarget
(LevelReader p_29785_, BlockPos p_29786_) protected boolean
Turtle.TurtleGoToWaterGoal.isValidTarget
(LevelReader p_30270_, BlockPos p_30271_) protected boolean
Turtle.TurtleLayEggGoal.isValidTarget
(LevelReader p_30280_, BlockPos p_30281_) MushroomCow.onSheared
(@Nullable Player player, @NotNull ItemStack item, Level world, BlockPos pos, int fortune) private boolean
Bee.BeeGoToHiveGoal.pathfindDirectlyTowards
(BlockPos p_27991_) (package private) void
Bee.pathfindRandomlyTowards
(BlockPos p_27881_) protected void
AbstractFish.playStepSound
(BlockPos p_27482_, BlockState p_27483_) protected void
Bee.playStepSound
(BlockPos p_27820_, BlockState p_27821_) protected void
Chicken.playStepSound
(BlockPos p_28254_, BlockState p_28255_) protected void
Cow.playStepSound
(BlockPos p_28301_, BlockState p_28302_) protected void
IronGolem.playStepSound
(BlockPos p_28864_, BlockState p_28865_) protected void
Panda.playStepSound
(BlockPos p_29126_, BlockState p_29127_) protected void
Parrot.playStepSound
(BlockPos p_29419_, BlockState p_29420_) protected void
Pig.playStepSound
(BlockPos p_29492_, BlockState p_29493_) protected void
PolarBear.playStepSound
(BlockPos p_29545_, BlockState p_29546_) protected void
Sheep.playStepSound
(BlockPos p_29861_, BlockState p_29862_) protected void
Turtle.playStepSound
(BlockPos p_30173_, BlockState p_30174_) protected void
Wolf.playStepSound
(BlockPos p_30415_, BlockState p_30416_) void
Turtle.setHomePos
(BlockPos p_30220_) void
Parrot.setRecordPlayingNearby
(BlockPos p_29395_, boolean p_29396_) void
Bee.setSavedFlowerPos
(BlockPos p_27877_) (package private) void
Turtle.setTravelPos
(BlockPos p_30224_) void
Dolphin.setTreasurePos
(BlockPos p_28385_) -
Uses of BlockPos in net.minecraft.world.entity.animal.allay
Modifier and TypeMethodDescriptionprotected void
Allay.checkFallDamage
(double p_218316_, boolean p_218317_, BlockState p_218318_, BlockPos p_218319_) static void
AllayAi.hearNoteblock
(LivingEntity p_218417_, BlockPos p_218418_) void
Allay.AllayVibrationListenerConfig.onSignalReceive
(ServerLevel p_239108_, GameEventListener p_239109_, BlockPos p_239110_, GameEvent p_239111_, @Nullable Entity p_239112_, @Nullable Entity p_239113_, float p_239114_) protected void
Allay.playStepSound
(BlockPos p_218364_, BlockState p_218365_) void
Allay.setJukeboxPlaying
(BlockPos p_240102_, boolean p_240103_) boolean
Allay.AllayVibrationListenerConfig.shouldListen
(ServerLevel p_239787_, GameEventListener p_239788_, BlockPos p_239789_, GameEvent p_239790_, GameEvent.Context p_239791_) -
Uses of BlockPos in net.minecraft.world.entity.animal.axolotl
Modifier and TypeMethodDescriptionstatic boolean
Axolotl.checkAxolotlSpawnRules
(EntityType<? extends LivingEntity> p_218438_, ServerLevelAccessor p_218439_, MobSpawnType p_218440_, BlockPos p_218441_, RandomSource p_218442_) float
Axolotl.getWalkTargetValue
(BlockPos p_149140_, LevelReader p_149141_) -
Uses of BlockPos in net.minecraft.world.entity.animal.camel
Modifier and TypeMethodDescriptionprotected void
Camel.playStepSound
(BlockPos p_252056_, BlockState p_251457_) -
Uses of BlockPos in net.minecraft.world.entity.animal.frog
Modifier and TypeMethodDescriptionstatic boolean
Frog.checkFrogSpawnRules
(EntityType<? extends Animal> p_218512_, LevelAccessor p_218513_, MobSpawnType p_218514_, BlockPos p_218515_, RandomSource p_218516_) private static <E extends Mob>
booleanFrogAi.isAcceptableLandingSpot
(E p_249699_, BlockPos p_250057_) protected void
Frog.playStepSound
(BlockPos p_218505_, BlockState p_218506_) -
Uses of BlockPos in net.minecraft.world.entity.animal.goat
Modifier and TypeMethodDescriptionstatic boolean
Goat.checkGoatSpawnRules
(EntityType<? extends Animal> p_218753_, LevelAccessor p_218754_, MobSpawnType p_218755_, BlockPos p_218756_, RandomSource p_218757_) protected void
Goat.playStepSound
(BlockPos p_149382_, BlockState p_149383_) -
Uses of BlockPos in net.minecraft.world.entity.animal.horse
Modifier and TypeMethodDescriptionprotected void
AbstractHorse.playStepSound
(BlockPos p_30584_, BlockState p_30585_) protected void
Llama.playStepSound
(BlockPos p_30790_, BlockState p_30791_) -
Uses of BlockPos in net.minecraft.world.entity.boss.enderdragon
Modifier and TypeFieldDescriptionprivate static final EntityDataAccessor<Optional<BlockPos>>
EndCrystal.DATA_BEAM_TARGET
Modifier and TypeMethodDescriptionvoid
EnderDragon.onCrystalDestroyed
(EndCrystal p_31125_, BlockPos p_31126_, DamageSource p_31127_) void
EndCrystal.setBeamTarget
(BlockPos p_31053_) -
Uses of BlockPos in net.minecraft.world.entity.boss.enderdragon.phases
Modifier and TypeMethodDescriptionvoid
AbstractDragonPhaseInstance.onCrystalDestroyed
(EndCrystal p_31184_, BlockPos p_31185_, DamageSource p_31186_, Player p_31187_) void
DragonHoldingPatternPhase.onCrystalDestroyed
(EndCrystal p_31232_, BlockPos p_31233_, DamageSource p_31234_, Player p_31235_) void
DragonPhaseInstance.onCrystalDestroyed
(EndCrystal p_31315_, BlockPos p_31316_, DamageSource p_31317_, Player p_31318_) -
Uses of BlockPos in net.minecraft.world.entity.decoration
Modifier and TypeMethodDescriptionstatic LeashFenceKnotEntity
LeashFenceKnotEntity.getOrCreateKnot
(Level p_31845_, BlockPos p_31846_) ModifierConstructorDescriptionGlowItemFrame
(Level p_149610_, BlockPos p_149611_, Direction p_149612_) protected
HangingEntity
(EntityType<? extends HangingEntity> p_31706_, Level p_31707_, BlockPos p_31708_) ItemFrame
(EntityType<? extends ItemFrame> p_149621_, Level p_149622_, BlockPos p_149623_, Direction p_149624_) LeashFenceKnotEntity
(Level p_31831_, BlockPos p_31832_) private
Painting
(Level p_218877_, BlockPos p_218878_, Direction p_218879_, Holder<PaintingVariant> p_218880_) -
Uses of BlockPos in net.minecraft.world.entity.item
Modifier and TypeFieldDescriptionprotected static final EntityDataAccessor<BlockPos>
FallingBlockEntity.DATA_START_POS
Modifier and TypeMethodDescriptionvoid
FallingBlockEntity.callOnBrokenAfterFall
(Block p_149651_, BlockPos p_149652_) static FallingBlockEntity
FallingBlockEntity.fall
(Level p_201972_, BlockPos p_201973_, BlockState p_201974_) void
FallingBlockEntity.setStartPos
(BlockPos p_31960_) -
Uses of BlockPos in net.minecraft.world.entity.monster
Modifier and TypeFieldDescription(package private) BlockPos
Phantom.anchorPoint
private BlockPos
Vex.boundOrigin
private BlockPos
Shulker.clientOldAttachPosition
private BlockPos
PatrollingMonster.patrolTarget
Modifier and TypeMethodDescriptionVex.getBoundOrigin()
Strider.StriderGoToLavaGoal.getMoveToTarget()
PatrollingMonster.getPatrolTarget()
Modifier and TypeMethodDescriptionprivate boolean
EnderMan.EndermanLeaveBlockGoal.canPlaceBlock
(Level p_32559_, BlockPos p_32560_, BlockState p_32561_, BlockState p_32562_, BlockState p_32563_, BlockPos p_32564_) (package private) boolean
static boolean
Monster.checkAnyLightMonsterSpawnRules
(EntityType<? extends Monster> p_219020_, LevelAccessor p_219021_, MobSpawnType p_219022_, BlockPos p_219023_, RandomSource p_219024_) static boolean
Drowned.checkDrownedSpawnRules
(EntityType<Drowned> p_218956_, ServerLevelAccessor p_218957_, MobSpawnType p_218958_, BlockPos p_218959_, RandomSource p_218960_) static boolean
Endermite.checkEndermiteSpawnRules
(EntityType<Endermite> p_218969_, LevelAccessor p_218970_, MobSpawnType p_218971_, BlockPos p_218972_, RandomSource p_218973_) protected void
Strider.checkFallDamage
(double p_33870_, boolean p_33871_, BlockState p_33872_, BlockPos p_33873_) static boolean
Ghast.checkGhastSpawnRules
(EntityType<Ghast> p_218985_, LevelAccessor p_218986_, MobSpawnType p_218987_, BlockPos p_218988_, RandomSource p_218989_) static boolean
Guardian.checkGuardianSpawnRules
(EntityType<? extends Guardian> p_218991_, LevelAccessor p_218992_, MobSpawnType p_218993_, BlockPos p_218994_, RandomSource p_218995_) static boolean
Husk.checkHuskSpawnRules
(EntityType<Husk> p_218997_, ServerLevelAccessor p_218998_, MobSpawnType p_218999_, BlockPos p_219000_, RandomSource p_219001_) static boolean
MagmaCube.checkMagmaCubeSpawnRules
(EntityType<MagmaCube> p_219003_, LevelAccessor p_219004_, MobSpawnType p_219005_, BlockPos p_219006_, RandomSource p_219007_) static boolean
Monster.checkMonsterSpawnRules
(EntityType<? extends Monster> p_219014_, ServerLevelAccessor p_219015_, MobSpawnType p_219016_, BlockPos p_219017_, RandomSource p_219018_) static boolean
PatrollingMonster.checkPatrollingMonsterSpawnRules
(EntityType<? extends PatrollingMonster> p_219026_, LevelAccessor p_219027_, MobSpawnType p_219028_, BlockPos p_219029_, RandomSource p_219030_) static boolean
Silverfish.checkSilverfishSpawnRules
(EntityType<Silverfish> p_219077_, LevelAccessor p_219078_, MobSpawnType p_219079_, BlockPos p_219080_, RandomSource p_219081_) static boolean
Slime.checkSlimeSpawnRules
(EntityType<Slime> p_219113_, LevelAccessor p_219114_, MobSpawnType p_219115_, BlockPos p_219116_, RandomSource p_219117_) static boolean
Stray.checkStraySpawnRules
(EntityType<Stray> p_219121_, ServerLevelAccessor p_219122_, MobSpawnType p_219123_, BlockPos p_219124_, RandomSource p_219125_) static boolean
Strider.checkStriderSpawnRules
(EntityType<Strider> p_219129_, LevelAccessor p_219130_, MobSpawnType p_219131_, BlockPos p_219132_, RandomSource p_219133_) static boolean
ZombifiedPiglin.checkZombifiedPiglinSpawnRules
(EntityType<ZombifiedPiglin> p_219174_, LevelAccessor p_219175_, MobSpawnType p_219176_, BlockPos p_219177_, RandomSource p_219178_) protected BlockPathTypes
Ravager.RavagerNodeEvaluator.evaluateBlockPathType
(BlockGetter p_33387_, boolean p_33388_, boolean p_33389_, BlockPos p_33390_, BlockPathTypes p_33391_) protected Direction
Shulker.findAttachableSurface
(BlockPos p_149811_) float
Giant.getWalkTargetValue
(BlockPos p_32791_, LevelReader p_32792_) float
Guardian.getWalkTargetValue
(BlockPos p_32831_, LevelReader p_32832_) float
Monster.getWalkTargetValue
(BlockPos p_33013_, LevelReader p_33014_) float
Pillager.getWalkTargetValue
(BlockPos p_33288_, LevelReader p_33289_) float
Silverfish.getWalkTargetValue
(BlockPos p_33530_, LevelReader p_33531_) float
Strider.getWalkTargetValue
(BlockPos p_33895_, LevelReader p_33896_) static boolean
Monster.isDarkEnoughToSpawn
(ServerLevelAccessor p_219010_, BlockPos p_219011_, RandomSource p_219012_) private static boolean
Drowned.isDeepEnoughToSpawn
(LevelAccessor p_32367_, BlockPos p_32368_) private boolean
Shulker.isPositionBlocked
(BlockPos p_149813_) boolean
Strider.StriderPathNavigation.isStableDestination
(BlockPos p_33976_) protected boolean
Drowned.DrownedGoToBeachGoal.isValidTarget
(LevelReader p_32413_, BlockPos p_32414_) protected boolean
Strider.StriderGoToLavaGoal.isValidTarget
(LevelReader p_33963_, BlockPos p_33964_) void
Zombie.ZombieAttackTurtleEggGoal.playBreakSound
(Level p_34348_, BlockPos p_34349_) void
Zombie.ZombieAttackTurtleEggGoal.playDestroyProgressSound
(LevelAccessor p_34351_, BlockPos p_34352_) protected void
AbstractSkeleton.playStepSound
(BlockPos p_32159_, BlockState p_32160_) protected void
Endermite.playStepSound
(BlockPos p_32607_, BlockState p_32608_) protected void
Ravager.playStepSound
(BlockPos p_33350_, BlockState p_33351_) protected void
Silverfish.playStepSound
(BlockPos p_33543_, BlockState p_33544_) protected void
Spider.playStepSound
(BlockPos p_33804_, BlockState p_33805_) protected void
Strider.playStepSound
(BlockPos p_33915_, BlockState p_33916_) protected void
Zoglin.playStepSound
(BlockPos p_34231_, BlockState p_34232_) protected void
Zombie.playStepSound
(BlockPos p_34316_, BlockState p_34317_) void
Vex.setBoundOrigin
(BlockPos p_34034_) void
PatrollingMonster.setPatrolTarget
(BlockPos p_33071_) -
Uses of BlockPos in net.minecraft.world.entity.monster.hoglin
Modifier and TypeMethodDescriptionstatic boolean
Hoglin.checkHoglinSpawnRules
(EntityType<Hoglin> p_219182_, LevelAccessor p_219183_, MobSpawnType p_219184_, BlockPos p_219185_, RandomSource p_219186_) float
Hoglin.getWalkTargetValue
(BlockPos p_34516_, LevelReader p_34517_) (package private) static boolean
HoglinAi.isPosNearNearestRepellent
(Hoglin p_34586_, BlockPos p_34587_) protected void
Hoglin.playStepSound
(BlockPos p_34526_, BlockState p_34527_) -
Uses of BlockPos in net.minecraft.world.entity.monster.piglin
Modifier and TypeMethodDescriptionstatic boolean
Piglin.checkPiglinSpawnRules
(EntityType<Piglin> p_219198_, LevelAccessor p_219199_, MobSpawnType p_219200_, BlockPos p_219201_, RandomSource p_219202_) protected void
Piglin.playStepSound
(BlockPos p_34748_, BlockState p_34749_) protected void
PiglinBrute.playStepSound
(BlockPos p_35066_, BlockState p_35067_) -
Uses of BlockPos in net.minecraft.world.entity.monster.warden
Modifier and TypeMethodDescriptionprivate static List<ServerPlayer>
WardenSpawnTracker.getNearbyPlayers
(ServerLevel p_219595_, BlockPos p_219596_) float
Warden.getWalkTargetValue
(BlockPos p_219410_, LevelReader p_219411_) private static boolean
WardenSpawnTracker.hasNearbyWarden
(ServerLevel p_219575_, BlockPos p_219576_) void
Warden.onSignalReceive
(ServerLevel p_219362_, GameEventListener p_219363_, BlockPos p_219364_, GameEvent p_219365_, Entity p_219366_, Entity p_219367_, float p_219368_) protected void
Warden.playStepSound
(BlockPos p_219431_, BlockState p_219432_) static void
WardenAi.setDisturbanceLocation
(Warden p_219524_, BlockPos p_219525_) boolean
Warden.shouldListen
(ServerLevel p_219370_, GameEventListener p_219371_, BlockPos p_219372_, GameEvent p_219373_, GameEvent.Context p_219374_) static OptionalInt
WardenSpawnTracker.tryWarn
(ServerLevel p_219578_, BlockPos p_219579_, ServerPlayer p_219580_) -
Uses of BlockPos in net.minecraft.world.entity.npc
Modifier and TypeMethodDescriptionprivate BlockPos
WanderingTraderSpawner.findSpawnPositionNear
(LevelReader p_35929_, BlockPos p_35930_, int p_35931_) (package private) BlockPos
WanderingTrader.getWanderTarget()
Modifier and TypeMethodDescriptionprivate BlockPos
WanderingTraderSpawner.findSpawnPositionNear
(LevelReader p_35929_, BlockPos p_35930_, int p_35931_) private boolean
WanderingTraderSpawner.hasEnoughSpace
(BlockGetter p_35926_, BlockPos p_35927_) private boolean
WanderingTrader.WanderToPositionGoal.isTooFarAway
(BlockPos p_35904_, double p_35905_) void
WanderingTrader.setWanderTarget
(BlockPos p_35884_) private int
CatSpawner.spawnCat
(BlockPos p_35334_, ServerLevel p_35335_) private int
CatSpawner.spawnInHut
(ServerLevel p_35337_, BlockPos p_35338_) private int
CatSpawner.spawnInVillage
(ServerLevel p_35327_, BlockPos p_35328_) void
Villager.startSleeping
(BlockPos p_35479_) -
Uses of BlockPos in net.minecraft.world.entity.player
Modifier and TypeMethodDescriptionboolean
Player.blockActionRestricted
(Level p_36188_, BlockPos p_36189_, GameType p_36190_) Player.findRespawnPositionAndUseSpawnBlock
(ServerLevel p_36131_, BlockPos p_36132_, float p_36133_, boolean p_36134_, boolean p_36135_) protected boolean
float
Player.getDigSpeed
(BlockState p_36282_, BlockPos pos) boolean
Player.mayUseItemAt
(BlockPos p_36205_, Direction p_36206_, ItemStack p_36207_) com.mojang.datafixers.util.Either<Player.BedSleepingProblem,
Unit> Player.startSleepInBed
(BlockPos p_36203_) -
Uses of BlockPos in net.minecraft.world.entity.projectile
Modifier and TypeMethodDescriptionprivate boolean
FishingHook.calculateOpenWater
(BlockPos p_37159_) private void
FishingHook.catchingFish
(BlockPos p_37146_) private void
float
WitherSkull.getBlockExplosionResistance
(Explosion p_37619_, BlockGetter p_37620_, BlockPos p_37621_, BlockState p_37622_, FluidState p_37623_, float p_37624_) private FishingHook.OpenWaterType
FishingHook.getOpenWaterTypeForArea
(BlockPos p_37148_, BlockPos p_37149_) private FishingHook.OpenWaterType
FishingHook.getOpenWaterTypeForBlock
(BlockPos p_37164_) boolean
Projectile.mayInteract
(Level p_150167_, BlockPos p_150168_) void
-
Uses of BlockPos in net.minecraft.world.entity.raid
Modifier and TypeFieldDescriptionprivate BlockPos
Raid.center
private BlockPos
Raider.RaiderMoveThroughVillageGoal.poiPos
Modifier and TypeMethodDescriptionprivate BlockPos
Raid.findRandomSpawnPos
(int p_37708_, int p_37709_) Raid.getCenter()
Modifier and TypeMethodDescriptionRaids.getNearbyRaid
(BlockPos p_37971_, int p_37972_) private Raid
Raids.getOrCreateRaid
(ServerLevel p_37961_, BlockPos p_37962_) private boolean
Raider.RaiderMoveThroughVillageGoal.hasNotVisited
(BlockPos p_37943_) void
private void
private void
private void
Raid.spawnGroup
(BlockPos p_37756_) -
Uses of BlockPos in net.minecraft.world.entity.vehicle
Modifier and TypeMethodDescriptionprotected void
Boat.checkFallDamage
(double p_38307_, boolean p_38308_, BlockState p_38309_, BlockPos p_38310_) static double
DismountHelper.findCeilingFrom
(BlockPos p_38464_, int p_38465_, Function<BlockPos, VoxelShape> p_38466_) static Vec3
DismountHelper.findSafeDismountLocation
(EntityType<?> p_38442_, CollisionGetter p_38443_, BlockPos p_38444_, boolean p_38445_) float
MinecartTNT.getBlockExplosionResistance
(Explosion p_38675_, BlockGetter p_38676_, BlockPos p_38677_, BlockState p_38678_, FluidState p_38679_, float p_38680_) private boolean
AbstractMinecart.isRedstoneConductor
(BlockPos p_38130_) protected void
AbstractMinecart.moveAlongTrack
(BlockPos p_38156_, BlockState p_38157_) protected void
MinecartFurnace.moveAlongTrack
(BlockPos p_38569_, BlockState p_38570_) void
AbstractMinecart.moveMinecartOnRail
(BlockPos pos) 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_) Modifier and TypeMethodDescriptionstatic double
DismountHelper.findCeilingFrom
(BlockPos p_38464_, int p_38465_, Function<BlockPos, VoxelShape> p_38466_) -
Uses of BlockPos in net.minecraft.world.inventory
Modifier and TypeMethodDescription<T> Optional<T>
ContainerLevelAccess.evaluate
(BiFunction<Level, BlockPos, T> p_39298_) default <T> T
ContainerLevelAccess.evaluate
(BiFunction<Level, BlockPos, T> p_39300_, T p_39301_) default void
ContainerLevelAccess.execute
(BiConsumer<Level, BlockPos> p_39293_) -
Uses of BlockPos in net.minecraft.world.item
Modifier and TypeMethodDescriptionstatic void
BoneMealItem.addGrowthParticles
(LevelAccessor p_40639_, BlockPos p_40640_, int p_40641_) private void
CompassItem.addLodestoneTags
(ResourceKey<Level> p_40733_, BlockPos p_40734_, CompoundTag p_40735_) static boolean
BoneMealItem.applyBonemeal
(ItemStack p_40628_, Level p_40629_, BlockPos p_40630_, Player player) static InteractionResult
LeadItem.bindPlayerMobs
(Player p_42830_, Level p_42831_, BlockPos p_42832_) boolean
DebugStickItem.canAttackBlock
(BlockState p_40962_, Level p_40963_, BlockPos p_40964_, Player p_40965_) boolean
Item.canAttackBlock
(BlockState p_41441_, Level p_41442_, BlockPos p_41443_, Player p_41444_) boolean
SwordItem.canAttackBlock
(BlockState p_43291_, Level p_43292_, BlockPos p_43293_, Player p_43294_) boolean
TridentItem.canAttackBlock
(BlockState p_43409_, Level p_43410_, BlockPos p_43411_, Player p_43412_) private boolean
BucketItem.canBlockContainFluid
(Level worldIn, BlockPos posIn, BlockState blockstate) protected boolean
HangingSignItem.canPlace
(LevelReader p_252032_, BlockState p_252230_, BlockPos p_252075_) protected boolean
StandingAndWallBlockItem.canPlace
(LevelReader p_250350_, BlockState p_249311_, BlockPos p_250328_) void
BucketItem.checkExtraContent
(Player p_150711_, Level p_150712_, ItemStack p_150713_, BlockPos p_150714_) default void
DispensibleContainerItem.checkExtraContent
(Player p_150817_, Level p_150818_, ItemStack p_150819_, BlockPos p_150820_) void
MobBucketItem.checkExtraContent
(Player p_151146_, Level p_151147_, ItemStack p_151148_, BlockPos p_151149_) boolean
BucketItem.emptyContents
(Player p_150716_, Level p_150717_, BlockPos p_150718_, BlockHitResult p_150719_) boolean
DispensibleContainerItem.emptyContents
(Player p_150821_, Level p_150822_, BlockPos p_150823_, BlockHitResult p_150824_) boolean
SolidBucketItem.emptyContents
(Player p_151192_, Level p_151193_, BlockPos p_151194_, BlockHitResult p_151195_) private BlockState
MapItem.getCorrectStateForFluidBlock
(Level p_42901_, BlockState p_42902_, BlockPos p_42903_) protected SoundEvent
BlockItem.getPlaceSound
(BlockState state, Level world, BlockPos pos, Player entity) static boolean
Deprecated.static boolean
BoneMealItem.growWaterPlant
(ItemStack p_40632_, Level p_40633_, BlockPos p_40634_, Direction p_40635_) private boolean
DebugStickItem.handleInteraction
(Player p_150803_, BlockState p_150804_, LevelAccessor p_150805_, BlockPos p_150806_, boolean p_150807_, ItemStack p_150808_) protected boolean
HangingEntityItem.mayPlace
(Player p_41326_, Direction p_41327_, ItemStack p_41328_, BlockPos p_41329_) protected boolean
boolean
DiggerItem.mineBlock
(ItemStack p_40998_, Level p_40999_, BlockState p_41000_, BlockPos p_41001_, LivingEntity p_41002_) boolean
Item.mineBlock
(ItemStack p_41416_, Level p_41417_, BlockState p_41418_, BlockPos p_41419_, LivingEntity p_41420_) void
ItemStack.mineBlock
(Level p_41687_, BlockState p_41688_, BlockPos p_41689_, Player p_41690_) boolean
ShearsItem.mineBlock
(ItemStack p_43078_, Level p_43079_, BlockState p_43080_, BlockPos p_43081_, LivingEntity p_43082_) boolean
SwordItem.mineBlock
(ItemStack p_43282_, Level p_43283_, BlockState p_43284_, BlockPos p_43285_, LivingEntity p_43286_) boolean
TridentItem.mineBlock
(ItemStack p_43399_, Level p_43400_, BlockState p_43401_, BlockPos p_43402_, LivingEntity p_43403_) protected void
BucketItem.playEmptySound
(Player p_40696_, LevelAccessor p_40697_, BlockPos p_40698_) protected void
MobBucketItem.playEmptySound
(Player p_151151_, LevelAccessor p_151152_, BlockPos p_151153_) private void
private void
MobBucketItem.spawn
(ServerLevel p_151142_, ItemStack p_151143_, BlockPos p_151144_) private BlockState
BlockItem.updateBlockStateFromTag
(BlockPos p_40603_, Level p_40604_, ItemStack p_40605_, BlockState p_40606_) protected boolean
BlockItem.updateCustomBlockEntityTag
(BlockPos p_40597_, Level p_40598_, Player p_40599_, ItemStack p_40600_, BlockState p_40601_) static boolean
BlockItem.updateCustomBlockEntityTag
(Level p_40583_, Player p_40584_, BlockPos p_40585_, ItemStack p_40586_) protected boolean
HangingSignItem.updateCustomBlockEntityTag
(BlockPos p_251351_, Level p_251684_, Player p_248736_, ItemStack p_250117_, BlockState p_251334_) protected boolean
SignItem.updateCustomBlockEntityTag
(BlockPos p_43130_, Level p_43131_, Player p_43132_, ItemStack p_43133_, BlockState p_43134_) -
Uses of BlockPos in net.minecraft.world.item.context
Modifier and TypeMethodDescriptionBlockPlaceContext.getClickedPos()
DirectionalPlaceContext.getClickedPos()
UseOnContext.getClickedPos()
Modifier and TypeMethodDescriptionstatic BlockPlaceContext
BlockPlaceContext.at
(BlockPlaceContext p_43645_, BlockPos p_43646_, Direction p_43647_) -
Uses of BlockPos in net.minecraft.world.item.enchantment
Modifier and TypeMethodDescriptionstatic void
FrostWalkerEnchantment.onEntityMoved
(LivingEntity p_45019_, Level p_45020_, BlockPos p_45021_, int p_45022_) -
Uses of BlockPos in net.minecraft.world.level
Modifier and TypeFieldDescriptionprivate BlockPos
NaturalSpawner.SpawnState.lastCheckedPos
private final BlockPos
BlockEventData.pos
The field for thepos
record component.private final BlockPos
PotentialCalculator.PointCharge.pos
Modifier and TypeFieldDescriptionprivate ForgeChunkManager.TicketTracker<BlockPos>
ForcedChunksSavedData.blockForcedChunks
private final it.unimi.dsi.fastutil.objects.ObjectArrayList<BlockPos>
Explosion.toBlow
Modifier and TypeMethodDescriptionChunkPos.getBlockAt
(int p_151385_, int p_151386_, int p_151387_) Level.getBlockRandomPos
(int p_46497_, int p_46498_, int p_46499_, int p_46500_) default BlockPos
CommonLevelAccessor.getHeightmapPos
(Heightmap.Types p_45831_, BlockPos p_45832_) default BlockPos
LevelReader.getHeightmapPos
(Heightmap.Types p_46830_, BlockPos p_46831_) LevelSimulatedReader.getHeightmapPos
(Heightmap.Types p_46936_, BlockPos p_46937_) ChunkPos.getMiddleBlockPosition
(int p_151395_) private static BlockPos
NaturalSpawner.getRandomPosWithin
(Level p_47063_, LevelChunk p_47064_) Level.getSharedSpawnPos()
private static BlockPos
NaturalSpawner.getTopNonCollidingPos
(LevelReader p_47066_, EntityType<?> p_47067_, int p_47068_, int p_47069_) ChunkPos.getWorldPosition()
BlockEventData.pos()
Returns the value of thepos
record component.Modifier and TypeMethodDescriptionForcedChunksSavedData.getBlockForcedChunks()
Explosion.getToBlow()
Modifier and TypeMethodDescriptionprivate static void
Explosion.addBlockDrops
(it.unimi.dsi.fastutil.objects.ObjectArrayList<com.mojang.datafixers.util.Pair<ItemStack, BlockPos>> p_46068_, ItemStack p_46069_, BlockPos p_46070_) void
void
Level.addDestroyBlockEffect
(BlockPos p_151531_, BlockState p_151532_) static long
void
Level.blockEntityChanged
(BlockPos p_151544_) void
Level.blockEvent
(BlockPos p_46582_, Block p_46583_, int p_46584_, int p_46585_) default void
LevelAccessor.blockUpdated
(BlockPos p_46781_, Block p_46782_) abstract void
BaseSpawner.broadcastEvent
(Level p_151322_, BlockPos p_151323_, int p_151324_) default boolean
default boolean
LevelReader.canSeeSkyFromBelowWater
(BlockPos p_46862_) private boolean
NaturalSpawner.SpawnState.canSpawn
(EntityType<?> p_47128_, BlockPos p_47129_, ChunkAccess p_47130_) static boolean
NaturalSpawner.canSpawnAtBody
(SpawnPlacements.Type p_47052_, LevelReader p_47053_, BlockPos p_47054_, EntityType<?> p_47055_) private static boolean
NaturalSpawner.canSpawnMobAt
(ServerLevel p_220437_, StructureManager p_220438_, ChunkGenerator p_220439_, MobCategory p_220440_, MobSpawnSettings.SpawnerData p_220441_, BlockPos p_220442_) void
BaseSpawner.clientTick
(Level p_151320_, BlockPos p_151321_) default BlockHitResult
BlockGetter.clipWithInteractionOverride
(Vec3 p_45559_, Vec3 p_45560_, BlockPos p_45561_, VoxelShape p_45562_, BlockState p_45563_) private <T> ScheduledTick<T>
LevelAccessor.createTick
(BlockPos p_186479_, T p_186480_, int p_186481_) private <T> ScheduledTick<T>
LevelAccessor.createTick
(BlockPos p_186483_, T p_186484_, int p_186485_, TickPriority p_186486_) private void
boolean
Level.destroyBlock
(BlockPos p_46626_, boolean p_46627_, Entity p_46628_, int p_46629_) default boolean
LevelWriter.destroyBlock
(BlockPos p_46962_, boolean p_46963_) default boolean
LevelWriter.destroyBlock
(BlockPos p_46954_, boolean p_46955_, Entity p_46956_) boolean
LevelWriter.destroyBlock
(BlockPos p_46957_, boolean p_46958_, Entity p_46959_, int p_46960_) abstract void
Level.destroyBlockProgress
(int p_46506_, BlockPos p_46507_, int p_46508_) default boolean
WorldGenLevel.ensureCanWrite
(BlockPos p_181157_) default void
default void
LevelAccessor.gameEvent
(GameEvent p_220408_, BlockPos p_220409_, GameEvent.Context p_220410_) 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_) StructureManager.getAllStructuresAt
(BlockPos p_220523_) int
Level.getBestNeighborSignal
(BlockPos p_46756_) BlockGetter.getBlockEntity
(BlockPos p_45570_) default <T extends BlockEntity>
Optional<T>BlockGetter.getBlockEntity
(BlockPos p_151367_, BlockEntityType<T> p_151368_) default <T extends BlockEntity>
Optional<T>CommonLevelAccessor.getBlockEntity
(BlockPos p_151452_, BlockEntityType<T> p_151453_) EmptyBlockGetter.getBlockEntity
(BlockPos p_45867_) Level.getBlockEntity
(BlockPos p_46716_) <T extends BlockEntity>
Optional<T>LevelSimulatedReader.getBlockEntity
(BlockPos p_151582_, BlockEntityType<T> p_151583_) PathNavigationRegion.getBlockEntity
(BlockPos p_47180_) 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_) default double
BlockGetter.getBlockFloorHeight
(BlockPos p_45574_) ClipContext.getBlockShape
(BlockState p_45695_, BlockGetter p_45696_, BlockPos p_45697_) BlockGetter.getBlockState
(BlockPos p_45571_) EmptyBlockGetter.getBlockState
(BlockPos p_45869_) Level.getBlockState
(BlockPos p_46732_) PathNavigationRegion.getBlockState
(BlockPos p_47188_) int
BlockAndTintGetter.getBlockTint
(BlockPos p_45520_, ColorResolver p_45521_) default int
LevelReader.getBlockTint
(BlockPos p_46836_, ColorResolver p_46837_) default int
BlockAndTintGetter.getBrightness
(LightLayer p_45518_, BlockPos p_45519_) default ChunkAccess
private ChunkAccess
Level.getChunkAt
(BlockPos p_46746_) Level.getCurrentDifficultyAt
(BlockPos p_46730_) LevelAccessor.getCurrentDifficultyAt
(BlockPos p_46800_) default int
LevelReader.getDirectSignal
(BlockPos p_46853_, Direction p_46854_) int
Level.getDirectSignalTo
(BlockPos p_46752_) ClipContext.getFluidShape
(FluidState p_45699_, BlockGetter p_45700_, BlockPos p_45701_) BlockGetter.getFluidState
(BlockPos p_45569_) EmptyBlockGetter.getFluidState
(BlockPos p_45865_) Level.getFluidState
(BlockPos p_46671_) PathNavigationRegion.getFluidState
(BlockPos p_47171_) default BlockPos
CommonLevelAccessor.getHeightmapPos
(Heightmap.Types p_45831_, BlockPos p_45832_) default BlockPos
LevelReader.getHeightmapPos
(Heightmap.Types p_46830_, BlockPos p_46831_) LevelSimulatedReader.getHeightmapPos
(Heightmap.Types p_46936_, BlockPos p_46937_) default int
BlockGetter.getLightEmission
(BlockPos p_45572_) default float
LevelReader.getLightLevelDependentMagicValue
(BlockPos p_220418_) Deprecated.default int
LevelReader.getMaxLocalRawBrightness
(BlockPos p_46804_) default int
LevelReader.getMaxLocalRawBrightness
(BlockPos p_46850_, int p_46851_) BaseSpawner.getOrCreateDisplayEntity
(Level p_254323_, RandomSource p_254353_, BlockPos p_254313_) private SpawnData
BaseSpawner.getOrCreateNextSpawnData
(Level p_254503_, RandomSource p_253892_, BlockPos p_254487_) default float
LevelReader.getPathfindingCostFromLightLevels
(BlockPos p_220420_) double
PotentialCalculator.PointCharge.getPotentialChange
(BlockPos p_47204_) double
PotentialCalculator.getPotentialEnergyChange
(BlockPos p_47196_, double p_47197_) private static Optional<MobSpawnSettings.SpawnerData>
NaturalSpawner.getRandomSpawnMobAt
(ServerLevel p_220430_, StructureManager p_220431_, ChunkGenerator p_220432_, MobCategory p_220433_, RandomSource p_220434_, BlockPos p_220435_) default int
BlockAndTintGetter.getRawBrightness
(BlockPos p_45525_, int p_45526_) (package private) static Biome
NaturalSpawner.getRoughBiome
(BlockPos p_47096_, ChunkAccess p_47097_) int
StructureManager.getStructureAt
(BlockPos p_220495_, Structure p_220496_) StructureManager.getStructureWithPieceAt
(BlockPos p_220489_, ResourceKey<Structure> p_220490_) StructureManager.getStructureWithPieceAt
(BlockPos p_220492_, TagKey<Structure> p_220493_) StructureManager.getStructureWithPieceAt
(BlockPos p_220525_, Structure p_220526_) void
Level.globalLevelEvent
(int p_46665_, BlockPos p_46666_, int p_46667_) boolean
StructureManager.hasAnyStructureAt
(BlockPos p_220487_) default boolean
LevelReader.hasChunkAt
(BlockPos p_46806_) Deprecated.default boolean
LevelReader.hasChunksAt
(BlockPos p_46833_, BlockPos p_46834_) Deprecated.boolean
Level.hasNeighborSignal
(BlockPos p_46754_) boolean
default boolean
LevelReader.isAreaLoaded
(BlockPos center, int range) Deprecated.default boolean
LevelReader.isEmptyBlock
(BlockPos p_46860_) boolean
Level.isFluidAtPosition
(BlockPos p_151541_, Predicate<FluidState> p_151542_) boolean
LevelSimulatedReader.isFluidAtPosition
(BlockPos p_151584_, Predicate<FluidState> p_151585_) boolean
static boolean
NaturalSpawner.isInNetherFortressBounds
(BlockPos p_220456_, ServerLevel p_220457_, MobCategory p_220458_, StructureManager p_220459_) static boolean
Level.isInSpawnableBounds
(BlockPos p_46742_) boolean
Level.isInWorldBounds
(BlockPos p_46740_) private static boolean
Level.isInWorldBoundsHorizontal
(BlockPos p_46458_) boolean
private boolean
BaseSpawner.isNearPlayer
(Level p_151344_, BlockPos p_151345_) default boolean
LevelHeightAccessor.isOutsideBuildHeight
(BlockPos p_151571_) boolean
Level.isRainingAt
(BlockPos p_46759_) static boolean
NaturalSpawner.isSpawnPositionOk
(SpawnPlacements.Type p_47052_, LevelReader p_47053_, BlockPos p_47054_, EntityType<?> p_47055_) boolean
Level.isStateAtPosition
(BlockPos p_46620_, Predicate<BlockState> p_46621_) boolean
LevelSimulatedReader.isStateAtPosition
(BlockPos p_46938_, Predicate<BlockState> p_46939_) default boolean
CollisionGetter.isUnobstructed
(BlockState p_45753_, BlockPos p_45754_, CollisionContext p_45755_) static boolean
NaturalSpawner.isValidEmptySpawnBlock
(BlockGetter p_47057_, BlockPos p_47058_, BlockState p_47059_, FluidState p_47060_, EntityType<?> p_47061_) default boolean
default void
LevelAccessor.levelEvent
(int p_46797_, BlockPos p_46798_, int p_46799_) void
LevelAccessor.levelEvent
(Player p_46771_, int p_46772_, BlockPos p_46773_, int p_46774_) void
BaseSpawner.load
(Level p_151329_, BlockPos p_151330_, CompoundTag p_151331_) boolean
Level.loadedAndEntityCanStandOn
(BlockPos p_46576_, Entity p_46577_) boolean
Level.loadedAndEntityCanStandOnFace
(BlockPos p_46579_, Entity p_46580_, Direction p_46581_) void
Level.markAndNotifyBlock
(BlockPos p_46605_, LevelChunk levelchunk, BlockState blockstate, BlockState p_46606_, int p_46607_, int p_46608_) boolean
Level.mayInteract
(Player p_46557_, BlockPos p_46558_) private static WeightedRandomList<MobSpawnSettings.SpawnerData>
NaturalSpawner.mobsAt
(ServerLevel p_220444_, StructureManager p_220445_, ChunkGenerator p_220446_, MobCategory p_220447_, BlockPos p_220448_, Holder<Biome> p_220449_) void
Level.neighborChanged
(BlockPos p_46587_, Block p_46588_, BlockPos p_46589_) void
Level.neighborChanged
(BlockState p_220379_, BlockPos p_220380_, Block p_220381_, BlockPos p_220382_, boolean p_220383_) void
Level.neighborShapeChanged
(Direction p_220385_, BlockState p_220386_, BlockPos p_220387_, BlockPos p_220388_, int p_220389_, int p_220390_) default void
LevelAccessor.neighborShapeChanged
(Direction p_220411_, BlockState p_220412_, BlockPos p_220413_, BlockPos p_220414_, int p_220415_, int p_220416_) void
Level.onBlockStateChange
(BlockPos p_46609_, BlockState p_46610_, BlockState p_46611_) void
Level.playLocalSound
(BlockPos p_250938_, SoundEvent p_252209_, SoundSource p_249161_, float p_249980_, float p_250277_, boolean p_250151_) void
Level.playSound
(Entity p_252137_, BlockPos p_251749_, SoundEvent p_248842_, SoundSource p_251104_, float p_249531_, float p_250763_) void
Level.playSound
(Player p_46560_, BlockPos p_46561_, SoundEvent p_46562_, SoundSource p_46563_, float p_46564_, float p_46565_) default void
LevelAccessor.playSound
(Player p_251195_, BlockPos p_250192_, SoundEvent p_249887_, SoundSource p_250593_) void
LevelAccessor.playSound
(Player p_46775_, BlockPos p_46776_, SoundEvent p_46777_, SoundSource p_46778_, float p_46779_, float p_46780_) boolean
Level.removeBlock
(BlockPos p_46623_, boolean p_46624_) boolean
LevelWriter.removeBlock
(BlockPos p_46951_, boolean p_46952_) void
Level.removeBlockEntity
(BlockPos p_46748_) default void
LevelAccessor.scheduleTick
(BlockPos p_186461_, Block p_186462_, int p_186463_) default void
LevelAccessor.scheduleTick
(BlockPos p_186465_, Block p_186466_, int p_186467_, TickPriority p_186468_) default void
LevelAccessor.scheduleTick
(BlockPos p_186470_, Fluid p_186471_, int p_186472_) default void
LevelAccessor.scheduleTick
(BlockPos p_186474_, Fluid p_186475_, int p_186476_, TickPriority p_186477_) abstract void
Level.sendBlockUpdated
(BlockPos p_46612_, BlockState p_46613_, BlockState p_46614_, int p_46615_) void
BaseSpawner.serverTick
(ServerLevel p_151312_, BlockPos p_151313_) boolean
Level.setBlock
(BlockPos p_46601_, BlockState p_46602_, int p_46603_) boolean
Level.setBlock
(BlockPos p_46605_, BlockState p_46606_, int p_46607_, int p_46608_) default boolean
LevelWriter.setBlock
(BlockPos p_46944_, BlockState p_46945_, int p_46946_) boolean
LevelWriter.setBlock
(BlockPos p_46947_, BlockState p_46948_, int p_46949_, int p_46950_) boolean
Level.setBlockAndUpdate
(BlockPos p_46598_, BlockState p_46599_) void
Level.setBlocksDirty
(BlockPos p_46678_, BlockState p_46679_, BlockState p_46680_) void
BaseSpawner.setEntityId
(EntityType<?> p_253682_, Level p_254041_, RandomSource p_254221_, BlockPos p_254050_) protected void
BaseSpawner.setNextSpawnData
(Level p_151325_, BlockPos p_151326_, SpawnData p_151327_) 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_) boolean
Level.shouldTickBlocksAt
(BlockPos p_220394_) static void
NaturalSpawner.spawnCategoryForPosition
(MobCategory p_151613_, ServerLevel p_151614_, BlockPos p_151615_) static void
NaturalSpawner.spawnCategoryForPosition
(MobCategory p_47039_, ServerLevel p_47040_, ChunkAccess p_47041_, BlockPos p_47042_, NaturalSpawner.SpawnPredicate p_47043_, NaturalSpawner.AfterSpawnCallback p_47044_) boolean
StructureManager.structureHasPieceAt
(BlockPos p_220498_, StructureStart p_220499_) boolean
NaturalSpawner.SpawnPredicate.test
(EntityType<?> p_47107_, BlockPos p_47108_, ChunkAccess p_47109_) void
Level.updateNeighborsAt
(BlockPos p_46673_, Block p_46674_) void
Level.updateNeighborsAtExceptFromFacing
(BlockPos p_46591_, Block p_46592_, Direction p_46593_) void
Level.updateNeighbourForOutputSignal
(BlockPos p_46718_, Block p_46719_) Modifier and TypeMethodDescriptionprivate static void
Explosion.addBlockDrops
(it.unimi.dsi.fastutil.objects.ObjectArrayList<com.mojang.datafixers.util.Pair<ItemStack, BlockPos>> p_46068_, ItemStack p_46069_, BlockPos p_46070_) static <T,
C> T BlockGetter.traverseBlocks
(Vec3 p_151362_, Vec3 p_151363_, C p_151364_, BiFunction<C, BlockPos, T> p_151365_, Function<C, T> p_151366_) ModifierConstructorDescriptionBlockEventData
(BlockPos pos, Block block, int paramA, int paramB) Creates an instance of aBlockEventData
record class.PathNavigationRegion
(Level p_47164_, BlockPos p_47165_, BlockPos p_47166_) PointCharge
(BlockPos p_47201_, double p_47202_) ModifierConstructorDescriptionExplosion
(Level p_46041_, Entity p_46042_, double p_46043_, double p_46044_, double p_46045_, float p_46046_, boolean p_46047_, Explosion.BlockInteraction p_46048_, List<BlockPos> p_46049_) Explosion
(Level p_46024_, Entity p_46025_, double p_46026_, double p_46027_, double p_46028_, float p_46029_, List<BlockPos> p_46030_) -
Uses of BlockPos in net.minecraft.world.level.biome
Modifier and TypeFieldDescriptionprivate final BlockPos
Climate.SpawnFinder.Result.location
The field for thelocation
record component.Modifier and TypeMethodDescriptionstatic BlockPos
Climate.findSpawnPosition
(List<Climate.ParameterPoint> p_207843_, Climate.Sampler p_207844_) Climate.Sampler.findSpawnPosition()
Climate.SpawnFinder.Result.location()
Returns the value of thelocation
record component.Modifier and TypeMethodDescriptionBiomeSource.findBiomeHorizontal
(int p_220561_, int p_220562_, int p_220563_, int p_220564_, int p_220565_, Predicate<Holder<Biome>> p_220566_, RandomSource p_220567_, boolean p_220568_, Climate.Sampler p_220569_) BiomeSource.findBiomeHorizontal
(int p_220571_, int p_220572_, int p_220573_, int p_220574_, Predicate<Holder<Biome>> p_220575_, RandomSource p_220576_, Climate.Sampler p_220577_) FixedBiomeSource.findBiomeHorizontal
(int p_220640_, int p_220641_, int p_220642_, int p_220643_, int p_220644_, Predicate<Holder<Biome>> p_220645_, RandomSource p_220646_, boolean p_220647_, Climate.Sampler p_220648_) BiomeSource.findClosestBiome3d
(BlockPos p_220578_, int p_220579_, int p_220580_, int p_220581_, Predicate<Holder<Biome>> p_220582_, Climate.Sampler p_220583_, LevelReader p_220584_) FixedBiomeSource.findClosestBiome3d
(BlockPos p_220650_, int p_220651_, int p_220652_, int p_220653_, Predicate<Holder<Biome>> p_220654_, Climate.Sampler p_220655_, LevelReader p_220656_) Modifier and TypeMethodDescriptionvoid
BiomeSource.addDebugInfo
(List<String> p_207837_, BlockPos p_207838_, Climate.Sampler p_207839_) void
MultiNoiseBiomeSource.addDebugInfo
(List<String> p_207895_, BlockPos p_207896_, Climate.Sampler p_207897_) boolean
Biome.coldEnoughToSnow
(BlockPos p_198905_) BiomeSource.findClosestBiome3d
(BlockPos p_220578_, int p_220579_, int p_220580_, int p_220581_, Predicate<Holder<Biome>> p_220582_, Climate.Sampler p_220583_, LevelReader p_220584_) FixedBiomeSource.findClosestBiome3d
(BlockPos p_220650_, int p_220651_, int p_220652_, int p_220653_, Predicate<Holder<Biome>> p_220654_, Climate.Sampler p_220655_, LevelReader p_220656_) private float
Biome.getHeightAdjustedTemperature
(BlockPos p_47529_) BiomeManager.getNoiseBiomeAtPosition
(BlockPos p_204217_) private float
Biome.getTemperature
(BlockPos p_47506_) Deprecated.abstract float
Biome.TemperatureModifier.modifyTemperature
(BlockPos p_47754_, float p_47755_) boolean
Biome.shouldFreeze
(LevelReader p_47478_, BlockPos p_47479_) boolean
Biome.shouldFreeze
(LevelReader p_47481_, BlockPos p_47482_, boolean p_47483_) boolean
Biome.shouldMeltFrozenOceanIcebergSlightly
(BlockPos p_198909_) boolean
Biome.shouldSnow
(LevelReader p_47520_, BlockPos p_47521_) boolean
Biome.shouldSnowGolemBurn
(BlockPos p_198911_) boolean
Biome.warmEnoughToRain
(BlockPos p_198907_) -
Uses of BlockPos in net.minecraft.world.level.block
Modifier and TypeFieldDescriptionprivate final BlockPos
ComposterBlock.InputContainer.pos
private final BlockPos
ComposterBlock.OutputContainer.pos
private final BlockPos
MultifaceSpreader.SpreadPos.pos
The field for thepos
record component.private final BlockPos
PointedDripstoneBlock.FluidInfo.pos
The field for thepos
record component.private final BlockPos
RailState.pos
(package private) final BlockPos
RedstoneTorchBlock.Toggle.pos
private BlockPos
SculkSpreader.ChargeCursor.pos
Modifier and TypeMethodDescriptionprivate static BlockPos
PointedDripstoneBlock.findFillableCauldronBelowStalactiteTip
(Level p_154077_, BlockPos p_154078_, Fluid p_154079_) static BlockPos
PointedDripstoneBlock.findStalactiteTipAboveCauldron
(Level p_154056_, BlockPos p_154057_) private static BlockPos
PointedDripstoneBlock.findTip
(BlockState p_154131_, LevelAccessor p_154132_, BlockPos p_154133_, int p_154134_, boolean p_154135_) SculkSpreader.ChargeCursor.getPos()
private static BlockPos
SculkSpreader.ChargeCursor.getValidMovementPos
(LevelAccessor p_222308_, BlockPos p_222309_, RandomSource p_222310_) MultifaceSpreader.SpreadPos.pos()
Returns the value of thepos
record component.PointedDripstoneBlock.FluidInfo.pos()
Returns the value of thepos
record component.Modifier and TypeMethodDescriptionPointedDripstoneBlock.findBlockVertical
(LevelAccessor p_202007_, BlockPos p_202008_, Direction.AxisDirection p_202009_, BiPredicate<BlockPos, BlockState> p_202010_, Predicate<BlockState> p_202011_, int p_202012_) PointedDripstoneBlock.findRootBlock
(Level p_154067_, BlockPos p_154068_, BlockState p_154069_, int p_154070_) RailState.getConnections()
GrowingPlantBodyBlock.getHeadPos
(BlockGetter p_153323_, BlockPos p_153324_, Block p_153325_) Modifier and TypeMethodDescriptionstatic void
SculkSensorBlock.activate
(Entity p_222126_, Level p_222127_, BlockPos p_222128_, BlockState p_222129_, int p_222130_) private static void
ChiseledBookShelfBlock.addBook
(Level p_262592_, BlockPos p_262669_, Player p_262572_, ChiseledBookShelfBlockEntity p_262606_, ItemStack p_262587_, int p_262692_) void
SculkSpreader.addCursors
(BlockPos p_222267_, int p_222268_) (package private) static BlockState
ComposterBlock.addItem
(BlockState p_51984_, LevelAccessor p_51985_, BlockPos p_51986_, ItemStack p_51987_) void
SaplingBlock.advanceTree
(ServerLevel p_222001_, BlockPos p_222002_, BlockState p_222003_, RandomSource p_222004_) private static boolean
ChorusFlowerBlock.allNeighborsEmpty
(LevelReader p_51698_, BlockPos p_51699_, Direction p_51700_) private 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 void
BeehiveBlock.angerNearbyBees
(Level p_49650_, BlockPos p_49651_) void
AbstractCandleBlock.animateTick
(BlockState p_220697_, Level p_220698_, BlockPos p_220699_, RandomSource p_220700_) void
BaseFireBlock.animateTick
(BlockState p_220763_, Level p_220764_, BlockPos p_220765_, RandomSource p_220766_) void
BeehiveBlock.animateTick
(BlockState p_220773_, Level p_220774_, BlockPos p_220775_, RandomSource p_220776_) void
BlastFurnaceBlock.animateTick
(BlockState p_220818_, Level p_220819_, BlockPos p_220820_, RandomSource p_220821_) void
Block.animateTick
(BlockState p_220827_, Level p_220828_, BlockPos p_220829_, RandomSource p_220830_) void
BrewingStandBlock.animateTick
(BlockState p_220883_, Level p_220884_, BlockPos p_220885_, RandomSource p_220886_) void
BubbleColumnBlock.animateTick
(BlockState p_220893_, Level p_220894_, BlockPos p_220895_, RandomSource p_220896_) void
CampfireBlock.animateTick
(BlockState p_220918_, Level p_220919_, BlockPos p_220920_, RandomSource p_220921_) void
CryingObsidianBlock.animateTick
(BlockState p_221055_, Level p_221056_, BlockPos p_221057_, RandomSource p_221058_) void
EnchantmentTableBlock.animateTick
(BlockState p_221092_, Level p_221093_, BlockPos p_221094_, RandomSource p_221095_) void
EnderChestBlock.animateTick
(BlockState p_221117_, Level p_221118_, BlockPos p_221119_, RandomSource p_221120_) void
EndGatewayBlock.animateTick
(BlockState p_221097_, Level p_221098_, BlockPos p_221099_, RandomSource p_221100_) void
EndPortalBlock.animateTick
(BlockState p_221102_, Level p_221103_, BlockPos p_221104_, RandomSource p_221105_) void
EndRodBlock.animateTick
(BlockState p_221107_, Level p_221108_, BlockPos p_221109_, RandomSource p_221110_) void
FallingBlock.animateTick
(BlockState p_221129_, Level p_221130_, BlockPos p_221131_, RandomSource p_221132_) void
FurnaceBlock.animateTick
(BlockState p_221253_, Level p_221254_, BlockPos p_221255_, RandomSource p_221256_) void
LeavesBlock.animateTick
(BlockState p_221374_, Level p_221375_, BlockPos p_221376_, RandomSource p_221377_) void
LeverBlock.animateTick
(BlockState p_221395_, Level p_221396_, BlockPos p_221397_, RandomSource p_221398_) void
LightningRodBlock.animateTick
(BlockState p_221405_, Level p_221406_, BlockPos p_221407_, RandomSource p_221408_) void
MyceliumBlock.animateTick
(BlockState p_221789_, Level p_221790_, BlockPos p_221791_, RandomSource p_221792_) void
NetherPortalBlock.animateTick
(BlockState p_221794_, Level p_221795_, BlockPos p_221796_, RandomSource p_221797_) void
PointedDripstoneBlock.animateTick
(BlockState p_221870_, Level p_221871_, BlockPos p_221872_, RandomSource p_221873_) void
RedStoneOreBlock.animateTick
(BlockState p_221913_, Level p_221914_, BlockPos p_221915_, RandomSource p_221916_) void
RedstoneTorchBlock.animateTick
(BlockState p_221954_, Level p_221955_, BlockPos p_221956_, RandomSource p_221957_) void
RedstoneWallTorchBlock.animateTick
(BlockState p_221959_, Level p_221960_, BlockPos p_221961_, RandomSource p_221962_) void
RedStoneWireBlock.animateTick
(BlockState p_221932_, Level p_221933_, BlockPos p_221934_, RandomSource p_221935_) void
RepeaterBlock.animateTick
(BlockState p_221964_, Level p_221965_, BlockPos p_221966_, RandomSource p_221967_) void
RespawnAnchorBlock.animateTick
(BlockState p_221969_, Level p_221970_, BlockPos p_221971_, RandomSource p_221972_) void
SculkSensorBlock.animateTick
(BlockState p_222148_, Level p_222149_, BlockPos p_222150_, RandomSource p_222151_) void
SmokerBlock.animateTick
(BlockState p_222443_, Level p_222444_, BlockPos p_222445_, RandomSource p_222446_) void
SporeBlossomBlock.animateTick
(BlockState p_222503_, Level p_222504_, BlockPos p_222505_, RandomSource p_222506_) void
StairBlock.animateTick
(BlockState p_222518_, Level p_222519_, BlockPos p_222520_, RandomSource p_222521_) void
TorchBlock.animateTick
(BlockState p_222593_, Level p_222594_, BlockPos p_222595_, RandomSource p_222596_) void
WallTorchBlock.animateTick
(BlockState p_222660_, Level p_222661_, BlockPos p_222662_, RandomSource p_222663_) void
WetSpongeBlock.animateTick
(BlockState p_222682_, Level p_222683_, BlockPos p_222684_, RandomSource p_222685_) void
WitherRoseBlock.animateTick
(BlockState p_222687_, Level p_222688_, BlockPos p_222689_, RandomSource p_222690_) default void
ChangeOverTimeBlock.applyChangeOverTime
(BlockState p_220953_, ServerLevel p_220954_, BlockPos p_220955_, RandomSource p_220956_) void
DragonEggBlock.attack
(BlockState p_52918_, Level p_52919_, BlockPos p_52920_, Player p_52921_) void
NoteBlock.attack
(BlockState p_55029_, Level p_55030_, BlockPos p_55031_, Player p_55032_) void
RedStoneOreBlock.attack
(BlockState p_55467_, Level p_55468_, BlockPos p_55469_, Player p_55470_) void
StairBlock.attack
(BlockState p_56896_, Level p_56897_, BlockPos p_56898_, Player p_56899_) private boolean
SculkVeinBlock.attemptPlaceSculk
(SculkSpreader p_222376_, LevelAccessor p_222377_, BlockPos p_222378_, RandomSource p_222379_) default boolean
SculkBehaviour.attemptSpreadVein
(LevelAccessor p_222034_, BlockPos p_222035_, BlockState p_222036_, Collection<Direction> p_222037_, boolean p_222038_) boolean
BellBlock.attemptToRing
(Entity p_152189_, Level p_152190_, BlockPos p_152191_, Direction p_152192_) boolean
BellBlock.attemptToRing
(Level p_49713_, BlockPos p_49714_, Direction p_49715_) int
SculkBehaviour.attemptUseCharge
(SculkSpreader.ChargeCursor p_222039_, LevelAccessor p_222040_, BlockPos p_222041_, RandomSource p_222042_, SculkSpreader p_222043_, boolean p_222044_) int
SculkBlock.attemptUseCharge
(SculkSpreader.ChargeCursor p_222073_, LevelAccessor p_222074_, BlockPos p_222075_, RandomSource p_222076_, SculkSpreader p_222077_, boolean p_222078_) int
SculkVeinBlock.attemptUseCharge
(SculkSpreader.ChargeCursor p_222369_, LevelAccessor p_222370_, BlockPos p_222371_, RandomSource p_222372_, SculkSpreader p_222373_, boolean p_222374_) static void
SculkCatalystBlock.bloom
(ServerLevel p_222095_, BlockPos p_222096_, BlockState p_222097_, RandomSource p_222098_) private static DripstoneThickness
PointedDripstoneBlock.calculateDripstoneThickness
(LevelReader p_154093_, BlockPos p_154094_, Direction p_154095_, boolean p_154096_) private int
ComparatorBlock.calculateOutputSignal
(Level p_51904_, BlockPos p_51905_, BlockState p_51906_) void
TripWireHookBlock.calculateState
(Level p_57686_, BlockPos p_57687_, BlockState p_57688_, boolean p_57689_, boolean p_57690_, int p_57691_, BlockState p_57692_) private int
RedStoneWireBlock.calculateTargetStrength
(Level p_55528_, BlockPos p_55529_) private static Direction
PointedDripstoneBlock.calculateTipDirection
(LevelReader p_154191_, BlockPos p_154192_, Direction p_154193_) static boolean
FaceAttachedHorizontalDirectionalBlock.canAttach
(LevelReader p_53197_, BlockPos p_53198_, Direction p_53199_) 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
WallHangingSignBlock.canAttachTo
(LevelReader p_249746_, BlockState p_251128_, BlockPos p_250583_, Direction p_250567_) private static boolean
SpreadingSnowyDirtBlock.canBeGrass
(BlockState p_56824_, LevelReader p_56825_, BlockPos p_56826_) private static boolean
NyliumBlock.canBeNylium
(BlockState p_55079_, LevelReader p_55080_, BlockPos p_55081_) static boolean
BaseFireBlock.canBePlacedAt
(Level p_49256_, BlockPos p_49257_, Direction p_49258_) 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_) private static boolean
BigDripleafBlock.canEntityTilt
(BlockPos p_152302_, Entity p_152303_) private static boolean
ShulkerBoxBlock.canOpen
(BlockState p_154547_, Level p_154548_, BlockPos p_154549_, ShulkerBoxBlockEntity p_154550_) boolean
WallHangingSignBlock.canPlace
(BlockState p_249472_, LevelReader p_249453_, BlockPos p_251235_) protected static boolean
BigDripleafBlock.canPlaceAt
(LevelHeightAccessor p_152252_, BlockPos p_152253_, BlockState p_152254_) private static boolean
SculkBlock.canPlaceGrowth
(LevelAccessor p_222065_, BlockPos p_222066_) boolean
KelpBlock.canPlaceLiquid
(BlockGetter p_54304_, BlockPos p_54305_, BlockState p_54306_, Fluid p_54307_) boolean
KelpPlantBlock.canPlaceLiquid
(BlockGetter p_54325_, BlockPos p_54326_, BlockState p_54327_, Fluid p_54328_) boolean
LiquidBlockContainer.canPlaceLiquid
(BlockGetter p_54766_, BlockPos p_54767_, BlockState p_54768_, Fluid p_54769_) boolean
SeagrassBlock.canPlaceLiquid
(BlockGetter p_154505_, BlockPos p_154506_, BlockState p_154507_, Fluid p_154508_) default boolean
SimpleWaterloggedBlock.canPlaceLiquid
(BlockGetter p_56301_, BlockPos p_56302_, BlockState p_56303_, Fluid p_56304_) boolean
SlabBlock.canPlaceLiquid
(BlockGetter p_56363_, BlockPos p_56364_, BlockState p_56365_, Fluid p_56366_) boolean
TallSeagrassBlock.canPlaceLiquid
(BlockGetter p_154753_, BlockPos p_154754_, BlockState p_154755_, Fluid p_154756_) private static boolean
SpreadingSnowyDirtBlock.canPropagate
(BlockState p_56828_, LevelReader p_56829_, BlockPos p_56830_) boolean
CarvedPumpkinBlock.canSpawnGolem
(LevelReader p_51382_, BlockPos p_51383_) static boolean
WitherSkullBlock.canSpawnMob
(Level p_58268_, BlockPos p_58269_, ItemStack p_58270_) 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.canSupportCenter
(LevelReader p_49864_, BlockPos p_49865_, Direction p_49866_) static boolean
Block.canSupportRigidBlock
(BlockGetter p_49937_, BlockPos p_49938_) boolean
AmethystClusterBlock.canSurvive
(BlockState p_152026_, LevelReader p_152027_, BlockPos p_152028_) boolean
BambooSaplingBlock.canSurvive
(BlockState p_48986_, LevelReader p_48987_, BlockPos p_48988_) boolean
BambooStalkBlock.canSurvive
(BlockState p_261860_, LevelReader p_262154_, BlockPos p_261493_) boolean
BannerBlock.canSurvive
(BlockState p_49019_, LevelReader p_49020_, BlockPos p_49021_) boolean
BaseCoralPlantTypeBlock.canSurvive
(BlockState p_49169_, LevelReader p_49170_, BlockPos p_49171_) boolean
BaseCoralWallFanBlock.canSurvive
(BlockState p_49200_, LevelReader p_49201_, BlockPos p_49202_) boolean
BasePressurePlateBlock.canSurvive
(BlockState p_49325_, LevelReader p_49326_, BlockPos p_49327_) boolean
BaseRailBlock.canSurvive
(BlockState p_49395_, LevelReader p_49396_, BlockPos p_49397_) boolean
BellBlock.canSurvive
(BlockState p_49736_, LevelReader p_49737_, BlockPos p_49738_) boolean
BigDripleafBlock.canSurvive
(BlockState p_152289_, LevelReader p_152290_, BlockPos p_152291_) boolean
BigDripleafStemBlock.canSurvive
(BlockState p_152365_, LevelReader p_152366_, BlockPos p_152367_) boolean
BubbleColumnBlock.canSurvive
(BlockState p_50986_, LevelReader p_50987_, BlockPos p_50988_) boolean
BushBlock.canSurvive
(BlockState p_51028_, LevelReader p_51029_, BlockPos p_51030_) boolean
CactusBlock.canSurvive
(BlockState p_51153_, LevelReader p_51154_, BlockPos p_51155_) boolean
CakeBlock.canSurvive
(BlockState p_51209_, LevelReader p_51210_, BlockPos p_51211_) boolean
CandleBlock.canSurvive
(BlockState p_152829_, LevelReader p_152830_, BlockPos p_152831_) boolean
CandleCakeBlock.canSurvive
(BlockState p_152891_, LevelReader p_152892_, BlockPos p_152893_) boolean
CarpetBlock.canSurvive
(BlockState p_152922_, LevelReader p_152923_, BlockPos p_152924_) boolean
CeilingHangingSignBlock.canSurvive
(BlockState p_248994_, LevelReader p_249061_, BlockPos p_249490_) boolean
ChorusFlowerBlock.canSurvive
(BlockState p_51683_, LevelReader p_51684_, BlockPos p_51685_) boolean
ChorusPlantBlock.canSurvive
(BlockState p_51724_, LevelReader p_51725_, BlockPos p_51726_) boolean
CocoaBlock.canSurvive
(BlockState p_51767_, LevelReader p_51768_, BlockPos p_51769_) boolean
CropBlock.canSurvive
(BlockState p_52282_, LevelReader p_52283_, BlockPos p_52284_) boolean
DiodeBlock.canSurvive
(BlockState p_52538_, LevelReader p_52539_, BlockPos p_52540_) boolean
DirtPathBlock.canSurvive
(BlockState p_153148_, LevelReader p_153149_, BlockPos p_153150_) boolean
DoorBlock.canSurvive
(BlockState p_52783_, LevelReader p_52784_, BlockPos p_52785_) boolean
DoublePlantBlock.canSurvive
(BlockState p_52887_, LevelReader p_52888_, BlockPos p_52889_) boolean
FaceAttachedHorizontalDirectionalBlock.canSurvive
(BlockState p_53186_, LevelReader p_53187_, BlockPos p_53188_) boolean
FarmBlock.canSurvive
(BlockState p_53272_, LevelReader p_53273_, BlockPos p_53274_) boolean
FireBlock.canSurvive
(BlockState p_53454_, LevelReader p_53455_, BlockPos p_53456_) boolean
FrogspawnBlock.canSurvive
(BlockState p_221209_, LevelReader p_221210_, BlockPos p_221211_) boolean
GrindstoneBlock.canSurvive
(BlockState p_53828_, LevelReader p_53829_, BlockPos p_53830_) boolean
GrowingPlantBlock.canSurvive
(BlockState p_53876_, LevelReader p_53877_, BlockPos p_53878_) boolean
HangingRootsBlock.canSurvive
(BlockState p_153347_, LevelReader p_153348_, BlockPos p_153349_) boolean
LadderBlock.canSurvive
(BlockState p_54353_, LevelReader p_54354_, BlockPos p_54355_) boolean
LanternBlock.canSurvive
(BlockState p_153479_, LevelReader p_153480_, BlockPos p_153481_) boolean
MangrovePropaguleBlock.canSurvive
(BlockState p_221473_, LevelReader p_221474_, BlockPos p_221475_) boolean
MultifaceBlock.canSurvive
(BlockState p_153888_, LevelReader p_153889_, BlockPos p_153890_) boolean
MushroomBlock.canSurvive
(BlockState p_54880_, LevelReader p_54881_, BlockPos p_54882_) boolean
PointedDripstoneBlock.canSurvive
(BlockState p_154137_, LevelReader p_154138_, BlockPos p_154139_) boolean
RedstoneWallTorchBlock.canSurvive
(BlockState p_55762_, LevelReader p_55763_, BlockPos p_55764_) boolean
RedStoneWireBlock.canSurvive
(BlockState p_55585_, LevelReader p_55586_, BlockPos p_55587_) boolean
ScaffoldingBlock.canSurvive
(BlockState p_56040_, LevelReader p_56041_, BlockPos p_56042_) boolean
SeaPickleBlock.canSurvive
(BlockState p_56109_, LevelReader p_56110_, BlockPos p_56111_) boolean
SmallDripleafBlock.canSurvive
(BlockState p_154615_, LevelReader p_154616_, BlockPos p_154617_) boolean
SnowLayerBlock.canSurvive
(BlockState p_56602_, LevelReader p_56603_, BlockPos p_56604_) boolean
SoulFireBlock.canSurvive
(BlockState p_56655_, LevelReader p_56656_, BlockPos p_56657_) boolean
SporeBlossomBlock.canSurvive
(BlockState p_154709_, LevelReader p_154710_, BlockPos p_154711_) boolean
StandingSignBlock.canSurvive
(BlockState p_56995_, LevelReader p_56996_, BlockPos p_56997_) boolean
SugarCaneBlock.canSurvive
(BlockState p_57175_, LevelReader p_57176_, BlockPos p_57177_) boolean
TallSeagrassBlock.canSurvive
(BlockState p_154768_, LevelReader p_154769_, BlockPos p_154770_) boolean
TorchBlock.canSurvive
(BlockState p_57499_, LevelReader p_57500_, BlockPos p_57501_) boolean
TripWireHookBlock.canSurvive
(BlockState p_57721_, LevelReader p_57722_, BlockPos p_57723_) boolean
VineBlock.canSurvive
(BlockState p_57861_, LevelReader p_57862_, BlockPos p_57863_) boolean
WallBannerBlock.canSurvive
(BlockState p_57925_, LevelReader p_57926_, BlockPos p_57927_) boolean
WallSignBlock.canSurvive
(BlockState p_58073_, LevelReader p_58074_, BlockPos p_58075_) boolean
WallTorchBlock.canSurvive
(BlockState p_58133_, LevelReader p_58134_, BlockPos p_58135_) 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 static boolean
PointedDripstoneBlock.canTipGrow
(BlockState p_154195_, ServerLevel p_154196_, BlockPos p_154197_) private static void
LecternBlock.changePowered
(Level p_54554_, BlockPos p_54555_, BlockState p_54556_, boolean p_54557_) static void
RespawnAnchorBlock.charge
(Level p_55856_, BlockPos p_55857_, BlockState p_55858_) private void
RedStoneWireBlock.checkCornerChangeAt
(Level p_55617_, BlockPos p_55618_) private void
HopperBlock.checkPoweredState
(Level p_54045_, BlockPos p_54046_, BlockState p_54047_) protected void
BasePressurePlateBlock.checkPressed
(Entity p_152144_, Level p_152145_, BlockPos p_152146_, BlockState p_152147_, int p_152148_) protected void
ButtonBlock.checkPressed
(BlockState p_51121_, Level p_51122_, BlockPos p_51123_) private void
DetectorRailBlock.checkPressed
(Level p_52433_, BlockPos p_52434_, BlockState p_52435_) private void
TripWireBlock.checkPressed
(Level p_57608_, BlockPos p_57609_) static void
WitherSkullBlock.checkSpawn
(Level p_58256_, BlockPos p_58257_, SkullBlockEntity p_58258_) protected void
ComparatorBlock.checkTickOnNeighbor
(Level p_51900_, BlockPos p_51901_, BlockState p_51902_) protected void
DiodeBlock.checkTickOnNeighbor
(Level p_52577_, BlockPos p_52578_, BlockState p_52579_) abstract DoubleBlockCombiner.NeighborCombineResult<? extends ChestBlockEntity>
AbstractChestBlock.combine
(BlockState p_48679_, Level p_48680_, BlockPos p_48681_, boolean p_48682_) ChestBlock.combine
(BlockState p_51544_, Level p_51545_, BlockPos p_51546_, boolean p_51547_) EnderChestBlock.combine
(BlockState p_53149_, Level p_53150_, BlockPos p_53151_, boolean p_53152_) static <S extends BlockEntity>
DoubleBlockCombiner.NeighborCombineResult<S>DoubleBlockCombiner.combineWithNeigbour
(BlockEntityType<S> p_52823_, Function<BlockState, DoubleBlockCombiner.BlockType> p_52824_, Function<BlockState, Direction> p_52825_, DirectionProperty p_52826_, BlockState p_52827_, LevelAccessor p_52828_, BlockPos p_52829_, BiPredicate<LevelAccessor, BlockPos> p_52830_) static BlockState
DoublePlantBlock.copyWaterloggedFrom
(LevelReader p_182454_, BlockPos p_182455_, BlockState p_182456_) private static void
PointedDripstoneBlock.createDripstone
(LevelAccessor p_154088_, BlockPos p_154089_, Direction p_154090_, DripstoneThickness p_154091_) private static void
PointedDripstoneBlock.createMergedTips
(BlockState p_154231_, LevelAccessor p_154232_, BlockPos p_154233_) static void
SculkSensorBlock.deactivate
(Level p_154408_, BlockPos p_154409_, BlockState p_154410_) private void
TurtleEggBlock.decreaseEggs
(Level p_57792_, BlockPos p_57793_, BlockState p_57794_) default boolean
SculkBehaviour.depositCharge
(LevelAccessor p_222031_, BlockPos p_222032_, RandomSource p_222033_) void
Block.destroy
(LevelAccessor p_49860_, BlockPos p_49861_, BlockState p_49862_) void
StairBlock.destroy
(LevelAccessor p_56882_, BlockPos p_56883_, BlockState p_56884_) private void
FrogspawnBlock.destroyBlock
(Level p_221191_, BlockPos p_221192_) private void
TurtleEggBlock.destroyEgg
(Level p_154851_, BlockState p_154852_, BlockPos p_154853_, Entity p_154854_, int p_154855_) protected void
DispenserBlock.dispenseFrom
(ServerLevel p_52665_, BlockPos p_52666_) protected void
DropperBlock.dispenseFrom
(ServerLevel p_52944_, BlockPos p_52945_) static void
CampfireBlock.dowse
(Entity p_152750_, LevelAccessor p_152751_, BlockPos p_152752_, BlockState p_152753_) static void
BeehiveBlock.dropHoneycomb
(Level p_49601_, BlockPos p_49602_) private void
JukeboxBlock.dropRecording
(Level p_54261_, BlockPos p_54262_) static void
Block.dropResources
(BlockState p_49893_, LevelAccessor p_49894_, BlockPos p_49895_, BlockEntity p_49896_) static void
Block.dropResources
(BlockState p_49951_, Level p_49952_, BlockPos p_49953_) static void
Block.dropResources
(BlockState p_49882_, Level p_49883_, BlockPos p_49884_, BlockEntity p_49885_, Entity p_49886_, ItemStack p_49887_) protected static InteractionResult
CakeBlock.eat
(LevelAccessor p_51186_, BlockPos p_51187_, BlockState p_51188_, Player p_51189_) private void
TripWireHookBlock.emitState
(Level p_222603_, BlockPos p_222604_, boolean p_222605_, boolean p_222606_, boolean p_222607_, boolean p_222608_) (package private) static BlockState
ComposterBlock.empty
(BlockState p_52003_, LevelAccessor p_52004_, BlockPos p_52005_) void
BaseFireBlock.entityInside
(BlockState p_49260_, Level p_49261_, BlockPos p_49262_, Entity p_49263_) void
BasePressurePlateBlock.entityInside
(BlockState p_49314_, Level p_49315_, BlockPos p_49316_, Entity p_49317_) void
BigDripleafBlock.entityInside
(BlockState p_152266_, Level p_152267_, BlockPos p_152268_, Entity p_152269_) void
BubbleColumnBlock.entityInside
(BlockState p_50976_, Level p_50977_, BlockPos p_50978_, Entity p_50979_) void
ButtonBlock.entityInside
(BlockState p_51083_, Level p_51084_, BlockPos p_51085_, Entity p_51086_) void
CactusBlock.entityInside
(BlockState p_51148_, Level p_51149_, BlockPos p_51150_, Entity p_51151_) void
CampfireBlock.entityInside
(BlockState p_51269_, Level p_51270_, BlockPos p_51271_, Entity p_51272_) void
CropBlock.entityInside
(BlockState p_52277_, Level p_52278_, BlockPos p_52279_, Entity p_52280_) void
DetectorRailBlock.entityInside
(BlockState p_52458_, Level p_52459_, BlockPos p_52460_, Entity p_52461_) void
EndPortalBlock.entityInside
(BlockState p_53025_, Level p_53026_, BlockPos p_53027_, Entity p_53028_) void
FrogspawnBlock.entityInside
(BlockState p_221204_, Level p_221205_, BlockPos p_221206_, Entity p_221207_) void
HoneyBlock.entityInside
(BlockState p_54003_, Level p_54004_, BlockPos p_54005_, Entity p_54006_) void
HopperBlock.entityInside
(BlockState p_54066_, Level p_54067_, BlockPos p_54068_, Entity p_54069_) void
LavaCauldronBlock.entityInside
(BlockState p_153506_, Level p_153507_, BlockPos p_153508_, Entity p_153509_) void
LayeredCauldronBlock.entityInside
(BlockState p_153534_, Level p_153535_, BlockPos p_153536_, Entity p_153537_) void
NetherPortalBlock.entityInside
(BlockState p_54915_, Level p_54916_, BlockPos p_54917_, Entity p_54918_) void
PowderSnowBlock.entityInside
(BlockState p_154263_, Level p_154264_, BlockPos p_154265_, Entity p_154266_) void
SweetBerryBushBlock.entityInside
(BlockState p_57270_, Level p_57271_, BlockPos p_57272_, Entity p_57273_) void
TripWireBlock.entityInside
(BlockState p_57625_, Level p_57626_, BlockPos p_57627_, Entity p_57628_) void
WaterlilyBlock.entityInside
(BlockState p_58164_, Level p_58165_, BlockPos p_58166_, Entity p_58167_) void
WebBlock.entityInside
(BlockState p_58180_, Level p_58181_, BlockPos p_58182_, Entity p_58183_) void
WitherRoseBlock.entityInside
(BlockState p_58238_, Level p_58239_, BlockPos p_58240_, Entity p_58241_) private void
CommandBlock.execute
(BlockState p_51832_, Level p_51833_, BlockPos p_51834_, BaseCommandBlock p_51835_, boolean p_51836_) private static void
CommandBlock.executeChain
(Level p_51810_, BlockPos p_51811_, Direction p_51812_) private void
RespawnAnchorBlock.explode
(BlockState p_55891_, Level p_55892_, BlockPos p_55893_) static void
Deprecated.private static void
TntBlock.explode
(Level p_57437_, BlockPos p_57438_, LivingEntity p_57439_) Deprecated.static void
AbstractCandleBlock.extinguish
(Player p_151900_, BlockState p_151901_, LevelAccessor p_151902_, BlockPos p_151903_) static BlockState
ComposterBlock.extractProduce
(BlockState p_51999_, Level p_52000_, BlockPos p_52001_) void
BedBlock.fallOn
(Level p_152169_, BlockState p_152170_, BlockPos p_152171_, Entity p_152172_, float p_152173_) void
Block.fallOn
(Level p_152426_, BlockState p_152427_, BlockPos p_152428_, Entity p_152429_, float p_152430_) void
FarmBlock.fallOn
(Level p_153227_, BlockState p_153228_, BlockPos p_153229_, Entity p_153230_, float p_153231_) void
HayBlock.fallOn
(Level p_153362_, BlockState p_153363_, BlockPos p_153364_, Entity p_153365_, float p_153366_) void
HoneyBlock.fallOn
(Level p_153372_, BlockState p_153373_, BlockPos p_153374_, Entity p_153375_, float p_153376_) void
PointedDripstoneBlock.fallOn
(Level p_154047_, BlockState p_154048_, BlockPos p_154049_, Entity p_154050_, float p_154051_) void
PowderSnowBlock.fallOn
(Level p_196695_, BlockState p_196696_, BlockPos p_196697_, Entity p_196698_, float p_196699_) void
SlimeBlock.fallOn
(Level p_154567_, BlockState p_154568_, BlockPos p_154569_, Entity p_154570_, float p_154571_) void
TurtleEggBlock.fallOn
(Level p_154845_, BlockState p_154846_, BlockPos p_154847_, Entity p_154848_, float p_154849_) private boolean
FrostedIceBlock.fewerNeigboursThan
(BlockGetter p_53566_, BlockPos p_53567_, int p_53568_) PointedDripstoneBlock.findBlockVertical
(LevelAccessor p_202007_, BlockPos p_202008_, Direction.AxisDirection p_202009_, BiPredicate<BlockPos, BlockState> p_202010_, Predicate<BlockState> p_202011_, int p_202012_) BedBlock.findBunkBedStandUpPosition
(EntityType<?> p_49464_, CollisionGetter p_49465_, BlockPos p_49466_, Direction p_49467_, Direction p_49468_) private static BlockPos
PointedDripstoneBlock.findFillableCauldronBelowStalactiteTip
(Level p_154077_, BlockPos p_154078_, Fluid p_154079_) protected boolean
PoweredRailBlock.findPoweredRailSignal
(Level p_55220_, BlockPos p_55221_, BlockState p_55222_, boolean p_55223_, int p_55224_) PointedDripstoneBlock.findRootBlock
(Level p_154067_, BlockPos p_154068_, BlockState p_154069_, int p_154070_) static BlockPos
PointedDripstoneBlock.findStalactiteTipAboveCauldron
(Level p_154056_, BlockPos p_154057_) BedBlock.findStandUpPosition
(EntityType<?> p_261547_, CollisionGetter p_261946_, BlockPos p_261614_, Direction p_261648_, float p_261680_) RespawnAnchorBlock.findStandUpPosition
(EntityType<?> p_55840_, CollisionGetter p_55841_, BlockPos p_55842_) RespawnAnchorBlock.findStandUpPosition
(EntityType<?> p_55844_, CollisionGetter p_55845_, BlockPos p_55846_, boolean p_55847_) BedBlock.findStandUpPositionAtOffset
(EntityType<?> p_49470_, CollisionGetter p_49471_, BlockPos p_49472_, int[][] p_49473_, boolean p_49474_) private static BlockPos
PointedDripstoneBlock.findTip
(BlockState p_154131_, LevelAccessor p_154132_, BlockPos p_154133_, int p_154134_, boolean p_154135_) private void
LiquidBlock.fizz
(LevelAccessor p_54701_, BlockPos p_54702_) static void
ChorusFlowerBlock.generatePlant
(LevelAccessor p_220963_, BlockPos p_220964_, RandomSource p_220965_, int p_220966_) protected int
DiodeBlock.getAlternateSignal
(LevelReader p_52548_, BlockPos p_52549_, BlockState p_52550_) protected int
DiodeBlock.getAlternateSignalAt
(LevelReader p_52552_, BlockPos p_52553_, Direction p_52554_) int
AbstractFurnaceBlock.getAnalogOutputSignal
(BlockState p_48702_, Level p_48703_, BlockPos p_48704_) int
BarrelBlock.getAnalogOutputSignal
(BlockState p_49065_, Level p_49066_, BlockPos p_49067_) int
BeehiveBlock.getAnalogOutputSignal
(BlockState p_49620_, Level p_49621_, BlockPos p_49622_) int
BrewingStandBlock.getAnalogOutputSignal
(BlockState p_50926_, Level p_50927_, BlockPos p_50928_) int
CakeBlock.getAnalogOutputSignal
(BlockState p_51198_, Level p_51199_, BlockPos p_51200_) int
CandleCakeBlock.getAnalogOutputSignal
(BlockState p_152880_, Level p_152881_, BlockPos p_152882_) int
ChestBlock.getAnalogOutputSignal
(BlockState p_51527_, Level p_51528_, BlockPos p_51529_) int
ChiseledBookShelfBlock.getAnalogOutputSignal
(BlockState p_249192_, Level p_252207_, BlockPos p_248999_) int
CommandBlock.getAnalogOutputSignal
(BlockState p_51821_, Level p_51822_, BlockPos p_51823_) int
ComposterBlock.getAnalogOutputSignal
(BlockState p_51945_, Level p_51946_, BlockPos p_51947_) int
DetectorRailBlock.getAnalogOutputSignal
(BlockState p_52454_, Level p_52455_, BlockPos p_52456_) int
DispenserBlock.getAnalogOutputSignal
(BlockState p_52689_, Level p_52690_, BlockPos p_52691_) int
EndPortalFrameBlock.getAnalogOutputSignal
(BlockState p_53061_, Level p_53062_, BlockPos p_53063_) int
HopperBlock.getAnalogOutputSignal
(BlockState p_54062_, Level p_54063_, BlockPos p_54064_) int
JukeboxBlock.getAnalogOutputSignal
(BlockState p_54277_, Level p_54278_, BlockPos p_54279_) int
LavaCauldronBlock.getAnalogOutputSignal
(BlockState p_153502_, Level p_153503_, BlockPos p_153504_) int
LayeredCauldronBlock.getAnalogOutputSignal
(BlockState p_153530_, Level p_153531_, BlockPos p_153532_) int
LecternBlock.getAnalogOutputSignal
(BlockState p_54520_, Level p_54521_, BlockPos p_54522_) int
RespawnAnchorBlock.getAnalogOutputSignal
(BlockState p_55870_, Level p_55871_, BlockPos p_55872_) int
SculkSensorBlock.getAnalogOutputSignal
(BlockState p_154442_, Level p_154443_, BlockPos p_154444_) int
ShulkerBoxBlock.getAnalogOutputSignal
(BlockState p_56223_, Level p_56224_, BlockPos p_56225_) static Direction
BedBlock.getBedOrientation
(BlockGetter p_49486_, BlockPos p_49487_) CeilingHangingSignBlock.getBlockSupportShape
(BlockState p_254482_, BlockGetter p_253669_, BlockPos p_253916_) FenceGateBlock.getBlockSupportShape
(BlockState p_253862_, BlockGetter p_254569_, BlockPos p_254197_) LeavesBlock.getBlockSupportShape
(BlockState p_54456_, BlockGetter p_54457_, BlockPos p_54458_) MudBlock.getBlockSupportShape
(BlockState p_221566_, BlockGetter p_221567_, BlockPos p_221568_) ShulkerBoxBlock.getBlockSupportShape
(BlockState p_259177_, BlockGetter p_260305_, BlockPos p_259168_) SnowLayerBlock.getBlockSupportShape
(BlockState p_56632_, BlockGetter p_56633_, BlockPos p_56634_) SoulSandBlock.getBlockSupportShape
(BlockState p_56707_, BlockGetter p_56708_, BlockPos p_56709_) WallHangingSignBlock.getBlockSupportShape
(BlockState p_253927_, BlockGetter p_254149_, BlockPos p_253805_) static Fluid
PointedDripstoneBlock.getCauldronFillFluidType
(ServerLevel p_221850_, BlockPos p_221851_) AbstractBannerBlock.getCloneItemStack
(BlockGetter p_48664_, BlockPos p_48665_, BlockState p_48666_) AttachedStemBlock.getCloneItemStack
(BlockGetter p_48838_, BlockPos p_48839_, BlockState p_48840_) BambooSaplingBlock.getCloneItemStack
(BlockGetter p_48964_, BlockPos p_48965_, BlockState p_48966_) BigDripleafStemBlock.getCloneItemStack
(BlockGetter p_152336_, BlockPos p_152337_, BlockState p_152338_) Block.getCloneItemStack
(BlockGetter p_49823_, BlockPos p_49824_, BlockState p_49825_) Deprecated.CandleCakeBlock.getCloneItemStack
(BlockGetter p_152862_, BlockPos p_152863_, BlockState p_152864_) CaveVinesBlock.getCloneItemStack
(BlockGetter p_152966_, BlockPos p_152967_, BlockState p_152968_) CaveVinesPlantBlock.getCloneItemStack
(BlockGetter p_153007_, BlockPos p_153008_, BlockState p_153009_) CropBlock.getCloneItemStack
(BlockGetter p_52254_, BlockPos p_52255_, BlockState p_52256_) EndGatewayBlock.getCloneItemStack
(BlockGetter p_53003_, BlockPos p_53004_, BlockState p_53005_) EndPortalBlock.getCloneItemStack
(BlockGetter p_53021_, BlockPos p_53022_, BlockState p_53023_) FlowerPotBlock.getCloneItemStack
(BlockGetter p_53531_, BlockPos p_53532_, BlockState p_53533_) FrostedIceBlock.getCloneItemStack
(BlockGetter p_53570_, BlockPos p_53571_, BlockState p_53572_) GrowingPlantBodyBlock.getCloneItemStack
(BlockGetter p_53896_, BlockPos p_53897_, BlockState p_53898_) LightBlock.getCloneItemStack
(BlockGetter p_153664_, BlockPos p_153665_, BlockState p_153666_) NetherPortalBlock.getCloneItemStack
(BlockGetter p_54911_, BlockPos p_54912_, BlockState p_54913_) NetherWartBlock.getCloneItemStack
(BlockGetter p_54973_, BlockPos p_54974_, BlockState p_54975_) ShulkerBoxBlock.getCloneItemStack
(BlockGetter p_56202_, BlockPos p_56203_, BlockState p_56204_) StemBlock.getCloneItemStack
(BlockGetter p_57026_, BlockPos p_57027_, BlockState p_57028_) SweetBerryBushBlock.getCloneItemStack
(BlockGetter p_57256_, BlockPos p_57257_, BlockState p_57258_) TallSeagrassBlock.getCloneItemStack
(BlockGetter p_154749_, BlockPos p_154750_, BlockState p_154751_) BambooStalkBlock.getCollisionShape
(BlockState p_261560_, BlockGetter p_261965_, BlockPos p_261950_, CollisionContext p_261571_) BellBlock.getCollisionShape
(BlockState p_49760_, BlockGetter p_49761_, BlockPos p_49762_, CollisionContext p_49763_) BigDripleafBlock.getCollisionShape
(BlockState p_152307_, BlockGetter p_152308_, BlockPos p_152309_, CollisionContext p_152310_) CactusBlock.getCollisionShape
(BlockState p_51176_, BlockGetter p_51177_, BlockPos p_51178_, CollisionContext p_51179_) ComposterBlock.getCollisionShape
(BlockState p_51990_, BlockGetter p_51991_, BlockPos p_51992_, CollisionContext p_51993_) CrossCollisionBlock.getCollisionShape
(BlockState p_52357_, BlockGetter p_52358_, BlockPos p_52359_, CollisionContext p_52360_) FenceGateBlock.getCollisionShape
(BlockState p_53396_, BlockGetter p_53397_, BlockPos p_53398_, CollisionContext p_53399_) GrindstoneBlock.getCollisionShape
(BlockState p_53851_, BlockGetter p_53852_, BlockPos p_53853_, CollisionContext p_53854_) HoneyBlock.getCollisionShape
(BlockState p_54015_, BlockGetter p_54016_, BlockPos p_54017_, CollisionContext p_54018_) LecternBlock.getCollisionShape
(BlockState p_54577_, BlockGetter p_54578_, BlockPos p_54579_, CollisionContext p_54580_) LiquidBlock.getCollisionShape
(BlockState p_54760_, BlockGetter p_54761_, BlockPos p_54762_, CollisionContext p_54763_) MudBlock.getCollisionShape
(BlockState p_221561_, BlockGetter p_221562_, BlockPos p_221563_, CollisionContext p_221564_) PowderSnowBlock.getCollisionShape
(BlockState p_154285_, BlockGetter p_154286_, BlockPos p_154287_, CollisionContext p_154288_) ScaffoldingBlock.getCollisionShape
(BlockState p_56068_, BlockGetter p_56069_, BlockPos p_56070_, CollisionContext p_56071_) SculkShriekerBlock.getCollisionShape
(BlockState p_222225_, BlockGetter p_222226_, BlockPos p_222227_, CollisionContext p_222228_) SnowLayerBlock.getCollisionShape
(BlockState p_56625_, BlockGetter p_56626_, BlockPos p_56627_, CollisionContext p_56628_) SoulSandBlock.getCollisionShape
(BlockState p_56702_, BlockGetter p_56703_, BlockPos p_56704_, CollisionContext p_56705_) WallBlock.getCollisionShape
(BlockState p_58055_, BlockGetter p_58056_, BlockPos p_58057_, CollisionContext p_58058_) 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_) static Container
ChestBlock.getContainer
(ChestBlock p_51512_, BlockState p_51513_, Level p_51514_, BlockPos p_51515_, boolean p_51516_) ComposterBlock.getContainer
(BlockState p_51956_, LevelAccessor p_51957_, BlockPos p_51958_) private ResourceLocation
NoteBlock.getCustomSoundId
(Level p_263070_, BlockPos p_262999_) private static int
SculkBlock.getDecayPenalty
(SculkSpreader p_222080_, BlockPos p_222081_, BlockPos p_222082_, int p_222083_) float
BambooSaplingBlock.getDestroyProgress
(BlockState p_48981_, Player p_48982_, BlockGetter p_48983_, BlockPos p_48984_) float
BambooStalkBlock.getDestroyProgress
(BlockState p_261691_, Player p_262171_, BlockGetter p_261621_, BlockPos p_261500_) int
BasePressurePlateBlock.getDirectSignal
(BlockState p_49346_, BlockGetter p_49347_, BlockPos p_49348_, Direction p_49349_) int
ButtonBlock.getDirectSignal
(BlockState p_51109_, BlockGetter p_51110_, BlockPos p_51111_, Direction p_51112_) int
DetectorRailBlock.getDirectSignal
(BlockState p_52478_, BlockGetter p_52479_, BlockPos p_52480_, Direction p_52481_) int
DiodeBlock.getDirectSignal
(BlockState p_52561_, BlockGetter p_52562_, BlockPos p_52563_, Direction p_52564_) int
LecternBlock.getDirectSignal
(BlockState p_54566_, BlockGetter p_54567_, BlockPos p_54568_, Direction p_54569_) int
LeverBlock.getDirectSignal
(BlockState p_54670_, BlockGetter p_54671_, BlockPos p_54672_, Direction p_54673_) int
LightningRodBlock.getDirectSignal
(BlockState p_153748_, BlockGetter p_153749_, BlockPos p_153750_, Direction p_153751_) int
ObserverBlock.getDirectSignal
(BlockState p_55127_, BlockGetter p_55128_, BlockPos p_55129_, Direction p_55130_) int
RedstoneTorchBlock.getDirectSignal
(BlockState p_55719_, BlockGetter p_55720_, BlockPos p_55721_, Direction p_55722_) int
RedStoneWireBlock.getDirectSignal
(BlockState p_55625_, BlockGetter p_55626_, BlockPos p_55627_, Direction p_55628_) int
TrappedChestBlock.getDirectSignal
(BlockState p_57582_, BlockGetter p_57583_, BlockPos p_57584_, Direction p_57585_) 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_) Block.getDrops
(BlockState p_49870_, ServerLevel p_49871_, BlockPos p_49872_, BlockEntity p_49873_) Block.getDrops
(BlockState p_49875_, ServerLevel p_49876_, BlockPos p_49877_, BlockEntity p_49878_, Entity p_49879_, ItemStack p_49880_) int
AnvilBlock.getDustColor
(BlockState p_48827_, BlockGetter p_48828_, BlockPos p_48829_) int
ConcretePowderBlock.getDustColor
(BlockState p_52085_, BlockGetter p_52086_, BlockPos p_52087_) int
FallingBlock.getDustColor
(BlockState p_53238_, BlockGetter p_53239_, BlockPos p_53240_) int
GravelBlock.getDustColor
(BlockState p_53738_, BlockGetter p_53739_, BlockPos p_53740_) int
SandBlock.getDustColor
(BlockState p_55970_, BlockGetter p_55971_, BlockPos p_55972_) int
DropExperienceBlock.getExpDrop
(BlockState state, LevelReader level, RandomSource randomSource, BlockPos pos, int fortuneLevel, int silkTouchLevel) int
RedStoneOreBlock.getExpDrop
(BlockState state, LevelReader world, RandomSource randomSource, BlockPos pos, int fortune, int silktouch) int
SculkCatalystBlock.getExpDrop
(BlockState state, LevelReader level, RandomSource randomSource, BlockPos pos, int fortuneLevel, int silkTouchLevel) int
SculkSensorBlock.getExpDrop
(BlockState state, LevelReader level, RandomSource randomSource, BlockPos pos, int fortuneLevel, int silkTouchLevel) int
SculkShriekerBlock.getExpDrop
(BlockState state, LevelReader level, RandomSource randomSource, BlockPos pos, int fortuneLevel, int silkTouchLevel) int
SpawnerBlock.getExpDrop
(BlockState state, LevelReader world, RandomSource randomSource, BlockPos pos, int fortune, int silktouch) private static Optional<PointedDripstoneBlock.FluidInfo>
PointedDripstoneBlock.getFluidAboveStalactite
(Level p_154182_, BlockPos p_154183_, BlockState p_154184_) 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_) private int
FireBlock.getIgniteOdds
(LevelReader p_221157_, BlockPos p_221158_) protected int
ComparatorBlock.getInputSignal
(Level p_51896_, BlockPos p_51897_, BlockState p_51898_) protected int
DiodeBlock.getInputSignal
(Level p_52544_, BlockPos p_52545_, BlockState p_52546_) private <T extends AbstractMinecart>
List<T>DetectorRailBlock.getInteractingMinecartOfType
(Level p_52437_, BlockPos p_52438_, Class<T> p_52439_, Predicate<Entity> p_52440_) AbstractCauldronBlock.getInteractionShape
(BlockState p_151955_, BlockGetter p_151956_, BlockPos p_151957_) ComposterBlock.getInteractionShape
(BlockState p_51969_, BlockGetter p_51970_, BlockPos p_51971_) HopperBlock.getInteractionShape
(BlockState p_54099_, BlockGetter p_54100_, BlockPos p_54101_) ScaffoldingBlock.getInteractionShape
(BlockState p_56053_, BlockGetter p_56054_, BlockPos p_56055_) private ItemFrame
ComparatorBlock.getItemFrame
(Level p_51865_, Direction p_51866_, BlockPos p_51867_) int
LeavesBlock.getLightBlock
(BlockState p_54460_, BlockGetter p_54461_, BlockPos p_54462_) int
TintedGlassBlock.getLightBlock
(BlockState p_154828_, BlockGetter p_154829_, BlockPos p_154830_) AnvilBlock.getMenuProvider
(BlockState p_48821_, Level p_48822_, BlockPos p_48823_) BaseEntityBlock.getMenuProvider
(BlockState p_49234_, Level p_49235_, BlockPos p_49236_) CartographyTableBlock.getMenuProvider
(BlockState p_51364_, Level p_51365_, BlockPos p_51366_) ChestBlock.getMenuProvider
(BlockState p_51574_, Level p_51575_, BlockPos p_51576_) CraftingTableBlock.getMenuProvider
(BlockState p_52240_, Level p_52241_, BlockPos p_52242_) EnchantmentTableBlock.getMenuProvider
(BlockState p_52993_, Level p_52994_, BlockPos p_52995_) GrindstoneBlock.getMenuProvider
(BlockState p_53847_, Level p_53848_, BlockPos p_53849_) LecternBlock.getMenuProvider
(BlockState p_54571_, Level p_54572_, BlockPos p_54573_) LoomBlock.getMenuProvider
(BlockState p_54796_, Level p_54797_, BlockPos p_54798_) SmithingTableBlock.getMenuProvider
(BlockState p_56435_, Level p_56436_, BlockPos p_56437_) StonecutterBlock.getMenuProvider
(BlockState p_57105_, Level p_57106_, BlockPos p_57107_) private BlockState
RedStoneWireBlock.getMissingConnections
(BlockGetter p_55609_, BlockState p_55610_, BlockPos p_55611_) FenceBlock.getOcclusionShape
(BlockState p_53338_, BlockGetter p_53339_, BlockPos p_53340_) FenceGateBlock.getOcclusionShape
(BlockState p_53401_, BlockGetter p_53402_, BlockPos p_53403_) LecternBlock.getOcclusionShape
(BlockState p_54584_, BlockGetter p_54585_, BlockPos p_54586_) PointedDripstoneBlock.getOcclusionShape
(BlockState p_154170_, BlockGetter p_154171_, BlockPos p_154172_) PowderSnowBlock.getOcclusionShape
(BlockState p_154272_, BlockGetter p_154273_, BlockPos p_154274_) SculkShriekerBlock.getOcclusionShape
(BlockState p_222221_, BlockGetter p_222222_, BlockPos p_222223_) 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) StemGrownBlock.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) private RailState
BaseRailBlock.getRailDirection
(BlockState state, BlockGetter world, BlockPos pos, AbstractMinecart cart) private BlockState
SculkBlock.getRandomGrowthState
(LevelAccessor p_222068_, BlockPos p_222069_, RandomSource p_222070_, boolean p_222071_) private AABB
DetectorRailBlock.getSearchBB
(BlockPos p_52471_) long
BedBlock.getSeed
(BlockState p_49522_, BlockPos p_49523_) long
DoorBlock.getSeed
(BlockState p_52793_, BlockPos p_52794_) long
DoublePlantBlock.getSeed
(BlockState p_52891_, BlockPos p_52892_) float
AbstractGlassBlock.getShadeBrightness
(BlockState p_48731_, BlockGetter p_48732_, BlockPos p_48733_) float
BarrierBlock.getShadeBrightness
(BlockState p_49094_, BlockGetter p_49095_, BlockPos p_49096_) float
LightBlock.getShadeBrightness
(BlockState p_153689_, BlockGetter p_153690_, BlockPos p_153691_) float
MudBlock.getShadeBrightness
(BlockState p_221552_, BlockGetter p_221553_, BlockPos p_221554_) float
SnowLayerBlock.getShadeBrightness
(BlockState p_222453_, BlockGetter p_222454_, BlockPos p_222455_) float
SoulSandBlock.getShadeBrightness
(BlockState p_222462_, BlockGetter p_222463_, BlockPos p_222464_) float
StructureVoidBlock.getShadeBrightness
(BlockState p_57152_, BlockGetter p_57153_, BlockPos p_57154_) AbstractCauldronBlock.getShape
(BlockState p_151964_, BlockGetter p_151965_, BlockPos p_151966_, CollisionContext p_151967_) AirBlock.getShape
(BlockState p_48760_, BlockGetter p_48761_, BlockPos p_48762_, CollisionContext p_48763_) AmethystClusterBlock.getShape
(BlockState p_152021_, BlockGetter p_152022_, BlockPos p_152023_, CollisionContext p_152024_) AnvilBlock.getShape
(BlockState p_48816_, BlockGetter p_48817_, BlockPos p_48818_, CollisionContext p_48819_) AttachedStemBlock.getShape
(BlockState p_48858_, BlockGetter p_48859_, BlockPos p_48860_, CollisionContext p_48861_) AzaleaBlock.getShape
(BlockState p_152084_, BlockGetter p_152085_, BlockPos p_152086_, CollisionContext p_152087_) BambooSaplingBlock.getShape
(BlockState p_49003_, BlockGetter p_49004_, BlockPos p_49005_, CollisionContext p_49006_) BambooStalkBlock.getShape
(BlockState p_261515_, BlockGetter p_261586_, BlockPos p_261526_, CollisionContext p_261930_) BannerBlock.getShape
(BlockState p_49038_, BlockGetter p_49039_, BlockPos p_49040_, CollisionContext p_49041_) BaseCoralFanBlock.getShape
(BlockState p_49108_, BlockGetter p_49109_, BlockPos p_49110_, CollisionContext p_49111_) BaseCoralPlantBlock.getShape
(BlockState p_49153_, BlockGetter p_49154_, BlockPos p_49155_, CollisionContext p_49156_) BaseCoralPlantTypeBlock.getShape
(BlockState p_49182_, BlockGetter p_49183_, BlockPos p_49184_, CollisionContext p_49185_) BaseCoralWallFanBlock.getShape
(BlockState p_49219_, BlockGetter p_49220_, BlockPos p_49221_, CollisionContext p_49222_) BaseFireBlock.getShape
(BlockState p_49274_, BlockGetter p_49275_, BlockPos p_49276_, CollisionContext p_49277_) BasePressurePlateBlock.getShape
(BlockState p_49341_, BlockGetter p_49342_, BlockPos p_49343_, CollisionContext p_49344_) BaseRailBlock.getShape
(BlockState p_49403_, BlockGetter p_49404_, BlockPos p_49405_, CollisionContext p_49406_) BedBlock.getShape
(BlockState p_49547_, BlockGetter p_49548_, BlockPos p_49549_, CollisionContext p_49550_) BeetrootBlock.getShape
(BlockState p_49672_, BlockGetter p_49673_, BlockPos p_49674_, CollisionContext p_49675_) BellBlock.getShape
(BlockState p_49755_, BlockGetter p_49756_, BlockPos p_49757_, CollisionContext p_49758_) BigDripleafBlock.getShape
(BlockState p_152261_, BlockGetter p_152262_, BlockPos p_152263_, CollisionContext p_152264_) BigDripleafStemBlock.getShape
(BlockState p_152360_, BlockGetter p_152361_, BlockPos p_152362_, CollisionContext p_152363_) BrewingStandBlock.getShape
(BlockState p_50952_, BlockGetter p_50953_, BlockPos p_50954_, CollisionContext p_50955_) BubbleColumnBlock.getShape
(BlockState p_51005_, BlockGetter p_51006_, BlockPos p_51007_, CollisionContext p_51008_) ButtonBlock.getShape
(BlockState p_51104_, BlockGetter p_51105_, BlockPos p_51106_, CollisionContext p_51107_) CactusBlock.getShape
(BlockState p_51171_, BlockGetter p_51172_, BlockPos p_51173_, CollisionContext p_51174_) CakeBlock.getShape
(BlockState p_51222_, BlockGetter p_51223_, BlockPos p_51224_, CollisionContext p_51225_) CampfireBlock.getShape
(BlockState p_51309_, BlockGetter p_51310_, BlockPos p_51311_, CollisionContext p_51312_) CandleBlock.getShape
(BlockState p_152817_, BlockGetter p_152818_, BlockPos p_152819_, CollisionContext p_152820_) CandleCakeBlock.getShape
(BlockState p_152875_, BlockGetter p_152876_, BlockPos p_152877_, CollisionContext p_152878_) CarpetBlock.getShape
(BlockState p_152917_, BlockGetter p_152918_, BlockPos p_152919_, CollisionContext p_152920_) CarrotBlock.getShape
(BlockState p_51330_, BlockGetter p_51331_, BlockPos p_51332_, CollisionContext p_51333_) CeilingHangingSignBlock.getShape
(BlockState p_250564_, BlockGetter p_248998_, BlockPos p_249501_, CollisionContext p_248978_) ChainBlock.getShape
(BlockState p_51470_, BlockGetter p_51471_, BlockPos p_51472_, CollisionContext p_51473_) ChestBlock.getShape
(BlockState p_51569_, BlockGetter p_51570_, BlockPos p_51571_, CollisionContext p_51572_) CocoaBlock.getShape
(BlockState p_51787_, BlockGetter p_51788_, BlockPos p_51789_, CollisionContext p_51790_) ComposterBlock.getShape
(BlockState p_51973_, BlockGetter p_51974_, BlockPos p_51975_, CollisionContext p_51976_) ConduitBlock.getShape
(BlockState p_52122_, BlockGetter p_52123_, BlockPos p_52124_, CollisionContext p_52125_) CoralPlantBlock.getShape
(BlockState p_52190_, BlockGetter p_52191_, BlockPos p_52192_, CollisionContext p_52193_) CropBlock.getShape
(BlockState p_52297_, BlockGetter p_52298_, BlockPos p_52299_, CollisionContext p_52300_) CrossCollisionBlock.getShape
(BlockState p_52352_, BlockGetter p_52353_, BlockPos p_52354_, CollisionContext p_52355_) DaylightDetectorBlock.getShape
(BlockState p_52402_, BlockGetter p_52403_, BlockPos p_52404_, CollisionContext p_52405_) DeadBushBlock.getShape
(BlockState p_52419_, BlockGetter p_52420_, BlockPos p_52421_, CollisionContext p_52422_) DiodeBlock.getShape
(BlockState p_52556_, BlockGetter p_52557_, BlockPos p_52558_, CollisionContext p_52559_) DirtPathBlock.getShape
(BlockState p_153143_, BlockGetter p_153144_, BlockPos p_153145_, CollisionContext p_153146_) DoorBlock.getShape
(BlockState p_52807_, BlockGetter p_52808_, BlockPos p_52809_, CollisionContext p_52810_) DragonEggBlock.getShape
(BlockState p_52930_, BlockGetter p_52931_, BlockPos p_52932_, CollisionContext p_52933_) EnchantmentTableBlock.getShape
(BlockState p_52988_, BlockGetter p_52989_, BlockPos p_52990_, CollisionContext p_52991_) EnderChestBlock.getShape
(BlockState p_53171_, BlockGetter p_53172_, BlockPos p_53173_, CollisionContext p_53174_) EndPortalBlock.getShape
(BlockState p_53038_, BlockGetter p_53039_, BlockPos p_53040_, CollisionContext p_53041_) EndPortalFrameBlock.getShape
(BlockState p_53073_, BlockGetter p_53074_, BlockPos p_53075_, CollisionContext p_53076_) FarmBlock.getShape
(BlockState p_53290_, BlockGetter p_53291_, BlockPos p_53292_, CollisionContext p_53293_) FenceGateBlock.getShape
(BlockState p_53391_, BlockGetter p_53392_, BlockPos p_53393_, CollisionContext p_53394_) FireBlock.getShape
(BlockState p_53474_, BlockGetter p_53475_, BlockPos p_53476_, CollisionContext p_53477_) FlowerBlock.getShape
(BlockState p_53517_, BlockGetter p_53518_, BlockPos p_53519_, CollisionContext p_53520_) FlowerPotBlock.getShape
(BlockState p_53556_, BlockGetter p_53557_, BlockPos p_53558_, CollisionContext p_53559_) FrogspawnBlock.getShape
(BlockState p_221199_, BlockGetter p_221200_, BlockPos p_221201_, CollisionContext p_221202_) FungusBlock.getShape
(BlockState p_53618_, BlockGetter p_53619_, BlockPos p_53620_, CollisionContext p_53621_) GrindstoneBlock.getShape
(BlockState p_53842_, BlockGetter p_53843_, BlockPos p_53844_, CollisionContext p_53845_) GrowingPlantBlock.getShape
(BlockState p_53880_, BlockGetter p_53881_, BlockPos p_53882_, CollisionContext p_53883_) HangingRootsBlock.getShape
(BlockState p_153342_, BlockGetter p_153343_, BlockPos p_153344_, CollisionContext p_153345_) HopperBlock.getShape
(BlockState p_54105_, BlockGetter p_54106_, BlockPos p_54107_, CollisionContext p_54108_) LadderBlock.getShape
(BlockState p_54372_, BlockGetter p_54373_, BlockPos p_54374_, CollisionContext p_54375_) LanternBlock.getShape
(BlockState p_153474_, BlockGetter p_153475_, BlockPos p_153476_, CollisionContext p_153477_) LecternBlock.getShape
(BlockState p_54561_, BlockGetter p_54562_, BlockPos p_54563_, CollisionContext p_54564_) LeverBlock.getShape
(BlockState p_54665_, BlockGetter p_54666_, BlockPos p_54667_, CollisionContext p_54668_) LightBlock.getShape
(BlockState p_153668_, BlockGetter p_153669_, BlockPos p_153670_, CollisionContext p_153671_) LiquidBlock.getShape
(BlockState p_54749_, BlockGetter p_54750_, BlockPos p_54751_, CollisionContext p_54752_) MangrovePropaguleBlock.getShape
(BlockState p_221468_, BlockGetter p_221469_, BlockPos p_221470_, CollisionContext p_221471_) MultifaceBlock.getShape
(BlockState p_153851_, BlockGetter p_153852_, BlockPos p_153853_, CollisionContext p_153854_) MushroomBlock.getShape
(BlockState p_54889_, BlockGetter p_54890_, BlockPos p_54891_, CollisionContext p_54892_) NetherPortalBlock.getShape
(BlockState p_54942_, BlockGetter p_54943_, BlockPos p_54944_, CollisionContext p_54945_) NetherSproutsBlock.getShape
(BlockState p_54955_, BlockGetter p_54956_, BlockPos p_54957_, CollisionContext p_54958_) NetherWartBlock.getShape
(BlockState p_54986_, BlockGetter p_54987_, BlockPos p_54988_, CollisionContext p_54989_) PiglinWallSkullBlock.getShape
(BlockState p_261765_, BlockGetter p_261604_, BlockPos p_261948_, CollisionContext p_261889_) PipeBlock.getShape
(BlockState p_55170_, BlockGetter p_55171_, BlockPos p_55172_, CollisionContext p_55173_) PointedDripstoneBlock.getShape
(BlockState p_154117_, BlockGetter p_154118_, BlockPos p_154119_, CollisionContext p_154120_) PotatoBlock.getShape
(BlockState p_55200_, BlockGetter p_55201_, BlockPos p_55202_, CollisionContext p_55203_) RedstoneWallTorchBlock.getShape
(BlockState p_55781_, BlockGetter p_55782_, BlockPos p_55783_, CollisionContext p_55784_) RedStoneWireBlock.getShape
(BlockState p_55620_, BlockGetter p_55621_, BlockPos p_55622_, CollisionContext p_55623_) RodBlock.getShape
(BlockState p_154346_, BlockGetter p_154347_, BlockPos p_154348_, CollisionContext p_154349_) RootsBlock.getShape
(BlockState p_55915_, BlockGetter p_55916_, BlockPos p_55917_, CollisionContext p_55918_) SaplingBlock.getShape
(BlockState p_56008_, BlockGetter p_56009_, BlockPos p_56010_, CollisionContext p_56011_) ScaffoldingBlock.getShape
(BlockState p_56057_, BlockGetter p_56058_, BlockPos p_56059_, CollisionContext p_56060_) SculkSensorBlock.getShape
(BlockState p_154432_, BlockGetter p_154433_, BlockPos p_154434_, CollisionContext p_154435_) SeagrassBlock.getShape
(BlockState p_154525_, BlockGetter p_154526_, BlockPos p_154527_, CollisionContext p_154528_) SeaPickleBlock.getShape
(BlockState p_56122_, BlockGetter p_56123_, BlockPos p_56124_, CollisionContext p_56125_) ShulkerBoxBlock.getShape
(BlockState p_56257_, BlockGetter p_56258_, BlockPos p_56259_, CollisionContext p_56260_) SignBlock.getShape
(BlockState p_56293_, BlockGetter p_56294_, BlockPos p_56295_, CollisionContext p_56296_) SkullBlock.getShape
(BlockState p_56331_, BlockGetter p_56332_, BlockPos p_56333_, CollisionContext p_56334_) SlabBlock.getShape
(BlockState p_56390_, BlockGetter p_56391_, BlockPos p_56392_, CollisionContext p_56393_) SmallDripleafBlock.getShape
(BlockState p_154610_, BlockGetter p_154611_, BlockPos p_154612_, CollisionContext p_154613_) SnowLayerBlock.getShape
(BlockState p_56620_, BlockGetter p_56621_, BlockPos p_56622_, CollisionContext p_56623_) SporeBlossomBlock.getShape
(BlockState p_154699_, BlockGetter p_154700_, BlockPos p_154701_, CollisionContext p_154702_) StairBlock.getShape
(BlockState p_56956_, BlockGetter p_56957_, BlockPos p_56958_, CollisionContext p_56959_) StemBlock.getShape
(BlockState p_57047_, BlockGetter p_57048_, BlockPos p_57049_, CollisionContext p_57050_) StonecutterBlock.getShape
(BlockState p_57100_, BlockGetter p_57101_, BlockPos p_57102_, CollisionContext p_57103_) StructureVoidBlock.getShape
(BlockState p_57158_, BlockGetter p_57159_, BlockPos p_57160_, CollisionContext p_57161_) SugarCaneBlock.getShape
(BlockState p_57193_, BlockGetter p_57194_, BlockPos p_57195_, CollisionContext p_57196_) SweetBerryBushBlock.getShape
(BlockState p_57291_, BlockGetter p_57292_, BlockPos p_57293_, CollisionContext p_57294_) TallGrassBlock.getShape
(BlockState p_57336_, BlockGetter p_57337_, BlockPos p_57338_, CollisionContext p_57339_) TallSeagrassBlock.getShape
(BlockState p_154763_, BlockGetter p_154764_, BlockPos p_154765_, CollisionContext p_154766_) TorchBlock.getShape
(BlockState p_57510_, BlockGetter p_57511_, BlockPos p_57512_, CollisionContext p_57513_) TrapDoorBlock.getShape
(BlockState p_57563_, BlockGetter p_57564_, BlockPos p_57565_, CollisionContext p_57566_) TripWireBlock.getShape
(BlockState p_57654_, BlockGetter p_57655_, BlockPos p_57656_, CollisionContext p_57657_) TripWireHookBlock.getShape
(BlockState p_57740_, BlockGetter p_57741_, BlockPos p_57742_, CollisionContext p_57743_) TurtleEggBlock.getShape
(BlockState p_57809_, BlockGetter p_57810_, BlockPos p_57811_, CollisionContext p_57812_) VineBlock.getShape
(BlockState p_57897_, BlockGetter p_57898_, BlockPos p_57899_, CollisionContext p_57900_) WallBannerBlock.getShape
(BlockState p_57944_, BlockGetter p_57945_, BlockPos p_57946_, CollisionContext p_57947_) WallBlock.getShape
(BlockState p_58050_, BlockGetter p_58051_, BlockPos p_58052_, CollisionContext p_58053_) WallHangingSignBlock.getShape
(BlockState p_250980_, BlockGetter p_251012_, BlockPos p_251391_, CollisionContext p_251875_) WallSignBlock.getShape
(BlockState p_58092_, BlockGetter p_58093_, BlockPos p_58094_, CollisionContext p_58095_) WallSkullBlock.getShape
(BlockState p_58114_, BlockGetter p_58115_, BlockPos p_58116_, CollisionContext p_58117_) WallTorchBlock.getShape
(BlockState p_58152_, BlockGetter p_58153_, BlockPos p_58154_, CollisionContext p_58155_) WaterlilyBlock.getShape
(BlockState p_58169_, BlockGetter p_58170_, BlockPos p_58171_, CollisionContext p_58172_) int
BasePressurePlateBlock.getSignal
(BlockState p_49309_, BlockGetter p_49310_, BlockPos p_49311_, Direction p_49312_) int
ButtonBlock.getSignal
(BlockState p_51078_, BlockGetter p_51079_, BlockPos p_51080_, Direction p_51081_) int
DaylightDetectorBlock.getSignal
(BlockState p_52386_, BlockGetter p_52387_, BlockPos p_52388_, Direction p_52389_) int
DetectorRailBlock.getSignal
(BlockState p_52449_, BlockGetter p_52450_, BlockPos p_52451_, Direction p_52452_) int
DiodeBlock.getSignal
(BlockState p_52520_, BlockGetter p_52521_, BlockPos p_52522_, Direction p_52523_) int
LecternBlock.getSignal
(BlockState p_54515_, BlockGetter p_54516_, BlockPos p_54517_, Direction p_54518_) int
LeverBlock.getSignal
(BlockState p_54635_, BlockGetter p_54636_, BlockPos p_54637_, Direction p_54638_) int
LightningRodBlock.getSignal
(BlockState p_153723_, BlockGetter p_153724_, BlockPos p_153725_, Direction p_153726_) int
ObserverBlock.getSignal
(BlockState p_55101_, BlockGetter p_55102_, BlockPos p_55103_, Direction p_55104_) int
PoweredBlock.getSignal
(BlockState p_55208_, BlockGetter p_55209_, BlockPos p_55210_, Direction p_55211_) int
RedstoneTorchBlock.getSignal
(BlockState p_55694_, BlockGetter p_55695_, BlockPos p_55696_, Direction p_55697_) int
RedstoneWallTorchBlock.getSignal
(BlockState p_55752_, BlockGetter p_55753_, BlockPos p_55754_, Direction p_55755_) int
RedStoneWireBlock.getSignal
(BlockState p_55549_, BlockGetter p_55550_, BlockPos p_55551_, Direction p_55552_) int
SculkSensorBlock.getSignal
(BlockState p_154437_, BlockGetter p_154438_, BlockPos p_154439_, Direction p_154440_) int
TargetBlock.getSignal
(BlockState p_57402_, BlockGetter p_57403_, BlockPos p_57404_, Direction p_57405_) int
TrappedChestBlock.getSignal
(BlockState p_57577_, BlockGetter p_57578_, BlockPos p_57579_, Direction p_57580_) int
TripWireHookBlock.getSignal
(BlockState p_57710_, BlockGetter p_57711_, BlockPos p_57712_, Direction p_57713_) protected abstract int
BasePressurePlateBlock.getSignalStrength
(Level p_49336_, BlockPos p_49337_) protected int
PressurePlateBlock.getSignalStrength
(Level p_55264_, BlockPos p_55265_) protected int
WeightedPressurePlateBlock.getSignalStrength
(Level p_58213_, BlockPos p_58214_) MultifaceSpreader.getSpreadFromFaceTowardDirection
(BlockState p_221613_, BlockGetter p_221614_, BlockPos p_221615_, Direction p_221616_, Direction p_221617_, MultifaceSpreader.SpreadPredicate p_221618_) abstract MultifaceSpreader.SpreadPos
MultifaceSpreader.SpreadType.getSpreadPos
(BlockPos p_221741_, Direction p_221742_, Direction p_221743_) private static StairsShape
StairBlock.getStairsShape
(BlockState p_56977_, BlockGetter p_56978_, BlockPos p_56979_) static BlockState
BaseFireBlock.getState
(BlockGetter p_49246_, BlockPos p_49247_) ChorusPlantBlock.getStateForPlacement
(BlockGetter p_51711_, BlockPos p_51712_) 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_) private BlockState
FireBlock.getStateWithAge
(LevelAccessor p_53438_, BlockPos p_53439_, int p_53440_) private BlockState
VineBlock.getUpdatedState
(BlockState p_57902_, BlockGetter p_57903_, BlockPos p_57904_) private static BlockPos
SculkSpreader.ChargeCursor.getValidMovementPos
(LevelAccessor p_222308_, BlockPos p_222309_, RandomSource p_222310_) AbstractGlassBlock.getVisualShape
(BlockState p_48735_, BlockGetter p_48736_, BlockPos p_48737_, CollisionContext p_48738_) FenceBlock.getVisualShape
(BlockState p_53311_, BlockGetter p_53312_, BlockPos p_53313_, CollisionContext p_53314_) IronBarsBlock.getVisualShape
(BlockState p_54202_, BlockGetter p_54203_, BlockPos p_54204_, CollisionContext p_54205_) MudBlock.getVisualShape
(BlockState p_221556_, BlockGetter p_221557_, BlockPos p_221558_, CollisionContext p_221559_) PowderSnowBlock.getVisualShape
(BlockState p_154276_, BlockGetter p_154277_, BlockPos p_154278_, CollisionContext p_154279_) SnowLayerBlock.getVisualShape
(BlockState p_56597_, BlockGetter p_56598_, BlockPos p_56599_, CollisionContext p_56600_) SoulSandBlock.getVisualShape
(BlockState p_56684_, BlockGetter p_56685_, BlockPos p_56686_, CollisionContext p_56687_) boolean
ComparatorBlock.getWeakChanges
(BlockState state, LevelReader world, BlockPos pos) private static void
PointedDripstoneBlock.grow
(ServerLevel p_154036_, BlockPos p_154037_, Direction p_154038_) protected void
BambooSaplingBlock.growBamboo
(Level p_48973_, BlockPos p_48974_) protected void
BambooStalkBlock.growBamboo
(BlockState p_261855_, Level p_262076_, BlockPos p_262109_, RandomSource p_261633_, int p_261759_) void
CropBlock.growCrops
(Level p_52264_, BlockPos p_52265_, BlockState p_52266_) boolean
MushroomBlock.growMushroom
(ServerLevel p_221774_, BlockPos p_221775_, BlockState p_221776_, RandomSource p_221777_) static void
PointedDripstoneBlock.growStalactiteOrStalagmiteIfPossible
(BlockState p_221888_, ServerLevel p_221889_, BlockPos p_221890_, RandomSource p_221891_) private static void
PointedDripstoneBlock.growStalagmiteBelow
(ServerLevel p_154033_, BlockPos p_154034_) private static void
ChorusFlowerBlock.growTreeRecursive
(LevelAccessor p_220968_, BlockPos p_220969_, RandomSource p_220970_, BlockPos p_220971_, int p_220972_, int p_220973_) protected void
LayeredCauldronBlock.handleEntityOnFireInside
(BlockState p_153556_, Level p_153557_, BlockPos p_153558_) protected void
PowderSnowCauldronBlock.handleEntityOnFireInside
(BlockState p_154294_, Level p_154295_, BlockPos p_154296_) static void
ComposterBlock.handleFill
(Level p_51924_, BlockPos p_51925_, boolean p_51926_) void
Block.handlePrecipitation
(BlockState p_152450_, Level p_152451_, BlockPos p_152452_, Biome.Precipitation p_152453_) void
CauldronBlock.handlePrecipitation
(BlockState p_152935_, Level p_152936_, BlockPos p_152937_, Biome.Precipitation p_152938_) void
LayeredCauldronBlock.handlePrecipitation
(BlockState p_153539_, Level p_153540_, BlockPos p_153541_, Biome.Precipitation p_153542_) private boolean
RailState.hasConnection
(BlockPos p_55444_) private boolean
RailState.hasNeighborRail
(BlockPos p_55447_) protected boolean
RedstoneTorchBlock.hasNeighborSignal
(Level p_55681_, BlockPos p_55682_, BlockState p_55683_) protected boolean
RedstoneWallTorchBlock.hasNeighborSignal
(Level p_55748_, BlockPos p_55749_, BlockState p_55750_) private boolean
static boolean
SculkVeinBlock.hasSubstrateAccess
(LevelAccessor p_222355_, BlockState p_222356_, BlockPos p_222357_) private void
FrogspawnBlock.hatchFrogspawn
(ServerLevel p_221182_, BlockPos p_221183_, RandomSource p_221184_) private boolean
BeehiveBlock.hiveContainsBees
(Level p_49655_, BlockPos p_49656_) static BlockState
ComposterBlock.insertItem
(BlockState p_51930_, ServerLevel p_51931_, ItemStack p_51932_, BlockPos p_51933_) private static void
RedStoneOreBlock.interact
(BlockState p_55493_, Level p_55494_, BlockPos p_55495_) static boolean
VineBlock.isAcceptableNeighbour
(BlockGetter p_57854_, BlockPos p_57855_, Direction p_57856_) private static boolean
ChestBlock.isBlockedChestByBlock
(BlockGetter p_51500_, BlockPos p_51501_) boolean
AzaleaBlock.isBonemealSuccess
(Level p_220712_, RandomSource p_220713_, BlockPos p_220714_, BlockState p_220715_) boolean
BambooSaplingBlock.isBonemealSuccess
(Level p_220748_, RandomSource p_220749_, BlockPos p_220750_, BlockState p_220751_) boolean
BambooStalkBlock.isBonemealSuccess
(Level p_261870_, RandomSource p_261802_, BlockPos p_262123_, BlockState p_261972_) boolean
BigDripleafBlock.isBonemealSuccess
(Level p_220788_, RandomSource p_220789_, BlockPos p_220790_, BlockState p_220791_) boolean
BigDripleafStemBlock.isBonemealSuccess
(Level p_220808_, RandomSource p_220809_, BlockPos p_220810_, BlockState p_220811_) boolean
BonemealableBlock.isBonemealSuccess
(Level p_220878_, RandomSource p_220879_, BlockPos p_220880_, BlockState p_220881_) boolean
CaveVinesBlock.isBonemealSuccess
(Level p_220930_, RandomSource p_220931_, BlockPos p_220932_, BlockState p_220933_) boolean
CaveVinesPlantBlock.isBonemealSuccess
(Level p_220943_, RandomSource p_220944_, BlockPos p_220945_, BlockState p_220946_) boolean
CocoaBlock.isBonemealSuccess
(Level p_220995_, RandomSource p_220996_, BlockPos p_220997_, BlockState p_220998_) boolean
CropBlock.isBonemealSuccess
(Level p_221045_, RandomSource p_221046_, BlockPos p_221047_, BlockState p_221048_) boolean
FungusBlock.isBonemealSuccess
(Level p_221248_, RandomSource p_221249_, BlockPos p_221250_, BlockState p_221251_) boolean
GlowLichenBlock.isBonemealSuccess
(Level p_221264_, RandomSource p_221265_, BlockPos p_221266_, BlockState p_221267_) boolean
GrassBlock.isBonemealSuccess
(Level p_221275_, RandomSource p_221276_, BlockPos p_221277_, BlockState p_221278_) boolean
GrowingPlantBodyBlock.isBonemealSuccess
(Level p_221290_, RandomSource p_221291_, BlockPos p_221292_, BlockState p_221293_) boolean
GrowingPlantHeadBlock.isBonemealSuccess
(Level p_221343_, RandomSource p_221344_, BlockPos p_221345_, BlockState p_221346_) boolean
MangroveLeavesBlock.isBonemealSuccess
(Level p_221437_, RandomSource p_221438_, BlockPos p_221439_, BlockState p_221440_) boolean
MangrovePropaguleBlock.isBonemealSuccess
(Level p_221463_, RandomSource p_221464_, BlockPos p_221465_, BlockState p_221466_) boolean
MossBlock.isBonemealSuccess
(Level p_221538_, RandomSource p_221539_, BlockPos p_221540_, BlockState p_221541_) boolean
MushroomBlock.isBonemealSuccess
(Level p_221779_, RandomSource p_221780_, BlockPos p_221781_, BlockState p_221782_) boolean
NetherrackBlock.isBonemealSuccess
(Level p_221816_, RandomSource p_221817_, BlockPos p_221818_, BlockState p_221819_) boolean
NyliumBlock.isBonemealSuccess
(Level p_221830_, RandomSource p_221831_, BlockPos p_221832_, BlockState p_221833_) boolean
RootedDirtBlock.isBonemealSuccess
(Level p_221979_, RandomSource p_221980_, BlockPos p_221981_, BlockState p_221982_) boolean
SaplingBlock.isBonemealSuccess
(Level p_222006_, RandomSource p_222007_, BlockPos p_222008_, BlockState p_222009_) boolean
SeagrassBlock.isBonemealSuccess
(Level p_222428_, RandomSource p_222429_, BlockPos p_222430_, BlockState p_222431_) boolean
SeaPickleBlock.isBonemealSuccess
(Level p_222418_, RandomSource p_222419_, BlockPos p_222420_, BlockState p_222421_) boolean
SmallDripleafBlock.isBonemealSuccess
(Level p_222438_, RandomSource p_222439_, BlockPos p_222440_, BlockState p_222441_) boolean
StemBlock.isBonemealSuccess
(Level p_222533_, RandomSource p_222534_, BlockPos p_222535_, BlockState p_222536_) boolean
SweetBerryBushBlock.isBonemealSuccess
(Level p_222558_, RandomSource p_222559_, BlockPos p_222560_, BlockState p_222561_) boolean
TallFlowerBlock.isBonemealSuccess
(Level p_222573_, RandomSource p_222574_, BlockPos p_222575_, BlockState p_222576_) boolean
TallGrassBlock.isBonemealSuccess
(Level p_222583_, RandomSource p_222584_, BlockPos p_222585_, BlockState p_222586_) private boolean
ScaffoldingBlock.isBottom
(BlockGetter p_56028_, BlockPos p_56029_, int p_56030_) private static boolean
BedBlock.isBunkBed
(BlockGetter p_49542_, BlockPos p_49543_) private static boolean
ChestBlock.isCatSittingOnChest
(LevelAccessor p_51564_, BlockPos p_51565_) static boolean
ChestBlock.isChestBlockedAt
(LevelAccessor p_51509_, BlockPos p_51510_) boolean
BambooStalkBlock.isCollisionShapeFullBlock
(BlockState p_262062_, BlockGetter p_261848_, BlockPos p_261466_) boolean
PointedDripstoneBlock.isCollisionShapeFullBlock
(BlockState p_181235_, BlockGetter p_181236_, BlockPos p_181237_) protected boolean
AbstractCauldronBlock.isEntityInsideContent
(BlockState p_151980_, BlockPos p_151981_, Entity p_151982_) boolean
BaseRailBlock.isFlexibleRail
(BlockState state, BlockGetter world, BlockPos pos) boolean
TrapDoorBlock.isLadder
(BlockState state, LevelReader world, BlockPos pos, LivingEntity entity) boolean
DiodeBlock.isLocked
(LevelReader p_52511_, BlockPos p_52512_, BlockState p_52513_) boolean
RepeaterBlock.isLocked
(LevelReader p_55805_, BlockPos p_55806_, BlockState p_55807_) private static boolean
SculkSpreader.ChargeCursor.isMovementUnobstructed
(LevelAccessor p_222318_, BlockPos p_222319_, BlockPos p_222320_) protected boolean
FireBlock.isNearRain
(Level p_53429_, BlockPos p_53430_) private static boolean
FarmBlock.isNearWater
(LevelReader p_53259_, BlockPos p_53260_) boolean
AbstractCauldronBlock.isPathfindable
(BlockState p_151959_, BlockGetter p_151960_, BlockPos p_151961_, PathComputationType p_151962_) boolean
AbstractSkullBlock.isPathfindable
(BlockState p_48750_, BlockGetter p_48751_, BlockPos p_48752_, PathComputationType p_48753_) boolean
AnvilBlock.isPathfindable
(BlockState p_48799_, BlockGetter p_48800_, BlockPos p_48801_, PathComputationType p_48802_) boolean
BambooStalkBlock.isPathfindable
(BlockState p_262166_, BlockGetter p_262143_, BlockPos p_261968_, PathComputationType p_261513_) boolean
BedBlock.isPathfindable
(BlockState p_49510_, BlockGetter p_49511_, BlockPos p_49512_, PathComputationType p_49513_) boolean
BellBlock.isPathfindable
(BlockState p_49717_, BlockGetter p_49718_, BlockPos p_49719_, PathComputationType p_49720_) boolean
BrewingStandBlock.isPathfindable
(BlockState p_50921_, BlockGetter p_50922_, BlockPos p_50923_, PathComputationType p_50924_) boolean
BushBlock.isPathfindable
(BlockState p_51023_, BlockGetter p_51024_, BlockPos p_51025_, PathComputationType p_51026_) boolean
CactusBlock.isPathfindable
(BlockState p_51143_, BlockGetter p_51144_, BlockPos p_51145_, PathComputationType p_51146_) boolean
CakeBlock.isPathfindable
(BlockState p_51193_, BlockGetter p_51194_, BlockPos p_51195_, PathComputationType p_51196_) boolean
CampfireBlock.isPathfindable
(BlockState p_51264_, BlockGetter p_51265_, BlockPos p_51266_, PathComputationType p_51267_) boolean
CandleCakeBlock.isPathfindable
(BlockState p_152870_, BlockGetter p_152871_, BlockPos p_152872_, PathComputationType p_152873_) boolean
ChainBlock.isPathfindable
(BlockState p_51456_, BlockGetter p_51457_, BlockPos p_51458_, PathComputationType p_51459_) boolean
ChestBlock.isPathfindable
(BlockState p_51522_, BlockGetter p_51523_, BlockPos p_51524_, PathComputationType p_51525_) boolean
ChorusPlantBlock.isPathfindable
(BlockState p_51719_, BlockGetter p_51720_, BlockPos p_51721_, PathComputationType p_51722_) boolean
CocoaBlock.isPathfindable
(BlockState p_51762_, BlockGetter p_51763_, BlockPos p_51764_, PathComputationType p_51765_) boolean
ComposterBlock.isPathfindable
(BlockState p_51940_, BlockGetter p_51941_, BlockPos p_51942_, PathComputationType p_51943_) boolean
ConduitBlock.isPathfindable
(BlockState p_52106_, BlockGetter p_52107_, BlockPos p_52108_, PathComputationType p_52109_) boolean
CrossCollisionBlock.isPathfindable
(BlockState p_52333_, BlockGetter p_52334_, BlockPos p_52335_, PathComputationType p_52336_) boolean
DirtPathBlock.isPathfindable
(BlockState p_153138_, BlockGetter p_153139_, BlockPos p_153140_, PathComputationType p_153141_) boolean
DoorBlock.isPathfindable
(BlockState p_52764_, BlockGetter p_52765_, BlockPos p_52766_, PathComputationType p_52767_) boolean
DragonEggBlock.isPathfindable
(BlockState p_52913_, BlockGetter p_52914_, BlockPos p_52915_, PathComputationType p_52916_) boolean
EnchantmentTableBlock.isPathfindable
(BlockState p_52969_, BlockGetter p_52970_, BlockPos p_52971_, PathComputationType p_52972_) boolean
EnderChestBlock.isPathfindable
(BlockState p_53132_, BlockGetter p_53133_, BlockPos p_53134_, PathComputationType p_53135_) boolean
EndPortalFrameBlock.isPathfindable
(BlockState p_53056_, BlockGetter p_53057_, BlockPos p_53058_, PathComputationType p_53059_) boolean
FarmBlock.isPathfindable
(BlockState p_53267_, BlockGetter p_53268_, BlockPos p_53269_, PathComputationType p_53270_) boolean
FenceBlock.isPathfindable
(BlockState p_53306_, BlockGetter p_53307_, BlockPos p_53308_, PathComputationType p_53309_) boolean
FenceGateBlock.isPathfindable
(BlockState p_53360_, BlockGetter p_53361_, BlockPos p_53362_, PathComputationType p_53363_) boolean
FlowerPotBlock.isPathfindable
(BlockState p_53535_, BlockGetter p_53536_, BlockPos p_53537_, PathComputationType p_53538_) boolean
GrindstoneBlock.isPathfindable
(BlockState p_53816_, BlockGetter p_53817_, BlockPos p_53818_, PathComputationType p_53819_) boolean
HopperBlock.isPathfindable
(BlockState p_54057_, BlockGetter p_54058_, BlockPos p_54059_, PathComputationType p_54060_) boolean
LanternBlock.isPathfindable
(BlockState p_153469_, BlockGetter p_153470_, BlockPos p_153471_, PathComputationType p_153472_) boolean
LecternBlock.isPathfindable
(BlockState p_54510_, BlockGetter p_54511_, BlockPos p_54512_, PathComputationType p_54513_) boolean
LiquidBlock.isPathfindable
(BlockState p_54704_, BlockGetter p_54705_, BlockPos p_54706_, PathComputationType p_54707_) boolean
MudBlock.isPathfindable
(BlockState p_221547_, BlockGetter p_221548_, BlockPos p_221549_, PathComputationType p_221550_) boolean
PointedDripstoneBlock.isPathfindable
(BlockState p_154112_, BlockGetter p_154113_, BlockPos p_154114_, PathComputationType p_154115_) boolean
PowderSnowBlock.isPathfindable
(BlockState p_154258_, BlockGetter p_154259_, BlockPos p_154260_, PathComputationType p_154261_) boolean
RespawnAnchorBlock.isPathfindable
(BlockState p_55865_, BlockGetter p_55866_, BlockPos p_55867_, PathComputationType p_55868_) boolean
RodBlock.isPathfindable
(BlockState p_154341_, BlockGetter p_154342_, BlockPos p_154343_, PathComputationType p_154344_) boolean
SculkSensorBlock.isPathfindable
(BlockState p_154427_, BlockGetter p_154428_, BlockPos p_154429_, PathComputationType p_154430_) boolean
SeaPickleBlock.isPathfindable
(BlockState p_56104_, BlockGetter p_56105_, BlockPos p_56106_, PathComputationType p_56107_) boolean
SlabBlock.isPathfindable
(BlockState p_56376_, BlockGetter p_56377_, BlockPos p_56378_, PathComputationType p_56379_) boolean
SnowLayerBlock.isPathfindable
(BlockState p_56592_, BlockGetter p_56593_, BlockPos p_56594_, PathComputationType p_56595_) boolean
SoulSandBlock.isPathfindable
(BlockState p_56679_, BlockGetter p_56680_, BlockPos p_56681_, PathComputationType p_56682_) boolean
StairBlock.isPathfindable
(BlockState p_56891_, BlockGetter p_56892_, BlockPos p_56893_, PathComputationType p_56894_) boolean
StonecutterBlock.isPathfindable
(BlockState p_57078_, BlockGetter p_57079_, BlockPos p_57080_, PathComputationType p_57081_) boolean
TrapDoorBlock.isPathfindable
(BlockState p_57535_, BlockGetter p_57536_, BlockPos p_57537_, PathComputationType p_57538_) boolean
WallBlock.isPathfindable
(BlockState p_57996_, BlockGetter p_57997_, BlockPos p_57998_, PathComputationType p_57999_) boolean
WallHangingSignBlock.isPathfindable
(BlockState p_253755_, BlockGetter p_254193_, BlockPos p_254136_, PathComputationType p_253687_) private static boolean
static boolean
protected boolean
PoweredRailBlock.isSameRailWithPower
(Level p_55226_, BlockPos p_55227_, boolean p_55228_, int p_55229_, RailShape p_55230_) static boolean
TurtleEggBlock.isSand
(BlockGetter p_57801_, BlockPos p_57802_) private boolean
HoneyBlock.isSlidingDown
(BlockPos p_54008_, Entity p_54009_) static boolean
CampfireBlock.isSmokeyPos
(Level p_51249_, BlockPos p_51250_) private static boolean
PointedDripstoneBlock.isStalactiteStartPos
(BlockState p_154204_, LevelReader p_154205_, BlockPos p_154206_) abstract boolean
SupportType.isSupporting
(BlockState p_57209_, BlockGetter p_57210_, BlockPos p_57211_, Direction p_57212_) private static boolean
RedstoneTorchBlock.isToggledTooFrequently
(Level p_55685_, BlockPos p_55686_, boolean p_55687_) private static boolean
FarmBlock.isUnderCrops
(BlockGetter p_53251_, BlockPos p_53252_) private static boolean
SculkSpreader.ChargeCursor.isUnobstructed
(LevelAccessor p_222322_, BlockPos p_222323_, Direction p_222324_) boolean
AzaleaBlock.isValidBonemealTarget
(LevelReader p_256329_, BlockPos p_256107_, BlockState p_255771_, boolean p_255916_) boolean
BambooSaplingBlock.isValidBonemealTarget
(LevelReader p_256136_, BlockPos p_256527_, BlockState p_255620_, boolean p_256316_) boolean
BambooStalkBlock.isValidBonemealTarget
(LevelReader p_262065_, BlockPos p_262033_, BlockState p_261700_, boolean p_261524_) boolean
BigDripleafBlock.isValidBonemealTarget
(LevelReader p_255698_, BlockPos p_256302_, BlockState p_255648_, boolean p_256217_) boolean
BigDripleafStemBlock.isValidBonemealTarget
(LevelReader p_255683_, BlockPos p_256358_, BlockState p_256408_, boolean p_255706_) boolean
BonemealableBlock.isValidBonemealTarget
(LevelReader p_256559_, BlockPos p_50898_, BlockState p_50899_, boolean p_50900_) boolean
CaveVinesBlock.isValidBonemealTarget
(LevelReader p_256026_, BlockPos p_152971_, BlockState p_152972_, boolean p_152973_) boolean
CaveVinesPlantBlock.isValidBonemealTarget
(LevelReader p_255942_, BlockPos p_153012_, BlockState p_153013_, boolean p_153014_) boolean
CocoaBlock.isValidBonemealTarget
(LevelReader p_256189_, BlockPos p_51753_, BlockState p_51754_, boolean p_51755_) boolean
CropBlock.isValidBonemealTarget
(LevelReader p_255715_, BlockPos p_52259_, BlockState p_52260_, boolean p_52261_) boolean
FungusBlock.isValidBonemealTarget
(LevelReader p_256655_, BlockPos p_256553_, BlockState p_256213_, boolean p_256270_) boolean
GlowLichenBlock.isValidBonemealTarget
(LevelReader p_256569_, BlockPos p_153290_, BlockState p_153291_, boolean p_153292_) boolean
GrassBlock.isValidBonemealTarget
(LevelReader p_256229_, BlockPos p_256432_, BlockState p_255677_, boolean p_256630_) boolean
GrowingPlantBodyBlock.isValidBonemealTarget
(LevelReader p_256221_, BlockPos p_255647_, BlockState p_256117_, boolean p_256504_) boolean
GrowingPlantHeadBlock.isValidBonemealTarget
(LevelReader p_255931_, BlockPos p_256046_, BlockState p_256550_, boolean p_256181_) boolean
MangroveLeavesBlock.isValidBonemealTarget
(LevelReader p_256534_, BlockPos p_256299_, BlockState p_255926_, boolean p_255711_) boolean
MangrovePropaguleBlock.isValidBonemealTarget
(LevelReader p_256541_, BlockPos p_221459_, BlockState p_221460_, boolean p_221461_) boolean
MossBlock.isValidBonemealTarget
(LevelReader p_256507_, BlockPos p_256224_, BlockState p_256628_, boolean p_256093_) boolean
MushroomBlock.isValidBonemealTarget
(LevelReader p_255904_, BlockPos p_54871_, BlockState p_54872_, boolean p_54873_) boolean
NetherrackBlock.isValidBonemealTarget
(LevelReader p_256620_, BlockPos p_55003_, BlockState p_55004_, boolean p_55005_) boolean
NyliumBlock.isValidBonemealTarget
(LevelReader p_256194_, BlockPos p_256152_, BlockState p_256389_, boolean p_255846_) boolean
RootedDirtBlock.isValidBonemealTarget
(LevelReader p_256100_, BlockPos p_255943_, BlockState p_255655_, boolean p_256455_) boolean
SaplingBlock.isValidBonemealTarget
(LevelReader p_256124_, BlockPos p_55992_, BlockState p_55993_, boolean p_55994_) boolean
SeagrassBlock.isValidBonemealTarget
(LevelReader p_255857_, BlockPos p_154511_, BlockState p_154512_, boolean p_154513_) boolean
SeaPickleBlock.isValidBonemealTarget
(LevelReader p_255984_, BlockPos p_56092_, BlockState p_56093_, boolean p_56094_) boolean
SmallDripleafBlock.isValidBonemealTarget
(LevelReader p_255772_, BlockPos p_154595_, BlockState p_154596_, boolean p_154597_) boolean
StemBlock.isValidBonemealTarget
(LevelReader p_255699_, BlockPos p_57031_, BlockState p_57032_, boolean p_57033_) boolean
SweetBerryBushBlock.isValidBonemealTarget
(LevelReader p_256056_, BlockPos p_57261_, BlockState p_57262_, boolean p_57263_) boolean
TallFlowerBlock.isValidBonemealTarget
(LevelReader p_256234_, BlockPos p_57304_, BlockState p_57305_, boolean p_57306_) boolean
TallGrassBlock.isValidBonemealTarget
(LevelReader p_255692_, BlockPos p_57326_, BlockState p_57327_, boolean p_57328_) static boolean
EnchantmentTableBlock.isValidBookShelf
(Level p_207910_, BlockPos p_207911_, BlockPos p_207912_) private boolean
FireBlock.isValidFireLocation
(BlockGetter p_53486_, BlockPos p_53487_) private static boolean
PointedDripstoneBlock.isValidPointedDripstonePlacement
(LevelReader p_154222_, BlockPos p_154223_, Direction p_154224_) boolean
MultifaceBlock.isValidStateForPlacement
(BlockGetter p_221572_, BlockState p_221573_, BlockPos p_221574_, Direction p_221575_) private static boolean
RespawnAnchorBlock.isWaterThatWouldFlow
(BlockPos p_55888_, Level p_55889_) static boolean
DoorBlock.isWoodenDoor
(Level p_52746_, BlockPos p_52747_) private boolean
BedBlock.kickVillagerOutOfBed
(Level p_49491_, BlockPos p_49492_) static void
LayeredCauldronBlock.lowerFillLevel
(BlockState p_153560_, Level p_153561_, BlockPos p_153562_) private static void
LeverBlock.makeParticle
(BlockState p_54658_, LevelAccessor p_54659_, BlockPos p_54660_, float p_54661_) static void
CampfireBlock.makeParticles
(Level p_51252_, BlockPos p_51253_, boolean p_51254_, boolean p_51255_) private void
HoneyBlock.maybeDoSlideAchievement
(Entity p_53992_, BlockPos p_53993_) static void
PointedDripstoneBlock.maybeTransferFluid
(BlockState p_221860_, ServerLevel p_221861_, BlockPos p_221862_, float p_221863_) 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
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_) protected void
IceBlock.melt
(BlockState p_54169_, Level p_54170_, BlockPos p_54171_) void
BaseRailBlock.neighborChanged
(BlockState p_49377_, Level p_49378_, BlockPos p_49379_, Block p_49380_, BlockPos p_49381_, boolean p_49382_) void
BellBlock.neighborChanged
(BlockState p_49729_, Level p_49730_, BlockPos p_49731_, Block p_49732_, BlockPos p_49733_, boolean p_49734_) void
BigDripleafBlock.neighborChanged
(BlockState p_152271_, Level p_152272_, BlockPos p_152273_, Block p_152274_, BlockPos p_152275_, boolean p_152276_) void
CommandBlock.neighborChanged
(BlockState p_51838_, Level p_51839_, BlockPos p_51840_, Block p_51841_, BlockPos p_51842_, boolean p_51843_) void
DiodeBlock.neighborChanged
(BlockState p_52525_, Level p_52526_, BlockPos p_52527_, Block p_52528_, BlockPos p_52529_, boolean p_52530_) void
DispenserBlock.neighborChanged
(BlockState p_52700_, Level p_52701_, BlockPos p_52702_, Block p_52703_, BlockPos p_52704_, boolean p_52705_) void
DoorBlock.neighborChanged
(BlockState p_52776_, Level p_52777_, BlockPos p_52778_, Block p_52779_, BlockPos p_52780_, boolean p_52781_) void
FenceGateBlock.neighborChanged
(BlockState p_53372_, Level p_53373_, BlockPos p_53374_, Block p_53375_, BlockPos p_53376_, boolean p_53377_) void
FrostedIceBlock.neighborChanged
(BlockState p_53579_, Level p_53580_, BlockPos p_53581_, Block p_53582_, BlockPos p_53583_, boolean p_53584_) void
HopperBlock.neighborChanged
(BlockState p_54078_, Level p_54079_, BlockPos p_54080_, Block p_54081_, BlockPos p_54082_, boolean p_54083_) void
LiquidBlock.neighborChanged
(BlockState p_54709_, Level p_54710_, BlockPos p_54711_, Block p_54712_, BlockPos p_54713_, boolean p_54714_) void
NoteBlock.neighborChanged
(BlockState p_55041_, Level p_55042_, BlockPos p_55043_, Block p_55044_, BlockPos p_55045_, boolean p_55046_) void
RedstoneLampBlock.neighborChanged
(BlockState p_55666_, Level p_55667_, BlockPos p_55668_, Block p_55669_, BlockPos p_55670_, boolean p_55671_) void
RedstoneTorchBlock.neighborChanged
(BlockState p_55699_, Level p_55700_, BlockPos p_55701_, Block p_55702_, BlockPos p_55703_, boolean p_55704_) void
RedStoneWireBlock.neighborChanged
(BlockState p_55561_, Level p_55562_, BlockPos p_55563_, Block p_55564_, BlockPos p_55565_, boolean p_55566_) void
SpongeBlock.neighborChanged
(BlockState p_56801_, Level p_56802_, BlockPos p_56803_, Block p_56804_, BlockPos p_56805_, boolean p_56806_) void
StructureBlock.neighborChanged
(BlockState p_57135_, Level p_57136_, BlockPos p_57137_, Block p_57138_, BlockPos p_57139_, boolean p_57140_) void
TntBlock.neighborChanged
(BlockState p_57457_, Level p_57458_, BlockPos p_57459_, Block p_57460_, BlockPos p_57461_, boolean p_57462_) void
TrapDoorBlock.neighborChanged
(BlockState p_57547_, Level p_57548_, BlockPos p_57549_, Block p_57550_, BlockPos p_57551_, boolean p_57552_) 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_) AbstractBannerBlock.newBlockEntity
(BlockPos p_151892_, BlockState p_151893_) AbstractSkullBlock.newBlockEntity
(BlockPos p_151996_, BlockState p_151997_) BarrelBlock.newBlockEntity
(BlockPos p_152102_, BlockState p_152103_) BeaconBlock.newBlockEntity
(BlockPos p_152164_, BlockState p_152165_) BedBlock.newBlockEntity
(BlockPos p_152175_, BlockState p_152176_) BeehiveBlock.newBlockEntity
(BlockPos p_152184_, BlockState p_152185_) BellBlock.newBlockEntity
(BlockPos p_152198_, BlockState p_152199_) BlastFurnaceBlock.newBlockEntity
(BlockPos p_152386_, BlockState p_152387_) BrewingStandBlock.newBlockEntity
(BlockPos p_152698_, BlockState p_152699_) CampfireBlock.newBlockEntity
(BlockPos p_152759_, BlockState p_152760_) CeilingHangingSignBlock.newBlockEntity
(BlockPos p_249338_, BlockState p_250706_) ChestBlock.newBlockEntity
(BlockPos p_153064_, BlockState p_153065_) @Nullable BlockEntity
ChiseledBookShelfBlock.newBlockEntity
(BlockPos p_250440_, BlockState p_248729_) CommandBlock.newBlockEntity
(BlockPos p_153083_, BlockState p_153084_) ComparatorBlock.newBlockEntity
(BlockPos p_153086_, BlockState p_153087_) ConduitBlock.newBlockEntity
(BlockPos p_153098_, BlockState p_153099_) DaylightDetectorBlock.newBlockEntity
(BlockPos p_153118_, BlockState p_153119_) DispenserBlock.newBlockEntity
(BlockPos p_153162_, BlockState p_153163_) DropperBlock.newBlockEntity
(BlockPos p_153179_, BlockState p_153180_) EnchantmentTableBlock.newBlockEntity
(BlockPos p_153186_, BlockState p_153187_) EnderChestBlock.newBlockEntity
(BlockPos p_153208_, BlockState p_153209_) EndGatewayBlock.newBlockEntity
(BlockPos p_153193_, BlockState p_153194_) EndPortalBlock.newBlockEntity
(BlockPos p_153196_, BlockState p_153197_) EntityBlock.newBlockEntity
(BlockPos p_153215_, BlockState p_153216_) FurnaceBlock.newBlockEntity
(BlockPos p_153277_, BlockState p_153278_) HopperBlock.newBlockEntity
(BlockPos p_153382_, BlockState p_153383_) JigsawBlock.newBlockEntity
(BlockPos p_153448_, BlockState p_153449_) JukeboxBlock.newBlockEntity
(BlockPos p_153451_, BlockState p_153452_) LecternBlock.newBlockEntity
(BlockPos p_153573_, BlockState p_153574_) SculkCatalystBlock.newBlockEntity
(BlockPos p_222117_, BlockState p_222118_) SculkSensorBlock.newBlockEntity
(BlockPos p_154466_, BlockState p_154467_) SculkShriekerBlock.newBlockEntity
(BlockPos p_222213_, BlockState p_222214_) ShulkerBoxBlock.newBlockEntity
(BlockPos p_154552_, BlockState p_154553_) SignBlock.newBlockEntity
(BlockPos p_154556_, BlockState p_154557_) SmokerBlock.newBlockEntity
(BlockPos p_154644_, BlockState p_154645_) SpawnerBlock.newBlockEntity
(BlockPos p_154687_, BlockState p_154688_) StructureBlock.newBlockEntity
(BlockPos p_154732_, BlockState p_154733_) TrappedChestBlock.newBlockEntity
(BlockPos p_154834_, BlockState p_154835_) WallHangingSignBlock.newBlockEntity
(BlockPos p_250745_, BlockState p_250905_) private void
TripWireHookBlock.notifyNeighbors
(Level p_57694_, BlockPos p_57695_, Direction p_57696_) private static Boolean
Blocks.ocelotOrParrot
(BlockState p_50822_, BlockGetter p_50823_, BlockPos p_50824_, EntityType<?> p_50825_) void
AnvilBlock.onBrokenAfterFall
(Level p_152053_, BlockPos p_152054_, FallingBlockEntity p_152055_) default void
Fallable.onBrokenAfterFall
(Level p_153217_, BlockPos p_153218_, FallingBlockEntity p_153219_) void
PointedDripstoneBlock.onBrokenAfterFall
(Level p_154059_, BlockPos p_154060_, FallingBlockEntity p_154061_) void
TntBlock.onCaughtFire
(BlockState state, Level world, BlockPos pos, Direction face, LivingEntity igniter) default void
SculkBehaviour.onDischarged
(LevelAccessor p_222026_, BlockState p_222027_, BlockPos p_222028_, RandomSource p_222029_) void
SculkVeinBlock.onDischarged
(LevelAccessor p_222359_, BlockState p_222360_, BlockPos p_222361_, RandomSource p_222362_) void
AnvilBlock.onLand
(Level p_48793_, BlockPos p_48794_, BlockState p_48795_, BlockState p_48796_, FallingBlockEntity p_48797_) void
ConcretePowderBlock.onLand
(Level p_52068_, BlockPos p_52069_, BlockState p_52070_, BlockState p_52071_, FallingBlockEntity p_52072_) default void
Fallable.onLand
(Level p_153220_, BlockPos p_153221_, BlockState p_153222_, BlockState p_153223_, FallingBlockEntity p_153224_) void
LightningRodBlock.onLightningStrike
(BlockState p_153761_, Level p_153762_, BlockPos p_153763_) void
ComparatorBlock.onNeighborChange
(BlockState state, LevelReader world, BlockPos pos, BlockPos neighbor) void
BaseFireBlock.onPlace
(BlockState p_49279_, Level p_49280_, BlockPos p_49281_, BlockState p_49282_, boolean p_49283_) void
BaseRailBlock.onPlace
(BlockState p_49408_, Level p_49409_, BlockPos p_49410_, BlockState p_49411_, boolean p_49412_) void
CarvedPumpkinBlock.onPlace
(BlockState p_51387_, Level p_51388_, BlockPos p_51389_, BlockState p_51390_, boolean p_51391_) void
ComposterBlock.onPlace
(BlockState p_51978_, Level p_51979_, BlockPos p_51980_, BlockState p_51981_, boolean p_51982_) void
CoralFanBlock.onPlace
(BlockState p_52166_, Level p_52167_, BlockPos p_52168_, BlockState p_52169_, boolean p_52170_) void
CoralPlantBlock.onPlace
(BlockState p_52195_, Level p_52196_, BlockPos p_52197_, BlockState p_52198_, boolean p_52199_) void
CoralWallFanBlock.onPlace
(BlockState p_52217_, Level p_52218_, BlockPos p_52219_, BlockState p_52220_, boolean p_52221_) void
DetectorRailBlock.onPlace
(BlockState p_52483_, Level p_52484_, BlockPos p_52485_, BlockState p_52486_, boolean p_52487_) void
DiodeBlock.onPlace
(BlockState p_52566_, Level p_52567_, BlockPos p_52568_, BlockState p_52569_, boolean p_52570_) void
FallingBlock.onPlace
(BlockState p_53233_, Level p_53234_, BlockPos p_53235_, BlockState p_53236_, boolean p_53237_) void
FireBlock.onPlace
(BlockState p_53479_, Level p_53480_, BlockPos p_53481_, BlockState p_53482_, boolean p_53483_) void
FrogspawnBlock.onPlace
(BlockState p_221227_, Level p_221228_, BlockPos p_221229_, BlockState p_221230_, boolean p_221231_) void
HopperBlock.onPlace
(BlockState p_54110_, Level p_54111_, BlockPos p_54112_, BlockState p_54113_, boolean p_54114_) void
LightningRodBlock.onPlace
(BlockState p_153753_, Level p_153754_, BlockPos p_153755_, BlockState p_153756_, boolean p_153757_) void
LiquidBlock.onPlace
(BlockState p_54754_, Level p_54755_, BlockPos p_54756_, BlockState p_54757_, boolean p_54758_) void
MagmaBlock.onPlace
(BlockState p_54823_, Level p_54824_, BlockPos p_54825_, BlockState p_54826_, boolean p_54827_) void
ObserverBlock.onPlace
(BlockState p_55132_, Level p_55133_, BlockPos p_55134_, BlockState p_55135_, boolean p_55136_) void
RedstoneTorchBlock.onPlace
(BlockState p_55724_, Level p_55725_, BlockPos p_55726_, BlockState p_55727_, boolean p_55728_) void
RedStoneWireBlock.onPlace
(BlockState p_55630_, Level p_55631_, BlockPos p_55632_, BlockState p_55633_, boolean p_55634_) void
ScaffoldingBlock.onPlace
(BlockState p_56062_, Level p_56063_, BlockPos p_56064_, BlockState p_56065_, boolean p_56066_) void
SculkSensorBlock.onPlace
(BlockState p_154471_, Level p_154472_, BlockPos p_154473_, BlockState p_154474_, boolean p_154475_) void
SoulSandBlock.onPlace
(BlockState p_56696_, Level p_56697_, BlockPos p_56698_, BlockState p_56699_, boolean p_56700_) void
SpongeBlock.onPlace
(BlockState p_56811_, Level p_56812_, BlockPos p_56813_, BlockState p_56814_, boolean p_56815_) void
StairBlock.onPlace
(BlockState p_56961_, Level p_56962_, BlockPos p_56963_, BlockState p_56964_, boolean p_56965_) void
TargetBlock.onPlace
(BlockState p_57412_, Level p_57413_, BlockPos p_57414_, BlockState p_57415_, boolean p_57416_) void
TntBlock.onPlace
(BlockState p_57466_, Level p_57467_, BlockPos p_57468_, BlockState p_57469_, boolean p_57470_) void
TripWireBlock.onPlace
(BlockState p_57659_, Level p_57660_, BlockPos p_57661_, BlockState p_57662_, boolean p_57663_) void
TurtleEggBlock.onPlace
(BlockState p_57814_, Level p_57815_, BlockPos p_57816_, BlockState p_57817_, boolean p_57818_) void
WetSpongeBlock.onPlace
(BlockState p_58229_, Level p_58230_, BlockPos p_58231_, BlockState p_58232_, boolean p_58233_) default void
ChangeOverTimeBlock.onRandomTick
(BlockState p_220948_, ServerLevel p_220949_, BlockPos p_220950_, RandomSource p_220951_) void
AbstractFurnaceBlock.onRemove
(BlockState p_48713_, Level p_48714_, BlockPos p_48715_, BlockState p_48716_, boolean p_48717_) void
BarrelBlock.onRemove
(BlockState p_49076_, Level p_49077_, BlockPos p_49078_, BlockState p_49079_, boolean p_49080_) void
BasePressurePlateBlock.onRemove
(BlockState p_49319_, Level p_49320_, BlockPos p_49321_, BlockState p_49322_, boolean p_49323_) void
BaseRailBlock.onRemove
(BlockState p_49384_, Level p_49385_, BlockPos p_49386_, BlockState p_49387_, boolean p_49388_) void
BrewingStandBlock.onRemove
(BlockState p_50937_, Level p_50938_, BlockPos p_50939_, BlockState p_50940_, boolean p_50941_) void
ButtonBlock.onRemove
(BlockState p_51095_, Level p_51096_, BlockPos p_51097_, BlockState p_51098_, boolean p_51099_) void
CampfireBlock.onRemove
(BlockState p_51281_, Level p_51282_, BlockPos p_51283_, BlockState p_51284_, boolean p_51285_) void
ChestBlock.onRemove
(BlockState p_51538_, Level p_51539_, BlockPos p_51540_, BlockState p_51541_, boolean p_51542_) void
ChiseledBookShelfBlock.onRemove
(BlockState p_250071_, Level p_251485_, BlockPos p_251954_, BlockState p_251852_, boolean p_252250_) void
DiodeBlock.onRemove
(BlockState p_52532_, Level p_52533_, BlockPos p_52534_, BlockState p_52535_, boolean p_52536_) void
DispenserBlock.onRemove
(BlockState p_52707_, Level p_52708_, BlockPos p_52709_, BlockState p_52710_, boolean p_52711_) void
HopperBlock.onRemove
(BlockState p_54085_, Level p_54086_, BlockPos p_54087_, BlockState p_54088_, boolean p_54089_) void
JukeboxBlock.onRemove
(BlockState p_54288_, Level p_54289_, BlockPos p_54290_, BlockState p_54291_, boolean p_54292_) void
LecternBlock.onRemove
(BlockState p_54531_, Level p_54532_, BlockPos p_54533_, BlockState p_54534_, boolean p_54535_) void
LeverBlock.onRemove
(BlockState p_54647_, Level p_54648_, BlockPos p_54649_, BlockState p_54650_, boolean p_54651_) void
LightningRodBlock.onRemove
(BlockState p_153728_, Level p_153729_, BlockPos p_153730_, BlockState p_153731_, boolean p_153732_) void
ObserverBlock.onRemove
(BlockState p_55106_, Level p_55107_, BlockPos p_55108_, BlockState p_55109_, boolean p_55110_) void
RedstoneTorchBlock.onRemove
(BlockState p_55706_, Level p_55707_, BlockPos p_55708_, BlockState p_55709_, boolean p_55710_) void
RedStoneWireBlock.onRemove
(BlockState p_55568_, Level p_55569_, BlockPos p_55570_, BlockState p_55571_, boolean p_55572_) void
SculkSensorBlock.onRemove
(BlockState p_154446_, Level p_154447_, BlockPos p_154448_, BlockState p_154449_, boolean p_154450_) void
SculkShriekerBlock.onRemove
(BlockState p_222198_, Level p_222199_, BlockPos p_222200_, BlockState p_222201_, boolean p_222202_) void
ShulkerBoxBlock.onRemove
(BlockState p_56234_, Level p_56235_, BlockPos p_56236_, BlockState p_56237_, boolean p_56238_) void
StairBlock.onRemove
(BlockState p_56908_, Level p_56909_, BlockPos p_56910_, BlockState p_56911_, boolean p_56912_) void
TripWireBlock.onRemove
(BlockState p_57630_, Level p_57631_, BlockPos p_57632_, BlockState p_57633_, boolean p_57634_) void
TripWireHookBlock.onRemove
(BlockState p_57715_, Level p_57716_, BlockPos p_57717_, BlockState p_57718_, boolean p_57719_) static boolean
TurtleEggBlock.onSand
(BlockGetter p_57763_, BlockPos p_57764_) protected abstract void
AbstractFurnaceBlock.openContainer
(Level p_48690_, BlockPos p_48691_, Player p_48692_) protected void
BlastFurnaceBlock.openContainer
(Level p_49777_, BlockPos p_49778_, Player p_49779_) protected void
FurnaceBlock.openContainer
(Level p_53631_, BlockPos p_53632_, Player p_53633_) protected void
SmokerBlock.openContainer
(Level p_56443_, BlockPos p_56444_, Player p_56445_) private void
LecternBlock.openScreen
(Level p_54485_, BlockPos p_54486_, Player p_54487_) void
AzaleaBlock.performBonemeal
(ServerLevel p_220707_, RandomSource p_220708_, BlockPos p_220709_, BlockState p_220710_) void
BambooSaplingBlock.performBonemeal
(ServerLevel p_220743_, RandomSource p_220744_, BlockPos p_220745_, BlockState p_220746_) void
BambooStalkBlock.performBonemeal
(ServerLevel p_261845_, RandomSource p_262034_, BlockPos p_261955_, BlockState p_261685_) void
BigDripleafBlock.performBonemeal
(ServerLevel p_220783_, RandomSource p_220784_, BlockPos p_220785_, BlockState p_220786_) void
BigDripleafStemBlock.performBonemeal
(ServerLevel p_220803_, RandomSource p_220804_, BlockPos p_220805_, BlockState p_220806_) void
BonemealableBlock.performBonemeal
(ServerLevel p_220874_, RandomSource p_220875_, BlockPos p_220876_, BlockState p_220877_) void
CaveVinesBlock.performBonemeal
(ServerLevel p_220923_, RandomSource p_220924_, BlockPos p_220925_, BlockState p_220926_) void
CaveVinesPlantBlock.performBonemeal
(ServerLevel p_220938_, RandomSource p_220939_, BlockPos p_220940_, BlockState p_220941_) void
CocoaBlock.performBonemeal
(ServerLevel p_220990_, RandomSource p_220991_, BlockPos p_220992_, BlockState p_220993_) void
CropBlock.performBonemeal
(ServerLevel p_221040_, RandomSource p_221041_, BlockPos p_221042_, BlockState p_221043_) void
FungusBlock.performBonemeal
(ServerLevel p_221243_, RandomSource p_221244_, BlockPos p_221245_, BlockState p_221246_) void
GlowLichenBlock.performBonemeal
(ServerLevel p_221259_, RandomSource p_221260_, BlockPos p_221261_, BlockState p_221262_) void
GrassBlock.performBonemeal
(ServerLevel p_221270_, RandomSource p_221271_, BlockPos p_221272_, BlockState p_221273_) void
GrowingPlantBodyBlock.performBonemeal
(ServerLevel p_221285_, RandomSource p_221286_, BlockPos p_221287_, BlockState p_221288_) void
GrowingPlantHeadBlock.performBonemeal
(ServerLevel p_221337_, RandomSource p_221338_, BlockPos p_221339_, BlockState p_221340_) void
MangroveLeavesBlock.performBonemeal
(ServerLevel p_221427_, RandomSource p_221428_, BlockPos p_221429_, BlockState p_221430_) void
MangrovePropaguleBlock.performBonemeal
(ServerLevel p_221451_, RandomSource p_221452_, BlockPos p_221453_, BlockState p_221454_) void
MossBlock.performBonemeal
(ServerLevel p_221533_, RandomSource p_221534_, BlockPos p_221535_, BlockState p_221536_) void
MushroomBlock.performBonemeal
(ServerLevel p_221769_, RandomSource p_221770_, BlockPos p_221771_, BlockState p_221772_) void
NetherrackBlock.performBonemeal
(ServerLevel p_221811_, RandomSource p_221812_, BlockPos p_221813_, BlockState p_221814_) void
NyliumBlock.performBonemeal
(ServerLevel p_221825_, RandomSource p_221826_, BlockPos p_221827_, BlockState p_221828_) void
RootedDirtBlock.performBonemeal
(ServerLevel p_221974_, RandomSource p_221975_, BlockPos p_221976_, BlockState p_221977_) void
SaplingBlock.performBonemeal
(ServerLevel p_221996_, RandomSource p_221997_, BlockPos p_221998_, BlockState p_221999_) void
SeagrassBlock.performBonemeal
(ServerLevel p_222423_, RandomSource p_222424_, BlockPos p_222425_, BlockState p_222426_) void
SeaPickleBlock.performBonemeal
(ServerLevel p_222413_, RandomSource p_222414_, BlockPos p_222415_, BlockState p_222416_) void
SmallDripleafBlock.performBonemeal
(ServerLevel p_222433_, RandomSource p_222434_, BlockPos p_222435_, BlockState p_222436_) void
StemBlock.performBonemeal
(ServerLevel p_222528_, RandomSource p_222529_, BlockPos p_222530_, BlockState p_222531_) void
SweetBerryBushBlock.performBonemeal
(ServerLevel p_222553_, RandomSource p_222554_, BlockPos p_222555_, BlockState p_222556_) void
TallFlowerBlock.performBonemeal
(ServerLevel p_222568_, RandomSource p_222569_, BlockPos p_222570_, BlockState p_222571_) void
TallGrassBlock.performBonemeal
(ServerLevel p_222578_, RandomSource p_222579_, BlockPos p_222580_, BlockState p_222581_) BubbleColumnBlock.pickupBlock
(LevelAccessor p_152712_, BlockPos p_152713_, BlockState p_152714_) BucketPickup.pickupBlock
(LevelAccessor p_152719_, BlockPos p_152720_, BlockState p_152721_) LiquidBlock.pickupBlock
(LevelAccessor p_153772_, BlockPos p_153773_, BlockState p_153774_) PowderSnowBlock.pickupBlock
(LevelAccessor p_154281_, BlockPos p_154282_, BlockState p_154283_) default ItemStack
SimpleWaterloggedBlock.pickupBlock
(LevelAccessor p_154560_, BlockPos p_154561_, BlockState p_154562_) protected static boolean
BigDripleafBlock.place
(LevelAccessor p_152242_, BlockPos p_152243_, FluidState p_152244_, Direction p_152245_) protected static boolean
BigDripleafStemBlock.place
(LevelAccessor p_152350_, BlockPos p_152351_, FluidState p_152352_, Direction p_152353_) private void
NyliumBlock.place
(Registry<ConfiguredFeature<?, ?>> p_255879_, ResourceKey<ConfiguredFeature<?, ?>> p_256032_, ServerLevel p_255631_, ChunkGenerator p_256445_, RandomSource p_255709_, BlockPos p_256019_) static void
DoublePlantBlock.placeAt
(LevelAccessor p_153174_, BlockState p_153175_, BlockPos p_153176_, int p_153177_) private static void
LecternBlock.placeBook
(Player p_153576_, Level p_153577_, BlockPos p_153578_, BlockState p_153579_, ItemStack p_153580_) private void
ChorusFlowerBlock.placeDeadFlower
(Level p_51659_, BlockPos p_51660_) private void
ChorusFlowerBlock.placeGrownFlower
(Level p_51662_, BlockPos p_51663_, int p_51664_) boolean
CampfireBlock.placeLiquid
(LevelAccessor p_51257_, BlockPos p_51258_, BlockState p_51259_, FluidState p_51260_) boolean
CandleBlock.placeLiquid
(LevelAccessor p_152805_, BlockPos p_152806_, BlockState p_152807_, FluidState p_152808_) boolean
KelpBlock.placeLiquid
(LevelAccessor p_54309_, BlockPos p_54310_, BlockState p_54311_, FluidState p_54312_) boolean
KelpPlantBlock.placeLiquid
(LevelAccessor p_54330_, BlockPos p_54331_, BlockState p_54332_, FluidState p_54333_) boolean
LiquidBlockContainer.placeLiquid
(LevelAccessor p_54770_, BlockPos p_54771_, BlockState p_54772_, FluidState p_54773_) boolean
SeagrassBlock.placeLiquid
(LevelAccessor p_154520_, BlockPos p_154521_, BlockState p_154522_, FluidState p_154523_) default boolean
SimpleWaterloggedBlock.placeLiquid
(LevelAccessor p_56306_, BlockPos p_56307_, BlockState p_56308_, FluidState p_56309_) boolean
SlabBlock.placeLiquid
(LevelAccessor p_56368_, BlockPos p_56369_, BlockState p_56370_, FluidState p_56371_) boolean
TallSeagrassBlock.placeLiquid
(LevelAccessor p_154758_, BlockPos p_154759_, BlockState p_154760_, FluidState p_154761_) static void
BigDripleafBlock.placeWithRandomHeight
(LevelAccessor p_220793_, RandomSource p_220794_, BlockPos p_220795_, Direction p_220796_) void
BeehiveBlock.playerDestroy
(Level p_49584_, Player p_49585_, BlockPos p_49586_, BlockState p_49587_, BlockEntity p_49588_, ItemStack p_49589_) void
Block.playerDestroy
(Level p_49827_, Player p_49828_, BlockPos p_49829_, BlockState p_49830_, BlockEntity p_49831_, ItemStack p_49832_) void
DoublePlantBlock.playerDestroy
(Level p_52865_, Player p_52866_, BlockPos p_52867_, BlockState p_52868_, BlockEntity p_52869_, ItemStack p_52870_) void
IceBlock.playerDestroy
(Level p_54157_, Player p_54158_, BlockPos p_54159_, BlockState p_54160_, BlockEntity p_54161_, ItemStack p_54162_) void
TurtleEggBlock.playerDestroy
(Level p_57771_, Player p_57772_, BlockPos p_57773_, BlockState p_57774_, BlockEntity p_57775_, ItemStack p_57776_) void
BaseFireBlock.playerWillDestroy
(Level p_49251_, BlockPos p_49252_, BlockState p_49253_, Player p_49254_) void
BedBlock.playerWillDestroy
(Level p_49505_, BlockPos p_49506_, BlockState p_49507_, Player p_49508_) void
BeehiveBlock.playerWillDestroy
(Level p_49608_, BlockPos p_49609_, BlockState p_49610_, Player p_49611_) void
Block.playerWillDestroy
(Level p_49852_, BlockPos p_49853_, BlockState p_49854_, Player p_49855_) void
DoorBlock.playerWillDestroy
(Level p_52755_, BlockPos p_52756_, BlockState p_52757_, Player p_52758_) void
DoublePlantBlock.playerWillDestroy
(Level p_52878_, BlockPos p_52879_, BlockState p_52880_, Player p_52881_) void
ShulkerBoxBlock.playerWillDestroy
(Level p_56212_, BlockPos p_56213_, BlockState p_56214_, Player p_56215_) void
TntBlock.playerWillDestroy
(Level p_57445_, BlockPos p_57446_, BlockState p_57447_, Player p_57448_) void
TripWireBlock.playerWillDestroy
(Level p_57615_, BlockPos p_57616_, BlockState p_57617_, Player p_57618_) private void
NoteBlock.playNote
(Entity p_261664_, BlockState p_261606_, Level p_261819_, BlockPos p_262042_) protected abstract void
BasePressurePlateBlock.playOffSound
(LevelAccessor p_49338_, BlockPos p_49339_) protected void
PressurePlateBlock.playOffSound
(LevelAccessor p_55267_, BlockPos p_55268_) protected void
WeightedPressurePlateBlock.playOffSound
(LevelAccessor p_58216_, BlockPos p_58217_) protected abstract void
BasePressurePlateBlock.playOnSound
(LevelAccessor p_49299_, BlockPos p_49300_) protected void
PressurePlateBlock.playOnSound
(LevelAccessor p_55256_, BlockPos p_55257_) protected void
WeightedPressurePlateBlock.playOnSound
(LevelAccessor p_58205_, BlockPos p_58206_) protected void
ButtonBlock.playSound
(Player p_51068_, LevelAccessor p_51069_, BlockPos p_51070_, boolean p_51071_) private void
protected void
private static void
BigDripleafBlock.playTiltSound
(Level p_152233_, BlockPos p_152234_, SoundEvent p_152235_) private void
LecternBlock.popBook
(BlockState p_54588_, Level p_54589_, BlockPos p_54590_) void
Block.popExperience
(ServerLevel p_49806_, BlockPos p_49807_, int p_49808_) static void
Block.popResource
(Level p_49841_, BlockPos p_49842_, ItemStack p_49843_) static void
Block.popResourceFromFace
(Level p_152436_, BlockPos p_152437_, Direction p_152438_, ItemStack p_152439_) void
ButtonBlock.press
(BlockState p_51117_, Level p_51118_, BlockPos p_51119_) protected static void
DoublePlantBlock.preventCreativeDropFromBottomPart
(Level p_52904_, BlockPos p_52905_, BlockState p_52906_, Player p_52907_) boolean
AbstractGlassBlock.propagatesSkylightDown
(BlockState p_48740_, BlockGetter p_48741_, BlockPos p_48742_) boolean
BambooStalkBlock.propagatesSkylightDown
(BlockState p_261479_, BlockGetter p_261942_, BlockPos p_261844_) boolean
BarrierBlock.propagatesSkylightDown
(BlockState p_49100_, BlockGetter p_49101_, BlockPos p_49102_) boolean
Block.propagatesSkylightDown
(BlockState p_49928_, BlockGetter p_49929_, BlockPos p_49930_) boolean
BushBlock.propagatesSkylightDown
(BlockState p_51039_, BlockGetter p_51040_, BlockPos p_51041_) boolean
CrossCollisionBlock.propagatesSkylightDown
(BlockState p_52348_, BlockGetter p_52349_, BlockPos p_52350_) boolean
GlowLichenBlock.propagatesSkylightDown
(BlockState p_181225_, BlockGetter p_181226_, BlockPos p_181227_) boolean
LightBlock.propagatesSkylightDown
(BlockState p_153695_, BlockGetter p_153696_, BlockPos p_153697_) boolean
LiquidBlock.propagatesSkylightDown
(BlockState p_54745_, BlockGetter p_54746_, BlockPos p_54747_) boolean
PipeBlock.propagatesSkylightDown
(BlockState p_55166_, BlockGetter p_55167_, BlockPos p_55168_) boolean
TintedGlassBlock.propagatesSkylightDown
(BlockState p_154824_, BlockGetter p_154825_, BlockPos p_154826_) boolean
VineBlock.propagatesSkylightDown
(BlockState p_181239_, BlockGetter p_181240_, BlockPos p_181241_) boolean
WallBlock.propagatesSkylightDown
(BlockState p_58046_, BlockGetter p_58047_, BlockPos p_58048_) LeverBlock.pull
(BlockState p_54677_, Level p_54678_, BlockPos p_54679_) static BlockState
Block.pushEntitiesUp
(BlockState p_49898_, BlockState p_49899_, LevelAccessor p_238252_, BlockPos p_49901_) void
BambooSaplingBlock.randomTick
(BlockState p_220753_, ServerLevel p_220754_, BlockPos p_220755_, RandomSource p_220756_) void
BambooStalkBlock.randomTick
(BlockState p_261931_, ServerLevel p_261751_, BlockPos p_261616_, RandomSource p_261766_) void
BeetrootBlock.randomTick
(BlockState p_220778_, ServerLevel p_220779_, BlockPos p_220780_, RandomSource p_220781_) void
BuddingAmethystBlock.randomTick
(BlockState p_220898_, ServerLevel p_220899_, BlockPos p_220900_, RandomSource p_220901_) void
CactusBlock.randomTick
(BlockState p_220913_, ServerLevel p_220914_, BlockPos p_220915_, RandomSource p_220916_) void
ChorusFlowerBlock.randomTick
(BlockState p_220980_, ServerLevel p_220981_, BlockPos p_220982_, RandomSource p_220983_) void
CocoaBlock.randomTick
(BlockState p_221000_, ServerLevel p_221001_, BlockPos p_221002_, RandomSource p_221003_) void
CropBlock.randomTick
(BlockState p_221050_, ServerLevel p_221051_, BlockPos p_221052_, RandomSource p_221053_) void
FarmBlock.randomTick
(BlockState p_221139_, ServerLevel p_221140_, BlockPos p_221141_, RandomSource p_221142_) void
FrostedIceBlock.randomTick
(BlockState p_221238_, ServerLevel p_221239_, BlockPos p_221240_, RandomSource p_221241_) void
GrowingPlantHeadBlock.randomTick
(BlockState p_221350_, ServerLevel p_221351_, BlockPos p_221352_, RandomSource p_221353_) void
IceBlock.randomTick
(BlockState p_221355_, ServerLevel p_221356_, BlockPos p_221357_, RandomSource p_221358_) void
LeavesBlock.randomTick
(BlockState p_221379_, ServerLevel p_221380_, BlockPos p_221381_, RandomSource p_221382_) void
LiquidBlock.randomTick
(BlockState p_221410_, ServerLevel p_221411_, BlockPos p_221412_, RandomSource p_221413_) void
MagmaBlock.randomTick
(BlockState p_221420_, ServerLevel p_221421_, BlockPos p_221422_, RandomSource p_221423_) void
MangrovePropaguleBlock.randomTick
(BlockState p_221488_, ServerLevel p_221489_, BlockPos p_221490_, RandomSource p_221491_) void
MushroomBlock.randomTick
(BlockState p_221784_, ServerLevel p_221785_, BlockPos p_221786_, RandomSource p_221787_) void
NetherPortalBlock.randomTick
(BlockState p_221799_, ServerLevel p_221800_, BlockPos p_221801_, RandomSource p_221802_) void
NetherWartBlock.randomTick
(BlockState p_221806_, ServerLevel p_221807_, BlockPos p_221808_, RandomSource p_221809_) void
NyliumBlock.randomTick
(BlockState p_221835_, ServerLevel p_221836_, BlockPos p_221837_, RandomSource p_221838_) void
PointedDripstoneBlock.randomTick
(BlockState p_221883_, ServerLevel p_221884_, BlockPos p_221885_, RandomSource p_221886_) void
RedStoneOreBlock.randomTick
(BlockState p_221918_, ServerLevel p_221919_, BlockPos p_221920_, RandomSource p_221921_) void
SaplingBlock.randomTick
(BlockState p_222011_, ServerLevel p_222012_, BlockPos p_222013_, RandomSource p_222014_) void
SnowLayerBlock.randomTick
(BlockState p_222448_, ServerLevel p_222449_, BlockPos p_222450_, RandomSource p_222451_) void
SpreadingSnowyDirtBlock.randomTick
(BlockState p_222508_, ServerLevel p_222509_, BlockPos p_222510_, RandomSource p_222511_) void
StairBlock.randomTick
(BlockState p_222523_, ServerLevel p_222524_, BlockPos p_222525_, RandomSource p_222526_) void
StemBlock.randomTick
(BlockState p_222538_, ServerLevel p_222539_, BlockPos p_222540_, RandomSource p_222541_) void
SugarCaneBlock.randomTick
(BlockState p_222548_, ServerLevel p_222549_, BlockPos p_222550_, RandomSource p_222551_) void
SweetBerryBushBlock.randomTick
(BlockState p_222563_, ServerLevel p_222564_, BlockPos p_222565_, RandomSource p_222566_) void
TurtleEggBlock.randomTick
(BlockState p_222644_, ServerLevel p_222645_, BlockPos p_222646_, RandomSource p_222647_) void
VineBlock.randomTick
(BlockState p_222655_, ServerLevel p_222656_, BlockPos p_222657_, RandomSource p_222658_) void
WeatheringCopperFullBlock.randomTick
(BlockState p_222665_, ServerLevel p_222666_, BlockPos p_222667_, RandomSource p_222668_) void
WeatheringCopperSlabBlock.randomTick
(BlockState p_222670_, ServerLevel p_222671_, BlockPos p_222672_, RandomSource p_222673_) void
WeatheringCopperStairBlock.randomTick
(BlockState p_222675_, ServerLevel p_222676_, BlockPos p_222677_, RandomSource p_222678_) protected void
AbstractCauldronBlock.receiveStalactiteDrip
(BlockState p_151975_, Level p_151976_, BlockPos p_151977_, Fluid p_151978_) protected void
CauldronBlock.receiveStalactiteDrip
(BlockState p_152940_, Level p_152941_, BlockPos p_152942_, Fluid p_152943_) protected void
LayeredCauldronBlock.receiveStalactiteDrip
(BlockState p_153544_, Level p_153545_, BlockPos p_153546_, Fluid p_153547_) private void
ComparatorBlock.refreshOutputState
(Level p_51908_, BlockPos p_51909_, BlockState p_51910_) static boolean
SculkVeinBlock.regrow
(LevelAccessor p_222364_, BlockPos p_222365_, BlockState p_222366_, Collection<Direction> p_222367_) void
BeehiveBlock.releaseBeesAndResetHoneyLevel
(Level p_49595_, BlockState p_49596_, BlockPos p_49597_, Player p_49598_, BeehiveBlockEntity.BeeReleaseStatus p_49599_) private static void
ChiseledBookShelfBlock.removeBook
(Level p_262654_, BlockPos p_262601_, Player p_262636_, ChiseledBookShelfBlockEntity p_262605_, int p_262673_) private boolean
SpongeBlock.removeWaterBreadthFirstSearch
(Level p_56808_, BlockPos p_56809_) static void
LecternBlock.resetBookState
(Level p_54498_, BlockPos p_54499_, BlockState p_54500_, boolean p_54501_) void
BeehiveBlock.resetHoneyLevel
(Level p_49591_, BlockState p_49592_, BlockPos p_49593_) private static void
BigDripleafBlock.resetTilt
(BlockState p_152314_, Level p_152315_, BlockPos p_152316_) 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 BlockState
NoteBlock.setInstrument
(LevelAccessor p_262117_, BlockPos p_261908_, BlockState p_262130_) private static void
AbstractCandleBlock.setLit
(LevelAccessor p_151919_, BlockState p_151920_, BlockPos p_151921_, boolean p_151922_) void
DoorBlock.setOpen
(Entity p_153166_, Level p_153167_, BlockState p_153168_, BlockPos p_153169_, boolean p_153170_) private static void
TargetBlock.setOutputPower
(LevelAccessor p_57386_, BlockState p_57387_, int p_57388_, BlockPos p_57389_, int p_57390_) void
AbstractBannerBlock.setPlacedBy
(Level p_48668_, BlockPos p_48669_, BlockState p_48670_, LivingEntity p_48671_, ItemStack p_48672_) void
AbstractFurnaceBlock.setPlacedBy
(Level p_48694_, BlockPos p_48695_, BlockState p_48696_, LivingEntity p_48697_, ItemStack p_48698_) void
BarrelBlock.setPlacedBy
(Level p_49052_, BlockPos p_49053_, BlockState p_49054_, LivingEntity p_49055_, ItemStack p_49056_) void
BeaconBlock.setPlacedBy
(Level p_49426_, BlockPos p_49427_, BlockState p_49428_, LivingEntity p_49429_, ItemStack p_49430_) void
BedBlock.setPlacedBy
(Level p_49499_, BlockPos p_49500_, BlockState p_49501_, LivingEntity p_49502_, ItemStack p_49503_) void
Block.setPlacedBy
(Level p_49847_, BlockPos p_49848_, BlockState p_49849_, LivingEntity p_49850_, ItemStack p_49851_) void
BrewingStandBlock.setPlacedBy
(Level p_50913_, BlockPos p_50914_, BlockState p_50915_, LivingEntity p_50916_, ItemStack p_50917_) void
ChestBlock.setPlacedBy
(Level p_51503_, BlockPos p_51504_, BlockState p_51505_, LivingEntity p_51506_, ItemStack p_51507_) void
CommandBlock.setPlacedBy
(Level p_51804_, BlockPos p_51805_, BlockState p_51806_, LivingEntity p_51807_, ItemStack p_51808_) void
ConduitBlock.setPlacedBy
(Level p_52100_, BlockPos p_52101_, BlockState p_52102_, LivingEntity p_52103_, ItemStack p_52104_) void
DiodeBlock.setPlacedBy
(Level p_52506_, BlockPos p_52507_, BlockState p_52508_, LivingEntity p_52509_, ItemStack p_52510_) void
DispenserBlock.setPlacedBy
(Level p_52676_, BlockPos p_52677_, BlockState p_52678_, LivingEntity p_52679_, ItemStack p_52680_) void
DoorBlock.setPlacedBy
(Level p_52749_, BlockPos p_52750_, BlockState p_52751_, LivingEntity p_52752_, ItemStack p_52753_) void
DoublePlantBlock.setPlacedBy
(Level p_52872_, BlockPos p_52873_, BlockState p_52874_, LivingEntity p_52875_, ItemStack p_52876_) void
EnchantmentTableBlock.setPlacedBy
(Level p_52963_, BlockPos p_52964_, BlockState p_52965_, LivingEntity p_52966_, ItemStack p_52967_) void
HopperBlock.setPlacedBy
(Level p_54049_, BlockPos p_54050_, BlockState p_54051_, LivingEntity p_54052_, ItemStack p_54053_) void
JukeboxBlock.setPlacedBy
(Level p_54264_, BlockPos p_54265_, BlockState p_54266_, LivingEntity p_54267_, ItemStack p_54268_) void
PlayerHeadBlock.setPlacedBy
(Level p_55179_, BlockPos p_55180_, BlockState p_55181_, LivingEntity p_55182_, ItemStack p_55183_) void
PlayerWallHeadBlock.setPlacedBy
(Level p_55187_, BlockPos p_55188_, BlockState p_55189_, LivingEntity p_55190_, ItemStack p_55191_) void
ShulkerBoxBlock.setPlacedBy
(Level p_56206_, BlockPos p_56207_, BlockState p_56208_, LivingEntity p_56209_, ItemStack p_56210_) void
SmallDripleafBlock.setPlacedBy
(Level p_154599_, BlockPos p_154600_, BlockState p_154601_, LivingEntity p_154602_, ItemStack p_154603_) void
StructureBlock.setPlacedBy
(Level p_57122_, BlockPos p_57123_, BlockState p_57124_, LivingEntity p_57125_, ItemStack p_57126_) void
TripWireHookBlock.setPlacedBy
(Level p_57680_, BlockPos p_57681_, BlockState p_57682_, LivingEntity p_57683_, ItemStack p_57684_) void
WitherSkullBlock.setPlacedBy
(Level p_58260_, BlockPos p_58261_, BlockState p_58262_, LivingEntity p_58263_, ItemStack p_58264_) void
WitherWallSkullBlock.setPlacedBy
(Level p_58278_, BlockPos p_58279_, BlockState p_58280_, LivingEntity p_58281_, ItemStack p_58282_) void
JukeboxBlock.setRecord
(Entity p_238346_, LevelAccessor p_238347_, BlockPos p_238348_, BlockState p_238349_, ItemStack p_238350_) private static void
BigDripleafBlock.setTilt
(BlockState p_152278_, Level p_152279_, BlockPos p_152280_, Tilt p_152281_) private void
BigDripleafBlock.setTiltAndScheduleTick
(BlockState p_152283_, Level p_152284_, BlockPos p_152285_, Tilt p_152286_, SoundEvent p_152287_) private static boolean
BaseRailBlock.shouldBeRemoved
(BlockPos p_49399_, Level p_49400_, RailShape p_49401_) 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) private boolean
LiquidBlock.shouldSpreadLiquid
(Level p_54697_, BlockPos p_54698_, BlockState p_54699_) Deprecated.protected boolean
ComparatorBlock.shouldTurnOn
(Level p_51861_, BlockPos p_51862_, BlockState p_51863_) protected boolean
DiodeBlock.shouldTurnOn
(Level p_52502_, BlockPos p_52503_, BlockState p_52504_) private boolean
SculkSpreader.ChargeCursor.shouldUpdate
(LevelAccessor p_222326_, BlockPos p_222327_, boolean p_222328_) private BlockState
WallBlock.sideUpdate
(LevelReader p_57989_, BlockPos p_57990_, BlockState p_57991_, BlockPos p_57992_, BlockState p_57993_, Direction p_57994_) static void
LecternBlock.signalPageChange
(Level p_54489_, BlockPos p_54490_, BlockState p_54491_) private boolean
FrostedIceBlock.slightlyMelt
(BlockState p_53593_, Level p_53594_, BlockPos p_53595_) void
DropExperienceBlock.spawnAfterBreak
(BlockState p_221086_, ServerLevel p_221087_, BlockPos p_221088_, ItemStack p_221089_, boolean p_221090_) void
InfestedBlock.spawnAfterBreak
(BlockState p_221360_, ServerLevel p_221361_, BlockPos p_221362_, ItemStack p_221363_, boolean p_221364_) void
RedStoneOreBlock.spawnAfterBreak
(BlockState p_221907_, ServerLevel p_221908_, BlockPos p_221909_, ItemStack p_221910_, boolean p_221911_) void
SculkCatalystBlock.spawnAfterBreak
(BlockState p_222109_, ServerLevel p_222110_, BlockPos p_222111_, ItemStack p_222112_, boolean p_222113_) void
SculkSensorBlock.spawnAfterBreak
(BlockState p_222142_, ServerLevel p_222143_, BlockPos p_222144_, ItemStack p_222145_, boolean p_222146_) void
SculkShriekerBlock.spawnAfterBreak
(BlockState p_222192_, ServerLevel p_222193_, BlockPos p_222194_, ItemStack p_222195_, boolean p_222196_) void
SpawnerBlock.spawnAfterBreak
(BlockState p_222477_, ServerLevel p_222478_, BlockPos p_222479_, ItemStack p_222480_, boolean p_222481_) protected void
BaseFireBlock.spawnDestroyParticles
(Level p_152139_, Player p_152140_, BlockPos p_152141_, BlockState p_152142_) protected void
Block.spawnDestroyParticles
(Level p_152422_, Player p_152423_, BlockPos p_152424_, BlockState p_152425_) static void
PointedDripstoneBlock.spawnDripParticle
(Level p_154063_, BlockPos p_154064_, BlockState p_154065_) private static void
PointedDripstoneBlock.spawnDripParticle
(Level p_154072_, BlockPos p_154073_, BlockState p_154074_, Fluid p_154075_) private static void
PointedDripstoneBlock.spawnFallingStalactite
(BlockState p_154098_, ServerLevel p_154099_, BlockPos p_154100_) private static void
CarvedPumpkinBlock.spawnGolemInWorld
(Level p_249110_, BlockPattern.BlockPatternMatch p_251293_, Entity p_251251_, BlockPos p_251189_) private void
InfestedBlock.spawnInfestation
(ServerLevel p_54181_, BlockPos p_54182_) private void
BeehiveBlock.spawnParticle
(Level p_49613_, BlockPos p_49614_, VoxelShape p_49615_, double p_49616_) private static void
RedStoneOreBlock.spawnParticles
(Level p_55455_, BlockPos p_55456_) private void
RedStoneWireBlock.spawnParticlesAlongLine
(Level p_221923_, RandomSource p_221924_, BlockPos p_221925_, Vec3 p_221926_, Direction p_221927_, Direction p_221928_, float p_221929_, float p_221930_) private void
FrogspawnBlock.spawnTadpoles
(ServerLevel p_221221_, BlockPos p_221222_, RandomSource p_221223_) long
MultifaceSpreader.spreadAll
(BlockState p_221658_, LevelAccessor p_221659_, BlockPos p_221660_, boolean p_221661_) private long
MultifaceSpreader.spreadFromFaceTowardAllDirections
(BlockState p_221645_, LevelAccessor p_221646_, BlockPos p_221647_, Direction p_221648_, boolean p_221649_) MultifaceSpreader.spreadFromFaceTowardDirection
(BlockState p_221638_, LevelAccessor p_221639_, BlockPos p_221640_, Direction p_221641_, Direction p_221642_, boolean p_221643_) MultifaceSpreader.spreadFromFaceTowardRandomDirection
(BlockState p_221631_, LevelAccessor p_221632_, BlockPos p_221633_, Direction p_221634_, RandomSource p_221635_, boolean p_221636_) MultifaceSpreader.spreadFromRandomFaceTowardRandomDirection
(BlockState p_221620_, LevelAccessor p_221621_, BlockPos p_221622_, RandomSource p_221623_) private void
ObserverBlock.startSignal
(LevelAccessor p_55093_, BlockPos p_55094_) 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_) void
Block.stepOn
(Level p_152431_, BlockPos p_152432_, BlockState p_152433_, Entity p_152434_) void
MagmaBlock.stepOn
(Level p_153777_, BlockPos p_153778_, BlockState p_153779_, Entity p_153780_) void
RedStoneOreBlock.stepOn
(Level p_154299_, BlockPos p_154300_, BlockState p_154301_, Entity p_154302_) void
SculkSensorBlock.stepOn
(Level p_222132_, BlockPos p_222133_, BlockState p_222134_, Entity p_222135_) void
SculkShriekerBlock.stepOn
(Level p_222177_, BlockPos p_222178_, BlockState p_222179_, Entity p_222180_) void
SlimeBlock.stepOn
(Level p_154573_, BlockPos p_154574_, BlockState p_154575_, Entity p_154576_) void
StairBlock.stepOn
(Level p_154720_, BlockPos p_154721_, BlockState p_154722_, Entity p_154723_) void
TurtleEggBlock.stepOn
(Level p_154857_, BlockPos p_154858_, BlockState p_154859_, Entity p_154860_) private void
DragonEggBlock.teleport
(BlockState p_52936_, Level p_52937_, BlockPos p_52938_) boolean
MultifaceSpreader.SpreadPredicate.test
(BlockGetter p_221729_, BlockPos p_221730_, MultifaceSpreader.SpreadPos p_221731_) void
AbstractCauldronBlock.tick
(BlockState p_220702_, ServerLevel p_220703_, BlockPos p_220704_, RandomSource p_220705_) void
BambooStalkBlock.tick
(BlockState p_261612_, ServerLevel p_261527_, BlockPos p_261846_, RandomSource p_261638_) void
BarrelBlock.tick
(BlockState p_220758_, ServerLevel p_220759_, BlockPos p_220760_, RandomSource p_220761_) void
BasePressurePlateBlock.tick
(BlockState p_220768_, ServerLevel p_220769_, BlockPos p_220770_, RandomSource p_220771_) void
BigDripleafBlock.tick
(BlockState p_220798_, ServerLevel p_220799_, BlockPos p_220800_, RandomSource p_220801_) void
BigDripleafStemBlock.tick
(BlockState p_220813_, ServerLevel p_220814_, BlockPos p_220815_, RandomSource p_220816_) void
BubbleColumnBlock.tick
(BlockState p_220888_, ServerLevel p_220889_, BlockPos p_220890_, RandomSource p_220891_) void
ButtonBlock.tick
(BlockState p_220903_, ServerLevel p_220904_, BlockPos p_220905_, RandomSource p_220906_) void
CactusBlock.tick
(BlockState p_220908_, ServerLevel p_220909_, BlockPos p_220910_, RandomSource p_220911_) void
ChestBlock.tick
(BlockState p_220958_, ServerLevel p_220959_, BlockPos p_220960_, RandomSource p_220961_) void
ChorusFlowerBlock.tick
(BlockState p_220975_, ServerLevel p_220976_, BlockPos p_220977_, RandomSource p_220978_) void
ChorusPlantBlock.tick
(BlockState p_220985_, ServerLevel p_220986_, BlockPos p_220987_, RandomSource p_220988_) void
CommandBlock.tick
(BlockState p_221005_, ServerLevel p_221006_, BlockPos p_221007_, RandomSource p_221008_) void
ComparatorBlock.tick
(BlockState p_221010_, ServerLevel p_221011_, BlockPos p_221012_, RandomSource p_221013_) void
ComposterBlock.tick
(BlockState p_221015_, ServerLevel p_221016_, BlockPos p_221017_, RandomSource p_221018_) void
CoralBlock.tick
(BlockState p_221020_, ServerLevel p_221021_, BlockPos p_221022_, RandomSource p_221023_) void
CoralFanBlock.tick
(BlockState p_221025_, ServerLevel p_221026_, BlockPos p_221027_, RandomSource p_221028_) void
CoralPlantBlock.tick
(BlockState p_221030_, ServerLevel p_221031_, BlockPos p_221032_, RandomSource p_221033_) void
CoralWallFanBlock.tick
(BlockState p_221035_, ServerLevel p_221036_, BlockPos p_221037_, RandomSource p_221038_) void
DetectorRailBlock.tick
(BlockState p_221060_, ServerLevel p_221061_, BlockPos p_221062_, RandomSource p_221063_) void
DiodeBlock.tick
(BlockState p_221065_, ServerLevel p_221066_, BlockPos p_221067_, RandomSource p_221068_) void
DirtPathBlock.tick
(BlockState p_221070_, ServerLevel p_221071_, BlockPos p_221072_, RandomSource p_221073_) void
DispenserBlock.tick
(BlockState p_221075_, ServerLevel p_221076_, BlockPos p_221077_, RandomSource p_221078_) void
EnderChestBlock.tick
(BlockState p_221112_, ServerLevel p_221113_, BlockPos p_221114_, RandomSource p_221115_) void
FallingBlock.tick
(BlockState p_221124_, ServerLevel p_221125_, BlockPos p_221126_, RandomSource p_221127_) void
FarmBlock.tick
(BlockState p_221134_, ServerLevel p_221135_, BlockPos p_221136_, RandomSource p_221137_) void
FireBlock.tick
(BlockState p_221160_, ServerLevel p_221161_, BlockPos p_221162_, RandomSource p_221163_) void
FrogspawnBlock.tick
(BlockState p_221194_, ServerLevel p_221195_, BlockPos p_221196_, RandomSource p_221197_) void
FrostedIceBlock.tick
(BlockState p_221233_, ServerLevel p_221234_, BlockPos p_221235_, RandomSource p_221236_) void
GrowingPlantBlock.tick
(BlockState p_221280_, ServerLevel p_221281_, BlockPos p_221282_, RandomSource p_221283_) void
LeavesBlock.tick
(BlockState p_221369_, ServerLevel p_221370_, BlockPos p_221371_, RandomSource p_221372_) void
LecternBlock.tick
(BlockState p_221388_, ServerLevel p_221389_, BlockPos p_221390_, RandomSource p_221391_) void
LightningRodBlock.tick
(BlockState p_221400_, ServerLevel p_221401_, BlockPos p_221402_, RandomSource p_221403_) void
MagmaBlock.tick
(BlockState p_221415_, ServerLevel p_221416_, BlockPos p_221417_, RandomSource p_221418_) void
ObserverBlock.tick
(BlockState p_221840_, ServerLevel p_221841_, BlockPos p_221842_, RandomSource p_221843_) void
PointedDripstoneBlock.tick
(BlockState p_221865_, ServerLevel p_221866_, BlockPos p_221867_, RandomSource p_221868_) void
RedstoneLampBlock.tick
(BlockState p_221937_, ServerLevel p_221938_, BlockPos p_221939_, RandomSource p_221940_) void
RedstoneTorchBlock.tick
(BlockState p_221949_, ServerLevel p_221950_, BlockPos p_221951_, RandomSource p_221952_) void
ScaffoldingBlock.tick
(BlockState p_222019_, ServerLevel p_222020_, BlockPos p_222021_, RandomSource p_222022_) void
SculkCatalystBlock.tick
(BlockState p_222104_, ServerLevel p_222105_, BlockPos p_222106_, RandomSource p_222107_) void
SculkSensorBlock.tick
(BlockState p_222137_, ServerLevel p_222138_, BlockPos p_222139_, RandomSource p_222140_) void
SculkShriekerBlock.tick
(BlockState p_222187_, ServerLevel p_222188_, BlockPos p_222189_, RandomSource p_222190_) void
SoulSandBlock.tick
(BlockState p_222457_, ServerLevel p_222458_, BlockPos p_222459_, RandomSource p_222460_) void
StairBlock.tick
(BlockState p_222513_, ServerLevel p_222514_, BlockPos p_222515_, RandomSource p_222516_) void
SugarCaneBlock.tick
(BlockState p_222543_, ServerLevel p_222544_, BlockPos p_222545_, RandomSource p_222546_) void
TargetBlock.tick
(BlockState p_222588_, ServerLevel p_222589_, BlockPos p_222590_, RandomSource p_222591_) void
TripWireBlock.tick
(BlockState p_222598_, ServerLevel p_222599_, BlockPos p_222600_, RandomSource p_222601_) void
TripWireHookBlock.tick
(BlockState p_222610_, ServerLevel p_222611_, BlockPos p_222612_, RandomSource p_222613_) private static void
DaylightDetectorBlock.tickEntity
(Level p_153113_, BlockPos p_153114_, BlockState p_153115_, DaylightDetectorBlockEntity p_153116_) private BlockState
WallBlock.topUpdate
(LevelReader p_57975_, BlockState p_57976_, BlockPos p_57977_, BlockState p_57978_) private static boolean
ConcretePowderBlock.touchesLiquid
(BlockGetter p_52065_, BlockPos p_52066_, BlockState state) boolean
BaseEntityBlock.triggerEvent
(BlockState p_49226_, Level p_49227_, BlockPos p_49228_, int p_49229_, int p_49230_) boolean
ComparatorBlock.triggerEvent
(BlockState p_51874_, Level p_51875_, BlockPos p_51876_, int p_51877_, int p_51878_) boolean
NoteBlock.triggerEvent
(BlockState p_55023_, Level p_55024_, BlockPos p_55025_, int p_55026_, int p_55027_) protected void
SpongeBlock.tryAbsorbWater
(Level p_56798_, BlockPos p_56799_) private void
FireBlock.tryCatchFire
(Level p_53432_, BlockPos p_53433_, int p_53434_, RandomSource p_53435_, int p_53436_, Direction face) protected void
Block.tryDropExperience
(ServerLevel p_220823_, BlockPos p_220824_, ItemStack p_220825_, IntProvider p_220826_) static boolean
LecternBlock.tryPlaceBook
(Player p_153567_, Level p_153568_, BlockPos p_153569_, BlockState p_153570_, ItemStack p_153571_) protected void
BaseCoralPlantTypeBlock.tryScheduleDieTick
(BlockState p_49165_, LevelAccessor p_49166_, BlockPos p_49167_) private void
BeehiveBlock.trySpawnDripParticles
(Level p_49604_, BlockPos p_49605_, BlockState p_49606_) private void
CarvedPumpkinBlock.trySpawnGolem
(Level p_51379_, BlockPos p_51380_) static void
FarmBlock.turnToDirt
(BlockState p_53297_, Level p_53298_, BlockPos p_53299_) void
SculkSpreader.ChargeCursor.update
(LevelAccessor p_222312_, BlockPos p_222313_, RandomSource p_222314_, SculkSpreader p_222315_, boolean p_222316_) private static void
LecternBlock.updateBelow
(Level p_54545_, BlockPos p_54546_, BlockState p_54547_) static void
BubbleColumnBlock.updateColumn
(LevelAccessor p_152708_, BlockPos p_152709_, BlockState p_152710_) static void
BubbleColumnBlock.updateColumn
(LevelAccessor p_152703_, BlockPos p_152704_, BlockState p_152705_, BlockState p_152706_) void
SculkSpreader.updateCursors
(LevelAccessor p_222256_, BlockPos p_222257_, RandomSource p_222258_, boolean p_222259_) protected BlockState
BaseRailBlock.updateDir
(Level p_49368_, BlockPos p_49369_, BlockState p_49370_, boolean p_49371_) private static BlockState
LeavesBlock.updateDistance
(BlockState p_54436_, LevelAccessor p_54437_, BlockPos p_54438_) static BlockState
Block.updateFromNeighbourShapes
(BlockState p_49932_, LevelAccessor p_49933_, BlockPos p_49934_) void
RedStoneWireBlock.updateIndirectNeighbourShapes
(BlockState p_55579_, LevelAccessor p_55580_, BlockPos p_55581_, int p_55582_, int p_55583_) protected void
DiodeBlock.updateNeighborsInFront
(Level p_52581_, BlockPos p_52582_, BlockState p_52583_) protected void
ObserverBlock.updateNeighborsInFront
(Level p_55089_, BlockPos p_55090_, BlockState p_55091_) private void
RedStoneWireBlock.updateNeighborsOfNeighboringWires
(Level p_55638_, BlockPos p_55639_) protected void
BasePressurePlateBlock.updateNeighbours
(Level p_49292_, BlockPos p_49293_) private void
ButtonBlock.updateNeighbours
(BlockState p_51125_, Level p_51126_, BlockPos p_51127_) private void
LeverBlock.updateNeighbours
(BlockState p_54681_, Level p_54682_, BlockPos p_54683_) private void
LightningRodBlock.updateNeighbours
(BlockState p_153765_, Level p_153766_, BlockPos p_153767_) private static void
SculkSensorBlock.updateNeighbours
(Level p_154405_, BlockPos p_154406_) static void
Block.updateOrDestroy
(BlockState p_49903_, BlockState p_49904_, LevelAccessor p_49905_, BlockPos p_49906_, int p_49907_) static void
Block.updateOrDestroy
(BlockState p_49909_, BlockState p_49910_, LevelAccessor p_49911_, BlockPos p_49912_, int p_49913_, int p_49914_) private void
RedStoneWireBlock.updatePowerStrength
(Level p_55531_, BlockPos p_55532_, BlockState p_55533_) protected void
DetectorRailBlock.updatePowerToConnected
(Level p_52473_, BlockPos p_52474_, BlockState p_52475_, boolean p_52476_) AmethystClusterBlock.updateShape
(BlockState p_152036_, Direction p_152037_, BlockState p_152038_, LevelAccessor p_152039_, BlockPos p_152040_, BlockPos p_152041_) AttachedStemBlock.updateShape
(BlockState p_48848_, Direction p_48849_, BlockState p_48850_, LevelAccessor p_48851_, BlockPos p_48852_, BlockPos p_48853_) BambooSaplingBlock.updateShape
(BlockState p_48990_, Direction p_48991_, BlockState p_48992_, LevelAccessor p_48993_, BlockPos p_48994_, BlockPos p_48995_) BambooStalkBlock.updateShape
(BlockState p_261476_, Direction p_261512_, BlockState p_262167_, LevelAccessor p_261956_, BlockPos p_261876_, BlockPos p_262140_) BannerBlock.updateShape
(BlockState p_49029_, Direction p_49030_, BlockState p_49031_, LevelAccessor p_49032_, BlockPos p_49033_, BlockPos p_49034_) BaseCoralPlantTypeBlock.updateShape
(BlockState p_49173_, Direction p_49174_, BlockState p_49175_, LevelAccessor p_49176_, BlockPos p_49177_, BlockPos p_49178_) BaseCoralWallFanBlock.updateShape
(BlockState p_49210_, Direction p_49211_, BlockState p_49212_, LevelAccessor p_49213_, BlockPos p_49214_, BlockPos p_49215_) BasePressurePlateBlock.updateShape
(BlockState p_49329_, Direction p_49330_, BlockState p_49331_, LevelAccessor p_49332_, BlockPos p_49333_, BlockPos p_49334_) BaseRailBlock.updateShape
(BlockState p_152151_, Direction p_152152_, BlockState p_152153_, LevelAccessor p_152154_, BlockPos p_152155_, BlockPos p_152156_) BedBlock.updateShape
(BlockState p_49525_, Direction p_49526_, BlockState p_49527_, LevelAccessor p_49528_, BlockPos p_49529_, BlockPos p_49530_) BeehiveBlock.updateShape
(BlockState p_49639_, Direction p_49640_, BlockState p_49641_, LevelAccessor p_49642_, BlockPos p_49643_, BlockPos p_49644_) BellBlock.updateShape
(BlockState p_49744_, Direction p_49745_, BlockState p_49746_, LevelAccessor p_49747_, BlockPos p_49748_, BlockPos p_49749_) BigDripleafBlock.updateShape
(BlockState p_152293_, Direction p_152294_, BlockState p_152295_, LevelAccessor p_152296_, BlockPos p_152297_, BlockPos p_152298_) BigDripleafStemBlock.updateShape
(BlockState p_152369_, Direction p_152370_, BlockState p_152371_, LevelAccessor p_152372_, BlockPos p_152373_, BlockPos p_152374_) BubbleColumnBlock.updateShape
(BlockState p_50990_, Direction p_50991_, BlockState p_50992_, LevelAccessor p_50993_, BlockPos p_50994_, BlockPos p_50995_) BushBlock.updateShape
(BlockState p_51032_, Direction p_51033_, BlockState p_51034_, LevelAccessor p_51035_, BlockPos p_51036_, BlockPos p_51037_) CactusBlock.updateShape
(BlockState p_51157_, Direction p_51158_, BlockState p_51159_, LevelAccessor p_51160_, BlockPos p_51161_, BlockPos p_51162_) CakeBlock.updateShape
(BlockState p_51213_, Direction p_51214_, BlockState p_51215_, LevelAccessor p_51216_, BlockPos p_51217_, BlockPos p_51218_) CampfireBlock.updateShape
(BlockState p_51298_, Direction p_51299_, BlockState p_51300_, LevelAccessor p_51301_, BlockPos p_51302_, BlockPos p_51303_) CandleBlock.updateShape
(BlockState p_152833_, Direction p_152834_, BlockState p_152835_, LevelAccessor p_152836_, BlockPos p_152837_, BlockPos p_152838_) CandleCakeBlock.updateShape
(BlockState p_152898_, Direction p_152899_, BlockState p_152900_, LevelAccessor p_152901_, BlockPos p_152902_, BlockPos p_152903_) CarpetBlock.updateShape
(BlockState p_152926_, Direction p_152927_, BlockState p_152928_, LevelAccessor p_152929_, BlockPos p_152930_, BlockPos p_152931_) CeilingHangingSignBlock.updateShape
(BlockState p_251270_, Direction p_250331_, BlockState p_249591_, LevelAccessor p_251903_, BlockPos p_249685_, BlockPos p_251506_) ChainBlock.updateShape
(BlockState p_51461_, Direction p_51462_, BlockState p_51463_, LevelAccessor p_51464_, BlockPos p_51465_, BlockPos p_51466_) ChestBlock.updateShape
(BlockState p_51555_, Direction p_51556_, BlockState p_51557_, LevelAccessor p_51558_, BlockPos p_51559_, BlockPos p_51560_) ChorusFlowerBlock.updateShape
(BlockState p_51687_, Direction p_51688_, BlockState p_51689_, LevelAccessor p_51690_, BlockPos p_51691_, BlockPos p_51692_) ChorusPlantBlock.updateShape
(BlockState p_51728_, Direction p_51729_, BlockState p_51730_, LevelAccessor p_51731_, BlockPos p_51732_, BlockPos p_51733_) CocoaBlock.updateShape
(BlockState p_51771_, Direction p_51772_, BlockState p_51773_, LevelAccessor p_51774_, BlockPos p_51775_, BlockPos p_51776_) ConcretePowderBlock.updateShape
(BlockState p_52074_, Direction p_52075_, BlockState p_52076_, LevelAccessor p_52077_, BlockPos p_52078_, BlockPos p_52079_) ConduitBlock.updateShape
(BlockState p_52111_, Direction p_52112_, BlockState p_52113_, LevelAccessor p_52114_, BlockPos p_52115_, BlockPos p_52116_) CoralBlock.updateShape
(BlockState p_52143_, Direction p_52144_, BlockState p_52145_, LevelAccessor p_52146_, BlockPos p_52147_, BlockPos p_52148_) CoralFanBlock.updateShape
(BlockState p_52159_, Direction p_52160_, BlockState p_52161_, LevelAccessor p_52162_, BlockPos p_52163_, BlockPos p_52164_) CoralPlantBlock.updateShape
(BlockState p_52183_, Direction p_52184_, BlockState p_52185_, LevelAccessor p_52186_, BlockPos p_52187_, BlockPos p_52188_) CoralWallFanBlock.updateShape
(BlockState p_52210_, Direction p_52211_, BlockState p_52212_, LevelAccessor p_52213_, BlockPos p_52214_, BlockPos p_52215_) DirtPathBlock.updateShape
(BlockState p_153152_, Direction p_153153_, BlockState p_153154_, LevelAccessor p_153155_, BlockPos p_153156_, BlockPos p_153157_) DoorBlock.updateShape
(BlockState p_52796_, Direction p_52797_, BlockState p_52798_, LevelAccessor p_52799_, BlockPos p_52800_, BlockPos p_52801_) DoublePlantBlock.updateShape
(BlockState p_52894_, Direction p_52895_, BlockState p_52896_, LevelAccessor p_52897_, BlockPos p_52898_, BlockPos p_52899_) EnderChestBlock.updateShape
(BlockState p_53160_, Direction p_53161_, BlockState p_53162_, LevelAccessor p_53163_, BlockPos p_53164_, BlockPos p_53165_) FaceAttachedHorizontalDirectionalBlock.updateShape
(BlockState p_53190_, Direction p_53191_, BlockState p_53192_, LevelAccessor p_53193_, BlockPos p_53194_, BlockPos p_53195_) FallingBlock.updateShape
(BlockState p_53226_, Direction p_53227_, BlockState p_53228_, LevelAccessor p_53229_, BlockPos p_53230_, BlockPos p_53231_) FarmBlock.updateShape
(BlockState p_53276_, Direction p_53277_, BlockState p_53278_, LevelAccessor p_53279_, BlockPos p_53280_, BlockPos p_53281_) FenceBlock.updateShape
(BlockState p_53323_, Direction p_53324_, BlockState p_53325_, LevelAccessor p_53326_, BlockPos p_53327_, BlockPos p_53328_) FenceGateBlock.updateShape
(BlockState p_53382_, Direction p_53383_, BlockState p_53384_, LevelAccessor p_53385_, BlockPos p_53386_, BlockPos p_53387_) FireBlock.updateShape
(BlockState p_53458_, Direction p_53459_, BlockState p_53460_, LevelAccessor p_53461_, BlockPos p_53462_, BlockPos p_53463_) FlowerPotBlock.updateShape
(BlockState p_53547_, Direction p_53548_, BlockState p_53549_, LevelAccessor p_53550_, BlockPos p_53551_, BlockPos p_53552_) FrogspawnBlock.updateShape
(BlockState p_221213_, Direction p_221214_, BlockState p_221215_, LevelAccessor p_221216_, BlockPos p_221217_, BlockPos p_221218_) GlowLichenBlock.updateShape
(BlockState p_153302_, Direction p_153303_, BlockState p_153304_, LevelAccessor p_153305_, BlockPos p_153306_, BlockPos p_153307_) GrowingPlantBodyBlock.updateShape
(BlockState p_53913_, Direction p_53914_, BlockState p_53915_, LevelAccessor p_53916_, BlockPos p_53917_, BlockPos p_53918_) GrowingPlantHeadBlock.updateShape
(BlockState p_53951_, Direction p_53952_, BlockState p_53953_, LevelAccessor p_53954_, BlockPos p_53955_, BlockPos p_53956_) HangingRootsBlock.updateShape
(BlockState p_153351_, Direction p_153352_, BlockState p_153353_, LevelAccessor p_153354_, BlockPos p_153355_, BlockPos p_153356_) HugeMushroomBlock.updateShape
(BlockState p_54146_, Direction p_54147_, BlockState p_54148_, LevelAccessor p_54149_, BlockPos p_54150_, BlockPos p_54151_) IronBarsBlock.updateShape
(BlockState p_54211_, Direction p_54212_, BlockState p_54213_, LevelAccessor p_54214_, BlockPos p_54215_, BlockPos p_54216_) LadderBlock.updateShape
(BlockState p_54363_, Direction p_54364_, BlockState p_54365_, LevelAccessor p_54366_, BlockPos p_54367_, BlockPos p_54368_) LanternBlock.updateShape
(BlockState p_153483_, Direction p_153484_, BlockState p_153485_, LevelAccessor p_153486_, BlockPos p_153487_, BlockPos p_153488_) LeavesBlock.updateShape
(BlockState p_54440_, Direction p_54441_, BlockState p_54442_, LevelAccessor p_54443_, BlockPos p_54444_, BlockPos p_54445_) LightBlock.updateShape
(BlockState p_153680_, Direction p_153681_, BlockState p_153682_, LevelAccessor p_153683_, BlockPos p_153684_, BlockPos p_153685_) LightningRodBlock.updateShape
(BlockState p_153739_, Direction p_153740_, BlockState p_153741_, LevelAccessor p_153742_, BlockPos p_153743_, BlockPos p_153744_) LiquidBlock.updateShape
(BlockState p_54723_, Direction p_54724_, BlockState p_54725_, LevelAccessor p_54726_, BlockPos p_54727_, BlockPos p_54728_) MagmaBlock.updateShape
(BlockState p_54811_, Direction p_54812_, BlockState p_54813_, LevelAccessor p_54814_, BlockPos p_54815_, BlockPos p_54816_) MangrovePropaguleBlock.updateShape
(BlockState p_221477_, Direction p_221478_, BlockState p_221479_, LevelAccessor p_221480_, BlockPos p_221481_, BlockPos p_221482_) MangroveRootsBlock.updateShape
(BlockState p_221514_, Direction p_221515_, BlockState p_221516_, LevelAccessor p_221517_, BlockPos p_221518_, BlockPos p_221519_) MultifaceBlock.updateShape
(BlockState p_153904_, Direction p_153905_, BlockState p_153906_, LevelAccessor p_153907_, BlockPos p_153908_, BlockPos p_153909_) NetherPortalBlock.updateShape
(BlockState p_54928_, Direction p_54929_, BlockState p_54930_, LevelAccessor p_54931_, BlockPos p_54932_, BlockPos p_54933_) NoteBlock.updateShape
(BlockState p_55048_, Direction p_55049_, BlockState p_55050_, LevelAccessor p_55051_, BlockPos p_55052_, BlockPos p_55053_) ObserverBlock.updateShape
(BlockState p_55118_, Direction p_55119_, BlockState p_55120_, LevelAccessor p_55121_, BlockPos p_55122_, BlockPos p_55123_) PointedDripstoneBlock.updateShape
(BlockState p_154147_, Direction p_154148_, BlockState p_154149_, LevelAccessor p_154150_, BlockPos p_154151_, BlockPos p_154152_) RedstoneWallTorchBlock.updateShape
(BlockState p_55772_, Direction p_55773_, BlockState p_55774_, LevelAccessor p_55775_, BlockPos p_55776_, BlockPos p_55777_) RedStoneWireBlock.updateShape
(BlockState p_55598_, Direction p_55599_, BlockState p_55600_, LevelAccessor p_55601_, BlockPos p_55602_, BlockPos p_55603_) RepeaterBlock.updateShape
(BlockState p_55821_, Direction p_55822_, BlockState p_55823_, LevelAccessor p_55824_, BlockPos p_55825_, BlockPos p_55826_) ScaffoldingBlock.updateShape
(BlockState p_56044_, Direction p_56045_, BlockState p_56046_, LevelAccessor p_56047_, BlockPos p_56048_, BlockPos p_56049_) SculkSensorBlock.updateShape
(BlockState p_154457_, Direction p_154458_, BlockState p_154459_, LevelAccessor p_154460_, BlockPos p_154461_, BlockPos p_154462_) SculkShriekerBlock.updateShape
(BlockState p_222204_, Direction p_222205_, BlockState p_222206_, LevelAccessor p_222207_, BlockPos p_222208_, BlockPos p_222209_) SculkVeinBlock.updateShape
(BlockState p_222384_, Direction p_222385_, BlockState p_222386_, LevelAccessor p_222387_, BlockPos p_222388_, BlockPos p_222389_) SeagrassBlock.updateShape
(BlockState p_154530_, Direction p_154531_, BlockState p_154532_, LevelAccessor p_154533_, BlockPos p_154534_, BlockPos p_154535_) SeaPickleBlock.updateShape
(BlockState p_56113_, Direction p_56114_, BlockState p_56115_, LevelAccessor p_56116_, BlockPos p_56117_, BlockPos p_56118_) SignBlock.updateShape
(BlockState p_56285_, Direction p_56286_, BlockState p_56287_, LevelAccessor p_56288_, BlockPos p_56289_, BlockPos p_56290_) SlabBlock.updateShape
(BlockState p_56381_, Direction p_56382_, BlockState p_56383_, LevelAccessor p_56384_, BlockPos p_56385_, BlockPos p_56386_) SmallDripleafBlock.updateShape
(BlockState p_154625_, Direction p_154626_, BlockState p_154627_, LevelAccessor p_154628_, BlockPos p_154629_, BlockPos p_154630_) SnowLayerBlock.updateShape
(BlockState p_56606_, Direction p_56607_, BlockState p_56608_, LevelAccessor p_56609_, BlockPos p_56610_, BlockPos p_56611_) SnowyDirtBlock.updateShape
(BlockState p_56644_, Direction p_56645_, BlockState p_56646_, LevelAccessor p_56647_, BlockPos p_56648_, BlockPos p_56649_) SoulFireBlock.updateShape
(BlockState p_56659_, Direction p_56660_, BlockState p_56661_, LevelAccessor p_56662_, BlockPos p_56663_, BlockPos p_56664_) SoulSandBlock.updateShape
(BlockState p_56689_, Direction p_56690_, BlockState p_56691_, LevelAccessor p_56692_, BlockPos p_56693_, BlockPos p_56694_) SporeBlossomBlock.updateShape
(BlockState p_154713_, Direction p_154714_, BlockState p_154715_, LevelAccessor p_154716_, BlockPos p_154717_, BlockPos p_154718_) StairBlock.updateShape
(BlockState p_56925_, Direction p_56926_, BlockState p_56927_, LevelAccessor p_56928_, BlockPos p_56929_, BlockPos p_56930_) StandingSignBlock.updateShape
(BlockState p_57005_, Direction p_57006_, BlockState p_57007_, LevelAccessor p_57008_, BlockPos p_57009_, BlockPos p_57010_) SugarCaneBlock.updateShape
(BlockState p_57179_, Direction p_57180_, BlockState p_57181_, LevelAccessor p_57182_, BlockPos p_57183_, BlockPos p_57184_) TorchBlock.updateShape
(BlockState p_57503_, Direction p_57504_, BlockState p_57505_, LevelAccessor p_57506_, BlockPos p_57507_, BlockPos p_57508_) TrapDoorBlock.updateShape
(BlockState p_57554_, Direction p_57555_, BlockState p_57556_, LevelAccessor p_57557_, BlockPos p_57558_, BlockPos p_57559_) TripWireBlock.updateShape
(BlockState p_57645_, Direction p_57646_, BlockState p_57647_, LevelAccessor p_57648_, BlockPos p_57649_, BlockPos p_57650_) TripWireHookBlock.updateShape
(BlockState p_57731_, Direction p_57732_, BlockState p_57733_, LevelAccessor p_57734_, BlockPos p_57735_, BlockPos p_57736_) VineBlock.updateShape
(BlockState p_57875_, Direction p_57876_, BlockState p_57877_, LevelAccessor p_57878_, BlockPos p_57879_, BlockPos p_57880_) WallBannerBlock.updateShape
(BlockState p_57935_, Direction p_57936_, BlockState p_57937_, LevelAccessor p_57938_, BlockPos p_57939_, BlockPos p_57940_) WallBlock.updateShape
(BlockState p_58014_, Direction p_58015_, BlockState p_58016_, LevelAccessor p_58017_, BlockPos p_58018_, BlockPos p_58019_) private BlockState
WallBlock.updateShape
(LevelReader p_57980_, BlockState p_57981_, BlockPos p_57982_, BlockState p_57983_, boolean p_57984_, boolean p_57985_, boolean p_57986_, boolean p_57987_) WallHangingSignBlock.updateShape
(BlockState p_249879_, Direction p_249939_, BlockState p_250767_, LevelAccessor p_252228_, BlockPos p_252327_, BlockPos p_251853_) WallSignBlock.updateShape
(BlockState p_58083_, Direction p_58084_, BlockState p_58085_, LevelAccessor p_58086_, BlockPos p_58087_, BlockPos p_58088_) WallTorchBlock.updateShape
(BlockState p_58143_, Direction p_58144_, BlockState p_58145_, LevelAccessor p_58146_, BlockPos p_58147_, BlockPos p_58148_) private static void
DaylightDetectorBlock.updateSignalStrength
(BlockState p_52411_, Level p_52412_, BlockPos p_52413_) private void
RedStoneWireBlock.updatesOnShapeChange
(Level p_55535_, BlockPos p_55536_, BlockState p_55537_, BlockState p_55538_) private void
TripWireBlock.updateSource
(Level p_57611_, BlockPos p_57612_, BlockState p_57613_) protected BlockState
BaseRailBlock.updateState
(BlockState p_49390_, Level p_49391_, BlockPos p_49392_, boolean p_49393_) protected void
BaseRailBlock.updateState
(BlockState p_49372_, Level p_49373_, BlockPos p_49374_, Block p_49375_) protected void
PoweredRailBlock.updateState
(BlockState p_55232_, Level p_55233_, BlockPos p_55234_, Block p_55235_) protected void
RailBlock.updateState
(BlockState p_55397_, Level p_55398_, BlockPos p_55399_, Block p_55400_) AbstractCauldronBlock.use
(BlockState p_151969_, Level p_151970_, BlockPos p_151971_, Player p_151972_, InteractionHand p_151973_, BlockHitResult p_151974_) AbstractFurnaceBlock.use
(BlockState p_48706_, Level p_48707_, BlockPos p_48708_, Player p_48709_, InteractionHand p_48710_, BlockHitResult p_48711_) AnvilBlock.use
(BlockState p_48804_, Level p_48805_, BlockPos p_48806_, Player p_48807_, InteractionHand p_48808_, BlockHitResult p_48809_) BarrelBlock.use
(BlockState p_49069_, Level p_49070_, BlockPos p_49071_, Player p_49072_, InteractionHand p_49073_, BlockHitResult p_49074_) BeaconBlock.use
(BlockState p_49432_, Level p_49433_, BlockPos p_49434_, Player p_49435_, InteractionHand p_49436_, BlockHitResult p_49437_) BedBlock.use
(BlockState p_49515_, Level p_49516_, BlockPos p_49517_, Player p_49518_, InteractionHand p_49519_, BlockHitResult p_49520_) BeehiveBlock.use
(BlockState p_49624_, Level p_49625_, BlockPos p_49626_, Player p_49627_, InteractionHand p_49628_, BlockHitResult p_49629_) BellBlock.use
(BlockState p_49722_, Level p_49723_, BlockPos p_49724_, Player p_49725_, InteractionHand p_49726_, BlockHitResult p_49727_) BrewingStandBlock.use
(BlockState p_50930_, Level p_50931_, BlockPos p_50932_, Player p_50933_, InteractionHand p_50934_, BlockHitResult p_50935_) ButtonBlock.use
(BlockState p_51088_, Level p_51089_, BlockPos p_51090_, Player p_51091_, InteractionHand p_51092_, BlockHitResult p_51093_) CakeBlock.use
(BlockState p_51202_, Level p_51203_, BlockPos p_51204_, Player p_51205_, InteractionHand p_51206_, BlockHitResult p_51207_) CampfireBlock.use
(BlockState p_51274_, Level p_51275_, BlockPos p_51276_, Player p_51277_, InteractionHand p_51278_, BlockHitResult p_51279_) CandleBlock.use
(BlockState p_152822_, Level p_152823_, BlockPos p_152824_, Player p_152825_, InteractionHand p_152826_, BlockHitResult p_152827_) CandleCakeBlock.use
(BlockState p_152884_, Level p_152885_, BlockPos p_152886_, Player p_152887_, InteractionHand p_152888_, BlockHitResult p_152889_) CartographyTableBlock.use
(BlockState p_51357_, Level p_51358_, BlockPos p_51359_, Player p_51360_, InteractionHand p_51361_, BlockHitResult p_51362_) static InteractionResult
CaveVines.use
(BlockState p_152954_, Level p_152955_, BlockPos p_152956_) CaveVinesBlock.use
(BlockState p_152980_, Level p_152981_, BlockPos p_152982_, Player p_152983_, InteractionHand p_152984_, BlockHitResult p_152985_) CaveVinesPlantBlock.use
(BlockState p_153021_, Level p_153022_, BlockPos p_153023_, Player p_153024_, InteractionHand p_153025_, BlockHitResult p_153026_) CeilingHangingSignBlock.use
(BlockState p_251161_, Level p_249327_, BlockPos p_248552_, Player p_248644_, InteractionHand p_251941_, BlockHitResult p_252016_) ChestBlock.use
(BlockState p_51531_, Level p_51532_, BlockPos p_51533_, Player p_51534_, InteractionHand p_51535_, BlockHitResult p_51536_) ChiseledBookShelfBlock.use
(BlockState p_251144_, Level p_251668_, BlockPos p_249108_, Player p_249954_, InteractionHand p_249823_, BlockHitResult p_250640_) CommandBlock.use
(BlockState p_51825_, Level p_51826_, BlockPos p_51827_, Player p_51828_, InteractionHand p_51829_, BlockHitResult p_51830_) ComparatorBlock.use
(BlockState p_51880_, Level p_51881_, BlockPos p_51882_, Player p_51883_, InteractionHand p_51884_, BlockHitResult p_51885_) ComposterBlock.use
(BlockState p_51949_, Level p_51950_, BlockPos p_51951_, Player p_51952_, InteractionHand p_51953_, BlockHitResult p_51954_) CraftingTableBlock.use
(BlockState p_52233_, Level p_52234_, BlockPos p_52235_, Player p_52236_, InteractionHand p_52237_, BlockHitResult p_52238_) DaylightDetectorBlock.use
(BlockState p_52391_, Level p_52392_, BlockPos p_52393_, Player p_52394_, InteractionHand p_52395_, BlockHitResult p_52396_) DispenserBlock.use
(BlockState p_52693_, Level p_52694_, BlockPos p_52695_, Player p_52696_, InteractionHand p_52697_, BlockHitResult p_52698_) DoorBlock.use
(BlockState p_52769_, Level p_52770_, BlockPos p_52771_, Player p_52772_, InteractionHand p_52773_, BlockHitResult p_52774_) DragonEggBlock.use
(BlockState p_52923_, Level p_52924_, BlockPos p_52925_, Player p_52926_, InteractionHand p_52927_, BlockHitResult p_52928_) EnchantmentTableBlock.use
(BlockState p_52974_, Level p_52975_, BlockPos p_52976_, Player p_52977_, InteractionHand p_52978_, BlockHitResult p_52979_) EnderChestBlock.use
(BlockState p_53137_, Level p_53138_, BlockPos p_53139_, Player p_53140_, InteractionHand p_53141_, BlockHitResult p_53142_) FenceBlock.use
(BlockState p_53316_, Level p_53317_, BlockPos p_53318_, Player p_53319_, InteractionHand p_53320_, BlockHitResult p_53321_) FenceGateBlock.use
(BlockState p_53365_, Level p_53366_, BlockPos p_53367_, Player p_53368_, InteractionHand p_53369_, BlockHitResult p_53370_) FletchingTableBlock.use
(BlockState p_53501_, Level p_53502_, BlockPos p_53503_, Player p_53504_, InteractionHand p_53505_, BlockHitResult p_53506_) FlowerPotBlock.use
(BlockState p_53540_, Level p_53541_, BlockPos p_53542_, Player p_53543_, InteractionHand p_53544_, BlockHitResult p_53545_) GrindstoneBlock.use
(BlockState p_53821_, Level p_53822_, BlockPos p_53823_, Player p_53824_, InteractionHand p_53825_, BlockHitResult p_53826_) HopperBlock.use
(BlockState p_54071_, Level p_54072_, BlockPos p_54073_, Player p_54074_, InteractionHand p_54075_, BlockHitResult p_54076_) JigsawBlock.use
(BlockState p_54231_, Level p_54232_, BlockPos p_54233_, Player p_54234_, InteractionHand p_54235_, BlockHitResult p_54236_) JukeboxBlock.use
(BlockState p_54281_, Level p_54282_, BlockPos p_54283_, Player p_54284_, InteractionHand p_54285_, BlockHitResult p_54286_) LecternBlock.use
(BlockState p_54524_, Level p_54525_, BlockPos p_54526_, Player p_54527_, InteractionHand p_54528_, BlockHitResult p_54529_) LeverBlock.use
(BlockState p_54640_, Level p_54641_, BlockPos p_54642_, Player p_54643_, InteractionHand p_54644_, BlockHitResult p_54645_) LightBlock.use
(BlockState p_153673_, Level p_153674_, BlockPos p_153675_, Player p_153676_, InteractionHand p_153677_, BlockHitResult p_153678_) LoomBlock.use
(BlockState p_54787_, Level p_54788_, BlockPos p_54789_, Player p_54790_, InteractionHand p_54791_, BlockHitResult p_54792_) NoteBlock.use
(BlockState p_55034_, Level p_55035_, BlockPos p_55036_, Player p_55037_, InteractionHand p_55038_, BlockHitResult p_55039_) PumpkinBlock.use
(BlockState p_55289_, Level p_55290_, BlockPos p_55291_, Player p_55292_, InteractionHand p_55293_, BlockHitResult p_55294_) RedStoneOreBlock.use
(BlockState p_55472_, Level p_55473_, BlockPos p_55474_, Player p_55475_, InteractionHand p_55476_, BlockHitResult p_55477_) RedStoneWireBlock.use
(BlockState p_55554_, Level p_55555_, BlockPos p_55556_, Player p_55557_, InteractionHand p_55558_, BlockHitResult p_55559_) RepeaterBlock.use
(BlockState p_55809_, Level p_55810_, BlockPos p_55811_, Player p_55812_, InteractionHand p_55813_, BlockHitResult p_55814_) RespawnAnchorBlock.use
(BlockState p_55874_, Level p_55875_, BlockPos p_55876_, Player p_55877_, InteractionHand p_55878_, BlockHitResult p_55879_) ShulkerBoxBlock.use
(BlockState p_56227_, Level p_56228_, BlockPos p_56229_, Player p_56230_, InteractionHand p_56231_, BlockHitResult p_56232_) SignBlock.use
(BlockState p_56278_, Level p_56279_, BlockPos p_56280_, Player p_56281_, InteractionHand p_56282_, BlockHitResult p_56283_) SmithingTableBlock.use
(BlockState p_56428_, Level p_56429_, BlockPos p_56430_, Player p_56431_, InteractionHand p_56432_, BlockHitResult p_56433_) StairBlock.use
(BlockState p_56901_, Level p_56902_, BlockPos p_56903_, Player p_56904_, InteractionHand p_56905_, BlockHitResult p_56906_) StonecutterBlock.use
(BlockState p_57083_, Level p_57084_, BlockPos p_57085_, Player p_57086_, InteractionHand p_57087_, BlockHitResult p_57088_) StructureBlock.use
(BlockState p_57128_, Level p_57129_, BlockPos p_57130_, Player p_57131_, InteractionHand p_57132_, BlockHitResult p_57133_) SweetBerryBushBlock.use
(BlockState p_57275_, Level p_57276_, BlockPos p_57277_, Player p_57278_, InteractionHand p_57279_, BlockHitResult p_57280_) TntBlock.use
(BlockState p_57450_, Level p_57451_, BlockPos p_57452_, Player p_57453_, InteractionHand p_57454_, BlockHitResult p_57455_) TrapDoorBlock.use
(BlockState p_57540_, Level p_57541_, BlockPos p_57542_, Player p_57543_, InteractionHand p_57544_, BlockHitResult p_57545_) WallHangingSignBlock.use
(BlockState p_251703_, Level p_249080_, BlockPos p_250832_, Player p_251881_, InteractionHand p_249800_, BlockHitResult p_252293_) void
Block.wasExploded
(Level p_49844_, BlockPos p_49845_, Explosion p_49846_) void
StairBlock.wasExploded
(Level p_56878_, BlockPos p_56879_, Explosion p_56880_) void
TntBlock.wasExploded
(Level p_57441_, BlockPos p_57442_, Explosion p_57443_) Modifier and TypeMethodDescriptionstatic <S extends BlockEntity>
DoubleBlockCombiner.NeighborCombineResult<S>DoubleBlockCombiner.combineWithNeigbour
(BlockEntityType<S> p_52823_, Function<BlockState, DoubleBlockCombiner.BlockType> p_52824_, Function<BlockState, Direction> p_52825_, DirectionProperty p_52826_, BlockState p_52827_, LevelAccessor p_52828_, BlockPos p_52829_, BiPredicate<LevelAccessor, BlockPos> p_52830_) PointedDripstoneBlock.findBlockVertical
(LevelAccessor p_202007_, BlockPos p_202008_, Direction.AxisDirection p_202009_, BiPredicate<BlockPos, BlockState> p_202010_, Predicate<BlockState> p_202011_, int p_202012_) ModifierConstructorDescriptionChargeCursor
(BlockPos p_222296_, int p_222297_) private
ChargeCursor
(BlockPos p_222299_, int p_222300_, int p_222301_, int p_222302_, Optional<Set<Direction>> p_222303_) (package private)
FluidInfo
(BlockPos pos, Fluid fluid, BlockState sourceState) Creates an instance of aFluidInfo
record class.InputContainer
(BlockState p_52022_, LevelAccessor p_52023_, BlockPos p_52024_) OutputContainer
(BlockState p_52042_, LevelAccessor p_52043_, BlockPos p_52044_, ItemStack p_52045_) RailState
(Level p_55421_, BlockPos p_55422_, BlockState p_55423_) Creates an instance of aSpreadPos
record class. -
Uses of BlockPos in net.minecraft.world.level.block.entity
Modifier and TypeFieldDescriptionprivate BlockPos
TheEndGatewayBlockEntity.exitPortal
private BlockPos
BeehiveBlockEntity.savedFlowerPos
private BlockPos
StructureBlockEntity.structurePos
protected final BlockPos
BlockEntity.worldPosition
Modifier and TypeMethodDescriptionprivate static BlockPos
TheEndGatewayBlockEntity.findExitPosition
(Level p_155826_, BlockPos p_155827_) private static BlockPos
TheEndGatewayBlockEntity.findOrCreateValidTeleportPos
(ServerLevel p_155819_, BlockPos p_155820_) private static BlockPos
TheEndGatewayBlockEntity.findTallestBlock
(BlockGetter p_59943_, BlockPos p_59944_, int p_59945_, boolean p_59946_) private static BlockPos
TheEndGatewayBlockEntity.findValidSpawnInChunk
(LevelChunk p_59954_) BlockEntity.getBlockPos()
TickingBlockEntity.getPos()
static BlockPos
BlockEntity.getPosFromTag
(CompoundTag p_187473_) StructureBlockEntity.getStructurePos()
Modifier and TypeMethodDescriptionStructureBlockEntity.getRelatedCorners
(BlockPos p_155792_, BlockPos p_155793_) Modifier and TypeMethodDescriptionstatic void
SkullBlockEntity.animation
(Level p_261710_, BlockPos p_262153_, BlockState p_262021_, SkullBlockEntity p_261594_) private static void
ConduitBlockEntity.animationTick
(Level p_155419_, BlockPos p_155420_, List<BlockPos> p_155421_, Entity p_155422_, int p_155423_) private static void
BeaconBlockEntity.applyEffects
(Level p_155098_, BlockPos p_155099_, int p_155100_, MobEffect p_155101_, MobEffect p_155102_) private static void
ConduitBlockEntity.applyEffects
(Level p_155444_, BlockPos p_155445_, List<BlockPos> p_155446_) private static boolean
BellBlockEntity.areRaidersNearby
(BlockPos p_155200_, List<LivingEntity> p_155201_) static void
TheEndGatewayBlockEntity.beamAnimationTick
(Level p_155835_, BlockPos p_155836_, BlockState p_155837_, TheEndGatewayBlockEntity p_155838_) static void
EnchantmentTableBlockEntity.bookAnimationTick
(Level p_155504_, BlockPos p_155505_, BlockState p_155506_, EnchantmentTableBlockEntity p_155507_) private static Optional<BoundingBox>
StructureBlockEntity.calculateEnclosingBoundingBox
(BlockPos p_155795_, Stream<BlockPos> p_155796_) static void
BellBlockEntity.clientTick
(Level p_155176_, BlockPos p_155177_, BlockState p_155178_, BellBlockEntity p_155179_) static void
ConduitBlockEntity.clientTick
(Level p_155404_, BlockPos p_155405_, BlockState p_155406_, ConduitBlockEntity p_155407_) static void
SpawnerBlockEntity.clientTick
(Level p_155755_, BlockPos p_155756_, BlockState p_155757_, SpawnerBlockEntity p_155758_) static void
CampfireBlockEntity.cookTick
(Level p_155307_, BlockPos p_155308_, BlockState p_155309_, CampfireBlockEntity p_155310_) static void
CampfireBlockEntity.cooldownTick
(Level p_155314_, BlockPos p_155315_, BlockState p_155316_, CampfireBlockEntity p_155317_) BlockEntityType.BlockEntitySupplier.create
(BlockPos p_155268_, BlockState p_155269_) BlockEntityType.create
(BlockPos p_155265_, BlockState p_155266_) void
ContainerOpenersCounter.decrementOpeners
(Player p_155469_, Level p_155470_, BlockPos p_155471_, BlockState p_155472_) private static void
BrewingStandBlockEntity.doBrew
(Level p_155291_, BlockPos p_155292_, NonNullList<ItemStack> p_155293_) private static void
ShulkerBoxBlockEntity.doNeighborUpdates
(Level p_155688_, BlockPos p_155689_, BlockState p_155690_) private static boolean
HopperBlockEntity.ejectItems
(Level p_155563_, BlockPos p_155564_, BlockState p_155565_, HopperBlockEntity p_155566_) static void
HopperBlockEntity.entityInside
(Level p_155568_, BlockPos p_155569_, BlockState p_155570_, Entity p_155571_, HopperBlockEntity p_155572_) private static LivingEntity
ConduitBlockEntity.findDestroyTarget
(Level p_155425_, BlockPos p_155426_, UUID p_155427_) private static Vec3
TheEndGatewayBlockEntity.findExitPortalXZPosTentative
(ServerLevel p_155842_, BlockPos p_155843_) private static BlockPos
TheEndGatewayBlockEntity.findExitPosition
(Level p_155826_, BlockPos p_155827_) private static BlockPos
TheEndGatewayBlockEntity.findOrCreateValidTeleportPos
(ServerLevel p_155819_, BlockPos p_155820_) private static BlockPos
TheEndGatewayBlockEntity.findTallestBlock
(BlockGetter p_59943_, BlockPos p_59944_, int p_59945_, boolean p_59946_) private static Container
HopperBlockEntity.getAttachedContainer
(Level p_155593_, BlockPos p_155594_, BlockState p_155595_) BlockEntityType.getBlockEntity
(BlockGetter p_58950_, BlockPos p_58951_) static Container
HopperBlockEntity.getContainerAt
(Level p_59391_, BlockPos p_59392_) private static AABB
ConduitBlockEntity.getDestroyRangeAABB
(BlockPos p_155432_) static int
ChestBlockEntity.getOpenCount
(BlockGetter p_59087_, BlockPos p_59088_) private int
ContainerOpenersCounter.getOpenCount
(Level p_155458_, BlockPos p_155459_) StructureBlockEntity.getRelatedCorners
(BlockPos p_155792_, BlockPos p_155793_) void
ContainerOpenersCounter.incrementOpeners
(Player p_155453_, Level p_155454_, BlockPos p_155455_, BlockState p_155456_) private static boolean
BellBlockEntity.isRaiderWithinRange
(BlockPos p_155197_, LivingEntity p_155198_) static void
ChestBlockEntity.lidAnimateTick
(Level p_155344_, BlockPos p_155345_, BlockState p_155346_, ChestBlockEntity p_155347_) static void
EnderChestBlockEntity.lidAnimateTick
(Level p_155518_, BlockPos p_155519_, BlockState p_155520_, EnderChestBlockEntity p_155521_) static BlockEntity
BlockEntity.loadStatic
(BlockPos p_155242_, BlockState p_155243_, CompoundTag p_155244_) private static void
BellBlockEntity.makeRaidersGlow
(Level p_155187_, BlockPos p_155188_, List<LivingEntity> p_155189_) private void
ShulkerBoxBlockEntity.moveCollidedEntities
(Level p_155684_, BlockPos p_155685_, BlockState p_155686_) protected abstract void
ContainerOpenersCounter.onClose
(Level p_155473_, BlockPos p_155474_, BlockState p_155475_) protected abstract void
ContainerOpenersCounter.onOpen
(Level p_155460_, BlockPos p_155461_, BlockState p_155462_) void
SculkSensorBlockEntity.onSignalReceive
(ServerLevel p_222803_, GameEventListener p_222804_, BlockPos p_222805_, GameEvent p_222806_, Entity p_222807_, Entity p_222808_, float p_222809_) void
SculkShriekerBlockEntity.onSignalReceive
(ServerLevel p_222848_, GameEventListener p_222849_, BlockPos p_222850_, GameEvent p_222851_, Entity p_222852_, Entity p_222853_, float p_222854_) protected abstract void
ContainerOpenersCounter.openerCountChanged
(Level p_155463_, BlockPos p_155464_, BlockState p_155465_, int p_155466_, int p_155467_) static void
CampfireBlockEntity.particleTick
(Level p_155319_, BlockPos p_155320_, BlockState p_155321_, CampfireBlockEntity p_155322_) static void
JukeboxBlockEntity.playRecordTick
(Level p_239938_, BlockPos p_239939_, BlockState p_239940_, JukeboxBlockEntity p_239941_) static void
BeaconBlockEntity.playSound
(Level p_155104_, BlockPos p_155105_, SoundEvent p_155106_) (package private) static void
ChestBlockEntity.playSound
(Level p_155339_, BlockPos p_155340_, BlockState p_155341_, SoundEvent p_155342_) static void
HopperBlockEntity.pushItemsTick
(Level p_155574_, BlockPos p_155575_, BlockState p_155576_, HopperBlockEntity p_155577_) void
ContainerOpenersCounter.recheckOpeners
(Level p_155477_, BlockPos p_155478_, BlockState p_155479_) private static boolean
BeehiveBlockEntity.releaseOccupant
(Level p_155137_, BlockPos p_155138_, BlockState p_155139_, BeehiveBlockEntity.BeeData p_155140_, List<Entity> p_155141_, BeehiveBlockEntity.BeeReleaseStatus p_155142_, BlockPos p_155143_) void
BellBlockEntity.ResonationEndAction.run
(Level p_155221_, BlockPos p_155222_, List<LivingEntity> p_155223_) private static void
ContainerOpenersCounter.scheduleRecheck
(Level p_155481_, BlockPos p_155482_, BlockState p_155483_) static void
AbstractFurnaceBlockEntity.serverTick
(Level p_155014_, BlockPos p_155015_, BlockState p_155016_, AbstractFurnaceBlockEntity p_155017_) static void
BeehiveBlockEntity.serverTick
(Level p_155145_, BlockPos p_155146_, BlockState p_155147_, BeehiveBlockEntity p_155148_) static void
BellBlockEntity.serverTick
(Level p_155203_, BlockPos p_155204_, BlockState p_155205_, BellBlockEntity p_155206_) static void
BrewingStandBlockEntity.serverTick
(Level p_155286_, BlockPos p_155287_, BlockState p_155288_, BrewingStandBlockEntity p_155289_) static void
ConduitBlockEntity.serverTick
(Level p_155439_, BlockPos p_155440_, BlockState p_155441_, ConduitBlockEntity p_155442_) static void
SculkCatalystBlockEntity.serverTick
(Level p_222780_, BlockPos p_222781_, BlockState p_222782_, SculkCatalystBlockEntity p_222783_) static void
SpawnerBlockEntity.serverTick
(Level p_155762_, BlockPos p_155763_, BlockState p_155764_, SpawnerBlockEntity p_155765_) protected static void
BlockEntity.setChanged
(Level p_155233_, BlockPos p_155234_, BlockState p_155235_) void
TheEndGatewayBlockEntity.setExitPosition
(BlockPos p_59956_, boolean p_59957_) static void
RandomizableContainerBlockEntity.setLootTable
(BlockGetter p_222767_, RandomSource p_222768_, BlockPos p_222769_, ResourceLocation p_222770_) void
StructureBlockEntity.setStructurePos
(BlockPos p_59886_) boolean
SculkSensorBlockEntity.shouldListen
(ServerLevel p_222811_, GameEventListener p_222812_, BlockPos p_222813_, GameEvent p_222814_, GameEvent.Context p_222815_) boolean
SculkShriekerBlockEntity.shouldListen
(ServerLevel p_222856_, GameEventListener p_222857_, BlockPos p_222858_, GameEvent p_222859_, GameEvent.Context p_222860_) private static void
BellBlockEntity.showBellParticles
(Level p_155208_, BlockPos p_155209_, List<LivingEntity> p_155210_) protected void
ChestBlockEntity.signalOpenCount
(Level p_155333_, BlockPos p_155334_, BlockState p_155335_, int p_155336_, int p_155337_) protected void
TrappedChestBlockEntity.signalOpenCount
(Level p_155865_, BlockPos p_155866_, BlockState p_155867_, int p_155868_, int p_155869_) private static void
TheEndGatewayBlockEntity.spawnGatewayPortal
(ServerLevel p_155822_, BlockPos p_155823_, EndGatewayConfiguration p_155824_) static void
TheEndGatewayBlockEntity.teleportEntity
(Level p_155829_, BlockPos p_155830_, BlockState p_155831_, Entity p_155832_, TheEndGatewayBlockEntity p_155833_) static void
TheEndGatewayBlockEntity.teleportTick
(Level p_155845_, BlockPos p_155846_, BlockState p_155847_, TheEndGatewayBlockEntity p_155848_) static void
BeaconBlockEntity.tick
(Level p_155108_, BlockPos p_155109_, BlockState p_155110_, BeaconBlockEntity p_155111_) private static void
BellBlockEntity.tick
(Level p_155181_, BlockPos p_155182_, BlockState p_155183_, BellBlockEntity p_155184_, BellBlockEntity.ResonationEndAction p_155185_) void
BlockEntityTicker.tick
(Level p_155253_, BlockPos p_155254_, BlockState p_155255_, T p_155256_) static void
ShulkerBoxBlockEntity.tick
(Level p_155673_, BlockPos p_155674_, BlockState p_155675_, ShulkerBoxBlockEntity p_155676_) private static void
BeehiveBlockEntity.tickOccupants
(Level p_155150_, BlockPos p_155151_, BlockState p_155152_, List<BeehiveBlockEntity.BeeData> p_155153_, BlockPos p_155154_) private static void
TheEndGatewayBlockEntity.triggerCooldown
(Level p_155850_, BlockPos p_155851_, BlockState p_155852_, TheEndGatewayBlockEntity p_155853_) private static boolean
HopperBlockEntity.tryMoveItems
(Level p_155579_, BlockPos p_155580_, BlockState p_155581_, HopperBlockEntity p_155582_, BooleanSupplier p_155583_) private void
ShulkerBoxBlockEntity.updateAnimation
(Level p_155680_, BlockPos p_155681_, BlockState p_155682_) private static void
ConduitBlockEntity.updateClientTarget
(Level p_155400_, BlockPos p_155401_, ConduitBlockEntity p_155402_) private static void
ConduitBlockEntity.updateDestroyTarget
(Level p_155409_, BlockPos p_155410_, BlockState p_155411_, List<BlockPos> p_155412_, ConduitBlockEntity p_155413_) private static boolean
ConduitBlockEntity.updateShape
(Level p_155415_, BlockPos p_155416_, List<BlockPos> p_155417_) Modifier and TypeMethodDescriptionprivate static void
ConduitBlockEntity.animationTick
(Level p_155419_, BlockPos p_155420_, List<BlockPos> p_155421_, Entity p_155422_, int p_155423_) private static void
ConduitBlockEntity.applyEffects
(Level p_155444_, BlockPos p_155445_, List<BlockPos> p_155446_) private static Optional<BoundingBox>
StructureBlockEntity.calculateEnclosingBoundingBox
(BlockPos p_155795_, Stream<BlockPos> p_155796_) private static void
ConduitBlockEntity.updateDestroyTarget
(Level p_155409_, BlockPos p_155410_, BlockState p_155411_, List<BlockPos> p_155412_, ConduitBlockEntity p_155413_) private static void
ConduitBlockEntity.updateHunting
(ConduitBlockEntity p_155429_, List<BlockPos> p_155430_) private static boolean
ConduitBlockEntity.updateShape
(Level p_155415_, BlockPos p_155416_, List<BlockPos> p_155417_) ModifierConstructorDescriptionprotected
AbstractFurnaceBlockEntity
(BlockEntityType<?> p_154991_, BlockPos p_154992_, BlockState p_154993_, RecipeType<? extends AbstractCookingRecipe> p_154994_) BannerBlockEntity
(BlockPos p_155035_, BlockState p_155036_) BannerBlockEntity
(BlockPos p_155038_, BlockState p_155039_, DyeColor p_155040_) BarrelBlockEntity
(BlockPos p_155052_, BlockState p_155053_) protected
BaseContainerBlockEntity
(BlockEntityType<?> p_155076_, BlockPos p_155077_, BlockState p_155078_) BeaconBlockEntity
(BlockPos p_155088_, BlockState p_155089_) BedBlockEntity
(BlockPos p_155115_, BlockState p_155116_) BedBlockEntity
(BlockPos p_155118_, BlockState p_155119_, DyeColor p_155120_) BeehiveBlockEntity
(BlockPos p_155134_, BlockState p_155135_) BellBlockEntity
(BlockPos p_155173_, BlockState p_155174_) BlastFurnaceBlockEntity
(BlockPos p_155225_, BlockState p_155226_) BlockEntity
(BlockEntityType<?> p_155228_, BlockPos p_155229_, BlockState p_155230_) BrewingStandBlockEntity
(BlockPos p_155283_, BlockState p_155284_) CampfireBlockEntity
(BlockPos p_155301_, BlockState p_155302_) ChestBlockEntity
(BlockPos p_155331_, BlockState p_155332_) protected
ChestBlockEntity
(BlockEntityType<?> p_155327_, BlockPos p_155328_, BlockState p_155329_) ChiseledBookShelfBlockEntity
(BlockPos p_249541_, BlockState p_251752_) CommandBlockEntity
(BlockPos p_155380_, BlockState p_155381_) ComparatorBlockEntity
(BlockPos p_155386_, BlockState p_155387_) ConduitBlockEntity
(BlockPos p_155397_, BlockState p_155398_) DaylightDetectorBlockEntity
(BlockPos p_155485_, BlockState p_155486_) DispenserBlockEntity
(BlockPos p_155493_, BlockState p_155494_) protected
DispenserBlockEntity
(BlockEntityType<?> p_155489_, BlockPos p_155490_, BlockState p_155491_) DropperBlockEntity
(BlockPos p_155498_, BlockState p_155499_) EnchantmentTableBlockEntity
(BlockPos p_155501_, BlockState p_155502_) EnderChestBlockEntity
(BlockPos p_155513_, BlockState p_155514_) FurnaceBlockEntity
(BlockPos p_155545_, BlockState p_155546_) HangingSignBlockEntity
(BlockPos p_250603_, BlockState p_251674_) HopperBlockEntity
(BlockPos p_155550_, BlockState p_155551_) JigsawBlockEntity
(BlockPos p_155605_, BlockState p_155606_) JukeboxBlockEntity
(BlockPos p_155613_, BlockState p_155614_) LecternBlockEntity
(BlockPos p_155622_, BlockState p_155623_) protected
RandomizableContainerBlockEntity
(BlockEntityType<?> p_155629_, BlockPos p_155630_, BlockState p_155631_) SculkCatalystBlockEntity
(BlockPos p_222774_, BlockState p_222775_) SculkSensorBlockEntity
(BlockPos p_155635_, BlockState p_155636_) SculkShriekerBlockEntity
(BlockPos p_222835_, BlockState p_222836_) ShulkerBoxBlockEntity
(BlockPos p_155670_, BlockState p_155671_) ShulkerBoxBlockEntity
(DyeColor p_155666_, BlockPos p_155667_, BlockState p_155668_) SignBlockEntity
(BlockPos p_155700_, BlockState p_155701_) SignBlockEntity
(BlockEntityType p_249609_, BlockPos p_248914_, BlockState p_249550_) SkullBlockEntity
(BlockPos p_155731_, BlockState p_155732_) SmokerBlockEntity
(BlockPos p_155749_, BlockState p_155750_) SpawnerBlockEntity
(BlockPos p_155752_, BlockState p_155753_) StructureBlockEntity
(BlockPos p_155779_, BlockState p_155780_) TheEndGatewayBlockEntity
(BlockPos p_155813_, BlockState p_155814_) TheEndPortalBlockEntity
(BlockPos p_155859_, BlockState p_155860_) protected
TheEndPortalBlockEntity
(BlockEntityType<?> p_155855_, BlockPos p_155856_, BlockState p_155857_) TrappedChestBlockEntity
(BlockPos p_155862_, BlockState p_155863_) -
Uses of BlockPos in net.minecraft.world.level.block.grower
Modifier and TypeMethodDescriptionboolean
AbstractMegaTreeGrower.growTree
(ServerLevel p_222891_, ChunkGenerator p_222892_, BlockPos p_222893_, BlockState p_222894_, RandomSource p_222895_) boolean
AbstractTreeGrower.growTree
(ServerLevel p_222905_, ChunkGenerator p_222906_, BlockPos p_222907_, BlockState p_222908_, RandomSource p_222909_) private boolean
AbstractTreeGrower.hasFlowers
(LevelAccessor p_60012_, BlockPos p_60013_) static boolean
AbstractMegaTreeGrower.isTwoByTwoSapling
(BlockState p_59999_, BlockGetter p_60000_, BlockPos p_60001_, int p_60002_, int p_60003_) boolean
AbstractMegaTreeGrower.placeMega
(ServerLevel p_222897_, ChunkGenerator p_222898_, BlockPos p_222899_, BlockState p_222900_, RandomSource p_222901_, int p_222902_, int p_222903_) -
Uses of BlockPos in net.minecraft.world.level.block.piston
Modifier and TypeFieldDescriptionprivate final BlockPos
PistonStructureResolver.pistonPos
private final BlockPos
PistonStructureResolver.startPos
Modifier and TypeFieldDescriptionPistonStructureResolver.toDestroy
PistonStructureResolver.toPush
Modifier and TypeMethodDescriptionPistonStructureResolver.getToDestroy()
PistonStructureResolver.getToPush()
Modifier and TypeMethodDescriptionprivate boolean
PistonStructureResolver.addBlockLine
(BlockPos p_60434_, Direction p_60435_) private boolean
PistonStructureResolver.addBranchingBlocks
(BlockPos p_60432_) boolean
PistonHeadBlock.canSurvive
(BlockState p_60288_, LevelReader p_60289_, BlockPos p_60290_) private void
PistonBaseBlock.checkIfExtend
(Level p_60168_, BlockPos p_60169_, BlockState p_60170_) void
MovingPistonBlock.destroy
(LevelAccessor p_60061_, BlockPos p_60062_, BlockState p_60063_) private static void
PistonMovingBlockEntity.fixEntityWithinPistonBase
(BlockPos p_155921_, Entity p_155922_, Direction p_155923_, double p_155924_) private PistonMovingBlockEntity
MovingPistonBlock.getBlockEntity
(BlockGetter p_60054_, BlockPos p_60055_) MovingPistonBlock.getCloneItemStack
(BlockGetter p_60057_, BlockPos p_60058_, BlockState p_60059_) PistonHeadBlock.getCloneItemStack
(BlockGetter p_60261_, BlockPos p_60262_, BlockState p_60263_) MovingPistonBlock.getCollisionShape
(BlockState p_60104_, BlockGetter p_60105_, BlockPos p_60106_, CollisionContext p_60107_) PistonMovingBlockEntity.getCollisionShape
(BlockGetter p_60357_, BlockPos p_60358_) private boolean
PistonBaseBlock.getNeighborSignal
(Level p_60178_, BlockPos p_60179_, Direction p_60180_) MovingPistonBlock.getShape
(BlockState p_60099_, BlockGetter p_60100_, BlockPos p_60101_, CollisionContext p_60102_) PistonBaseBlock.getShape
(BlockState p_60220_, BlockGetter p_60221_, BlockPos p_60222_, CollisionContext p_60223_) PistonHeadBlock.getShape
(BlockState p_60320_, BlockGetter p_60321_, BlockPos p_60322_, CollisionContext p_60323_) boolean
MovingPistonBlock.isPathfindable
(BlockState p_60065_, BlockGetter p_60066_, BlockPos p_60067_, PathComputationType p_60068_) boolean
PistonBaseBlock.isPathfindable
(BlockState p_60187_, BlockGetter p_60188_, BlockPos p_60189_, PathComputationType p_60190_) boolean
PistonHeadBlock.isPathfindable
(BlockState p_60270_, BlockGetter p_60271_, BlockPos p_60272_, PathComputationType p_60273_) static boolean
PistonBaseBlock.isPushable
(BlockState p_60205_, Level p_60206_, BlockPos p_60207_, Direction p_60208_, boolean p_60209_, Direction p_60210_) private boolean
PistonBaseBlock.moveBlocks
(Level p_60182_, BlockPos p_60183_, Direction p_60184_, boolean p_60185_) private static AABB
PistonMovingBlockEntity.moveByPositionAndProgress
(BlockPos p_155926_, AABB p_155927_, PistonMovingBlockEntity p_155928_) private static void
PistonMovingBlockEntity.moveCollidedEntities
(Level p_155911_, BlockPos p_155912_, float p_155913_, PistonMovingBlockEntity p_155914_) private static void
PistonMovingBlockEntity.moveStuckEntities
(Level p_155932_, BlockPos p_155933_, float p_155934_, PistonMovingBlockEntity p_155935_) void
PistonBaseBlock.neighborChanged
(BlockState p_60198_, Level p_60199_, BlockPos p_60200_, Block p_60201_, BlockPos p_60202_, boolean p_60203_) void
PistonHeadBlock.neighborChanged
(BlockState p_60275_, Level p_60276_, BlockPos p_60277_, Block p_60278_, BlockPos p_60279_, boolean p_60280_) MovingPistonBlock.newBlockEntity
(BlockPos p_155879_, BlockState p_155880_) static BlockEntity
MovingPistonBlock.newMovingBlockEntity
(BlockPos p_155882_, BlockState p_155883_, BlockState p_155884_, Direction p_155885_, boolean p_155886_, boolean p_155887_) void
PistonBaseBlock.onPlace
(BlockState p_60225_, Level p_60226_, BlockPos p_60227_, BlockState p_60228_, boolean p_60229_) void
MovingPistonBlock.onRemove
(BlockState p_60077_, Level p_60078_, BlockPos p_60079_, BlockState p_60080_, boolean p_60081_) void
PistonHeadBlock.onRemove
(BlockState p_60282_, Level p_60283_, BlockPos p_60284_, BlockState p_60285_, boolean p_60286_) void
PistonHeadBlock.playerWillDestroy
(Level p_60265_, BlockPos p_60266_, BlockState p_60267_, Player p_60268_) PistonBaseBlock.rotate
(BlockState state, LevelAccessor world, BlockPos pos, Rotation direction) void
PistonBaseBlock.setPlacedBy
(Level p_60172_, BlockPos p_60173_, BlockState p_60174_, LivingEntity p_60175_, ItemStack p_60176_) static void
PistonMovingBlockEntity.tick
(Level p_155916_, BlockPos p_155917_, BlockState p_155918_, PistonMovingBlockEntity p_155919_) boolean
PistonBaseBlock.triggerEvent
(BlockState p_60192_, Level p_60193_, BlockPos p_60194_, int p_60195_, int p_60196_) PistonHeadBlock.updateShape
(BlockState p_60301_, Direction p_60302_, BlockState p_60303_, LevelAccessor p_60304_, BlockPos p_60305_, BlockPos p_60306_) MovingPistonBlock.use
(BlockState p_60070_, Level p_60071_, BlockPos p_60072_, Player p_60073_, InteractionHand p_60074_, BlockHitResult p_60075_) ModifierConstructorDescriptionPistonMovingBlockEntity
(BlockPos p_155901_, BlockState p_155902_) PistonMovingBlockEntity
(BlockPos p_155904_, BlockState p_155905_, BlockState p_155906_, Direction p_155907_, boolean p_155908_, boolean p_155909_) PistonStructureResolver
(Level p_60418_, BlockPos p_60419_, Direction p_60420_, boolean p_60421_) -
Uses of BlockPos in net.minecraft.world.level.block.state
Modifier and TypeMethodDescriptionvoid
BlockBehaviour.attack
(BlockState p_60499_, Level p_60500_, BlockPos p_60501_, Player p_60502_) Deprecated.void
boolean
BlockBehaviour.BlockStateBase.canSurvive
(LevelReader p_60711_, BlockPos p_60712_) boolean
BlockBehaviour.canSurvive
(BlockState p_60525_, LevelReader p_60526_, BlockPos p_60527_) Deprecated.boolean
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_) void
BlockBehaviour.BlockStateBase.entityInside
(Level p_60683_, BlockPos p_60684_, Entity p_60685_) void
BlockBehaviour.entityInside
(BlockState p_60495_, Level p_60496_, BlockPos p_60497_, Entity p_60498_) Deprecated.int
BlockBehaviour.BlockStateBase.getAnalogOutputSignal
(Level p_60675_, BlockPos p_60676_) int
BlockBehaviour.getAnalogOutputSignal
(BlockState p_60487_, Level p_60488_, BlockPos p_60489_) Deprecated.BlockBehaviour.BlockStateBase.getBlockSupportShape
(BlockGetter p_60817_, BlockPos p_60818_) BlockBehaviour.getBlockSupportShape
(BlockState p_60581_, BlockGetter p_60582_, BlockPos p_60583_) Deprecated.BlockBehaviour.BlockStateBase.getCollisionShape
(BlockGetter p_60813_, BlockPos p_60814_) BlockBehaviour.BlockStateBase.getCollisionShape
(BlockGetter p_60743_, BlockPos p_60744_, CollisionContext p_60745_) BlockBehaviour.getCollisionShape
(BlockState p_60572_, BlockGetter p_60573_, BlockPos p_60574_, CollisionContext p_60575_) Deprecated.float
BlockBehaviour.BlockStateBase.getDestroyProgress
(Player p_60626_, BlockGetter p_60627_, BlockPos p_60628_) float
BlockBehaviour.getDestroyProgress
(BlockState p_60466_, Player p_60467_, BlockGetter p_60468_, BlockPos p_60469_) Deprecated.float
BlockBehaviour.BlockStateBase.getDestroySpeed
(BlockGetter p_60801_, BlockPos p_60802_) int
BlockBehaviour.BlockStateBase.getDirectSignal
(BlockGetter p_60776_, BlockPos p_60777_, Direction p_60778_) int
BlockBehaviour.getDirectSignal
(BlockState p_60559_, BlockGetter p_60560_, BlockPos p_60561_, Direction p_60562_) Deprecated.BlockBehaviour.BlockStateBase.getFaceOcclusionShape
(BlockGetter p_60656_, BlockPos p_60657_, Direction p_60658_) BlockBehaviour.BlockStateBase.getInteractionShape
(BlockGetter p_60821_, BlockPos p_60822_) BlockBehaviour.getInteractionShape
(BlockState p_60547_, BlockGetter p_60548_, BlockPos p_60549_) Deprecated.int
BlockBehaviour.BlockStateBase.getLightBlock
(BlockGetter p_60740_, BlockPos p_60741_) int
BlockBehaviour.getLightBlock
(BlockState p_60585_, BlockGetter p_60586_, BlockPos p_60587_) Deprecated.BlockBehaviour.BlockStateBase.getMapColor
(BlockGetter p_60781_, BlockPos p_60782_) BlockBehaviour.BlockStateBase.getMenuProvider
(Level p_60751_, BlockPos p_60752_) BlockBehaviour.getMenuProvider
(BlockState p_60563_, Level p_60564_, BlockPos p_60565_) Deprecated.BlockBehaviour.BlockStateBase.getOcclusionShape
(BlockGetter p_60769_, BlockPos p_60770_) BlockBehaviour.getOcclusionShape
(BlockState p_60578_, BlockGetter p_60579_, BlockPos p_60580_) Deprecated.BlockBehaviour.BlockStateBase.getOffset
(BlockGetter p_60825_, BlockPos p_60826_) long
long
BlockBehaviour.getSeed
(BlockState p_60539_, BlockPos p_60540_) Deprecated.float
BlockBehaviour.BlockStateBase.getShadeBrightness
(BlockGetter p_60793_, BlockPos p_60794_) float
BlockBehaviour.getShadeBrightness
(BlockState p_60472_, BlockGetter p_60473_, BlockPos p_60474_) Deprecated.BlockBehaviour.BlockStateBase.getShape
(BlockGetter p_60809_, BlockPos p_60810_) BlockBehaviour.BlockStateBase.getShape
(BlockGetter p_60652_, BlockPos p_60653_, CollisionContext p_60654_) BlockBehaviour.getShape
(BlockState p_60555_, BlockGetter p_60556_, BlockPos p_60557_, CollisionContext p_60558_) Deprecated.int
BlockBehaviour.BlockStateBase.getSignal
(BlockGetter p_60747_, BlockPos p_60748_, Direction p_60749_) int
BlockBehaviour.getSignal
(BlockState p_60483_, BlockGetter p_60484_, BlockPos p_60485_, Direction p_60486_) Deprecated.BlockBehaviour.BlockStateBase.getVisualShape
(BlockGetter p_60772_, BlockPos p_60773_, CollisionContext p_60774_) BlockBehaviour.getVisualShape
(BlockState p_60479_, BlockGetter p_60480_, BlockPos p_60481_, CollisionContext p_60482_) Deprecated.boolean
BlockBehaviour.BlockStateBase.hasPostProcess
(BlockGetter p_60836_, BlockPos p_60837_) boolean
BlockBehaviour.BlockStateBase.isCollisionShapeFullBlock
(BlockGetter p_60839_, BlockPos p_60840_) boolean
BlockBehaviour.isCollisionShapeFullBlock
(BlockState p_181242_, BlockGetter p_181243_, BlockPos p_181244_) Deprecated.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_) boolean
BlockBehaviour.isOcclusionShapeFullBlock
(BlockState p_222959_, BlockGetter p_222960_, BlockPos p_222961_) Deprecated.boolean
BlockBehaviour.BlockStateBase.isPathfindable
(BlockGetter p_60648_, BlockPos p_60649_, PathComputationType p_60650_) boolean
BlockBehaviour.isPathfindable
(BlockState p_60475_, BlockGetter p_60476_, BlockPos p_60477_, PathComputationType p_60478_) Deprecated.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_) void
BlockBehaviour.BlockStateBase.neighborChanged
(Level p_60691_, BlockPos p_60692_, Block p_60693_, BlockPos p_60694_, boolean p_60695_) Deprecated.void
BlockBehaviour.neighborChanged
(BlockState p_60509_, Level p_60510_, BlockPos p_60511_, Block p_60512_, BlockPos p_60513_, boolean p_60514_) Deprecated.void
BlockBehaviour.BlockStateBase.onPlace
(Level p_60697_, BlockPos p_60698_, BlockState p_60699_, boolean p_60700_) void
BlockBehaviour.onPlace
(BlockState p_60566_, Level p_60567_, BlockPos p_60568_, BlockState p_60569_, boolean p_60570_) Deprecated.void
BlockBehaviour.BlockStateBase.onRemove
(Level p_60754_, BlockPos p_60755_, BlockState p_60756_, boolean p_60757_) void
BlockBehaviour.onRemove
(BlockState p_60515_, Level p_60516_, BlockPos p_60517_, BlockState p_60518_, boolean p_60519_) Deprecated.boolean
BlockBehaviour.BlockStateBase.propagatesSkylightDown
(BlockGetter p_60632_, BlockPos p_60633_) void
BlockBehaviour.BlockStateBase.randomTick
(ServerLevel p_222973_, BlockPos p_222974_, RandomSource p_222975_) void
BlockBehaviour.randomTick
(BlockState p_222954_, ServerLevel p_222955_, BlockPos p_222956_, RandomSource p_222957_) Deprecated.void
BlockBehaviour.BlockStateBase.spawnAfterBreak
(ServerLevel p_222968_, BlockPos p_222969_, ItemStack p_222970_, boolean p_222971_) void
BlockBehaviour.spawnAfterBreak
(BlockState p_222949_, ServerLevel p_222950_, BlockPos p_222951_, ItemStack p_222952_, boolean p_222953_) Deprecated.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_) void
BlockBehaviour.BlockStateBase.tick
(ServerLevel p_222964_, BlockPos p_222965_, RandomSource p_222966_) void
BlockBehaviour.tick
(BlockState p_222945_, ServerLevel p_222946_, BlockPos p_222947_, RandomSource p_222948_) Deprecated.boolean
BlockBehaviour.BlockStateBase.triggerEvent
(Level p_60678_, BlockPos p_60679_, int p_60680_, int p_60681_) boolean
BlockBehaviour.triggerEvent
(BlockState p_60490_, Level p_60491_, BlockPos p_60492_, int p_60493_, int p_60494_) Deprecated.final void
BlockBehaviour.BlockStateBase.updateIndirectNeighbourShapes
(LevelAccessor p_60759_, BlockPos p_60760_, int p_60761_) void
BlockBehaviour.BlockStateBase.updateIndirectNeighbourShapes
(LevelAccessor p_60763_, BlockPos p_60764_, int p_60765_, int p_60766_) void
BlockBehaviour.updateIndirectNeighbourShapes
(BlockState p_60520_, LevelAccessor p_60521_, BlockPos p_60522_, int p_60523_, int p_60524_) Deprecated.final void
BlockBehaviour.BlockStateBase.updateNeighbourShapes
(LevelAccessor p_60702_, BlockPos p_60703_, int p_60704_) final void
BlockBehaviour.BlockStateBase.updateNeighbourShapes
(LevelAccessor p_60706_, BlockPos p_60707_, int p_60708_, int p_60709_) BlockBehaviour.BlockStateBase.updateShape
(Direction p_60729_, BlockState p_60730_, LevelAccessor p_60731_, BlockPos p_60732_, BlockPos p_60733_) BlockBehaviour.updateShape
(BlockState p_60541_, Direction p_60542_, BlockState p_60543_, LevelAccessor p_60544_, BlockPos p_60545_, BlockPos p_60546_) Deprecated.BlockBehaviour.use
(BlockState p_60503_, Level p_60504_, BlockPos p_60505_, Player p_60506_, InteractionHand p_60507_, BlockHitResult p_60508_) Deprecated. -
Uses of BlockPos in net.minecraft.world.level.block.state.pattern
Modifier and TypeFieldDescriptionprivate final BlockPos
BlockPattern.BlockPatternMatch.frontTopLeft
private final BlockPos
BlockInWorld.pos
Modifier and TypeFieldDescriptionprivate final com.google.common.cache.LoadingCache<BlockPos,
BlockInWorld> BlockPattern.BlockPatternMatch.cache
Modifier and TypeMethodDescriptionBlockPattern.BlockPatternMatch.getFrontTopLeft()
BlockInWorld.getPos()
protected static BlockPos
BlockPattern.translateAndRotate
(BlockPos p_61191_, Direction p_61192_, Direction p_61193_, int p_61194_, int p_61195_, int p_61196_) Modifier and TypeMethodDescriptionstatic com.google.common.cache.LoadingCache<BlockPos,
BlockInWorld> BlockPattern.createLevelCache
(LevelReader p_61188_, boolean p_61189_) Modifier and TypeMethodDescriptionBlockPattern.find
(LevelReader p_61185_, BlockPos p_61186_) private BlockPattern.BlockPatternMatch
BlockPattern.matches
(BlockPos p_61198_, Direction p_61199_, Direction p_61200_, com.google.common.cache.LoadingCache<BlockPos, BlockInWorld> p_61201_) BlockPattern.matches
(LevelReader p_155965_, BlockPos p_155966_, Direction p_155967_, Direction p_155968_) protected static BlockPos
BlockPattern.translateAndRotate
(BlockPos p_61191_, Direction p_61192_, Direction p_61193_, int p_61194_, int p_61195_, int p_61196_) Modifier and TypeMethodDescriptionprivate BlockPattern.BlockPatternMatch
BlockPattern.matches
(BlockPos p_61198_, Direction p_61199_, Direction p_61200_, com.google.common.cache.LoadingCache<BlockPos, BlockInWorld> p_61201_) ModifierConstructorDescriptionBlockInWorld
(LevelReader p_61165_, BlockPos p_61166_, boolean p_61167_) BlockPatternMatch
(BlockPos p_61221_, Direction p_61222_, Direction p_61223_, com.google.common.cache.LoadingCache<BlockPos, BlockInWorld> p_61224_, int p_61225_, int p_61226_, int p_61227_) ModifierConstructorDescriptionBlockPatternMatch
(BlockPos p_61221_, Direction p_61222_, Direction p_61223_, com.google.common.cache.LoadingCache<BlockPos, BlockInWorld> p_61224_, int p_61225_, int p_61226_, int p_61227_) -
Uses of BlockPos in net.minecraft.world.level.border
Modifier and TypeMethodDescriptionWorldBorder.clampToBounds
(double p_187570_, double p_187571_, double p_187572_) -
Uses of BlockPos in net.minecraft.world.level.chunk
Modifier and TypeFieldDescriptionprotected final Map<BlockPos,
BlockEntity> ChunkAccess.blockEntities
ProtoChunk.lights
protected final Map<BlockPos,
CompoundTag> ChunkAccess.pendingBlockEntities
private final Map<BlockPos,
LevelChunk.RebindableTickingBlockEntityWrapper> LevelChunk.tickersInLevel
Modifier and TypeMethodDescriptionLevelChunk.BoundTickingBlockEntity.getPos()
LevelChunk.RebindableTickingBlockEntityWrapper.getPos()
static BlockPos
ProtoChunk.unpackOffsetCoordinates
(short p_63228_, int p_63229_, ChunkPos p_63230_) Modifier and TypeMethodDescriptionChunkGenerator.findNearestMapStructure
(ServerLevel p_223038_, HolderSet<Structure> p_223039_, BlockPos p_223040_, int p_223041_, boolean p_223042_) LevelChunk.getBlockEntities()
ProtoChunk.getBlockEntities()
ChunkAccess.getBlockEntitiesPos()
ProtoChunk.getBlockEntityNbts()
ChunkAccess.getLights()
ImposterProtoChunk.getLights()
LevelChunk.getLights()
ProtoChunk.getLights()
ChunkGenerator.getNearestGeneratedStructure
(Set<Holder<Structure>> p_223182_, ServerLevel p_223183_, StructureManager p_223184_, BlockPos p_223185_, boolean p_223186_, ConcentricRingsStructurePlacement p_223187_) ChunkGenerator.getNearestGeneratedStructure
(Set<Holder<Structure>> p_223189_, LevelReader p_223190_, StructureManager p_223191_, int p_223192_, int p_223193_, int p_223194_, boolean p_223195_, long p_223196_, RandomSpreadStructurePlacement p_223197_) ChunkGenerator.getStructureGeneratingAt
(Set<Holder<Structure>> p_223199_, LevelReader p_223200_, StructureManager p_223201_, boolean p_223202_, StructurePlacement p_223203_, ChunkPos p_223204_) Modifier and TypeMethodDescriptionabstract void
ChunkGenerator.addDebugScreenInfo
(List<String> p_223175_, RandomState p_223176_, BlockPos p_223177_) void
private BlockEntity
LevelChunk.createBlockEntity
(BlockPos p_62935_) ChunkGenerator.findNearestMapStructure
(ServerLevel p_223038_, HolderSet<Structure> p_223039_, BlockPos p_223040_, int p_223041_, boolean p_223042_) EmptyLevelChunk.getBlockEntity
(BlockPos p_62609_, LevelChunk.EntityCreationType p_62610_) ImposterProtoChunk.getBlockEntity
(BlockPos p_62744_) LevelChunk.getBlockEntity
(BlockPos p_62912_) LevelChunk.getBlockEntity
(BlockPos p_62868_, LevelChunk.EntityCreationType p_62869_) ProtoChunk.getBlockEntity
(BlockPos p_63257_) ChunkAccess.getBlockEntityNbt
(BlockPos p_62103_) ImposterProtoChunk.getBlockEntityNbt
(BlockPos p_62757_) abstract CompoundTag
ChunkAccess.getBlockEntityNbtForSaving
(BlockPos p_62104_) ImposterProtoChunk.getBlockEntityNbtForSaving
(BlockPos p_62760_) LevelChunk.getBlockEntityNbtForSaving
(BlockPos p_62932_) ProtoChunk.getBlockEntityNbtForSaving
(BlockPos p_63275_) BulkSectionAccess.getBlockState
(BlockPos p_156111_) EmptyLevelChunk.getBlockState
(BlockPos p_62625_) ImposterProtoChunk.getBlockState
(BlockPos p_62749_) LevelChunk.getBlockState
(BlockPos p_62923_) ProtoChunk.getBlockState
(BlockPos p_63264_) EmptyLevelChunk.getFluidState
(BlockPos p_62621_) ImposterProtoChunk.getFluidState
(BlockPos p_62736_) LevelChunk.getFluidState
(BlockPos p_62895_) ProtoChunk.getFluidState
(BlockPos p_63239_) int
EmptyLevelChunk.getLightEmission
(BlockPos p_62628_) ChunkGenerator.getMobsAt
(Holder<Biome> p_223134_, StructureManager p_223135_, MobCategory p_223136_, BlockPos p_223137_) ChunkGenerator.getNearestGeneratedStructure
(Set<Holder<Structure>> p_223182_, ServerLevel p_223183_, StructureManager p_223184_, BlockPos p_223185_, boolean p_223186_, ConcentricRingsStructurePlacement p_223187_) BulkSectionAccess.getSection
(BlockPos p_156105_) (package private) boolean
void
ChunkAccess.markPosForPostprocessing
(BlockPos p_62102_) void
ImposterProtoChunk.markPosForPostprocessing
(BlockPos p_62752_) void
ProtoChunk.markPosForPostprocessing
(BlockPos p_63266_) static short
ProtoChunk.packOffsetCoordinates
(BlockPos p_63281_) private BlockEntity
LevelChunk.promotePendingBlockEntity
(BlockPos p_62871_, CompoundTag p_62872_) abstract void
ChunkAccess.removeBlockEntity
(BlockPos p_62101_) void
EmptyLevelChunk.removeBlockEntity
(BlockPos p_62623_) void
ImposterProtoChunk.removeBlockEntity
(BlockPos p_62747_) void
LevelChunk.removeBlockEntity
(BlockPos p_62919_) void
ProtoChunk.removeBlockEntity
(BlockPos p_63262_) private void
LevelChunk.removeBlockEntityTicker
(BlockPos p_156413_) abstract BlockState
ChunkAccess.setBlockState
(BlockPos p_62087_, BlockState p_62088_, boolean p_62089_) EmptyLevelChunk.setBlockState
(BlockPos p_62605_, BlockState p_62606_, boolean p_62607_) ImposterProtoChunk.setBlockState
(BlockPos p_62722_, BlockState p_62723_, boolean p_62724_) LevelChunk.setBlockState
(BlockPos p_62865_, BlockState p_62866_, boolean p_62867_) ProtoChunk.setBlockState
(BlockPos p_63217_, BlockState p_63218_, boolean p_63219_) UpgradeData.BlockFixer.updateShape
(BlockState p_63352_, Direction p_63353_, BlockState p_63354_, LevelAccessor p_63355_, BlockPos p_63356_, BlockPos p_63357_) private static BlockState
UpgradeData.updateState
(BlockState p_63336_, Direction p_63337_, LevelAccessor p_63338_, BlockPos p_63339_, BlockPos p_63340_) -
Uses of BlockPos in net.minecraft.world.level.dimension.end
Modifier and TypeMethodDescriptionprivate void
EndDragonFight.spawnNewGateway
(BlockPos p_64090_) abstract void
DragonRespawnAnimation.tick
(ServerLevel p_64005_, EndDragonFight p_64006_, List<EndCrystal> p_64007_, int p_64008_, BlockPos p_64009_) -
Uses of BlockPos in net.minecraft.world.level.entity
Modifier and TypeMethodDescriptionboolean
PersistentEntitySectionManager.canPositionTick
(BlockPos p_202168_) -
Uses of BlockPos in net.minecraft.world.level.gameevent
-
Uses of BlockPos in net.minecraft.world.level.gameevent.vibrations
Modifier and TypeMethodDescriptionvoid
VibrationListener.VibrationListenerConfig.onSignalReceive
(ServerLevel p_223865_, GameEventListener p_223866_, BlockPos p_223867_, GameEvent p_223868_, Entity p_223869_, Entity p_223870_, float p_223871_) boolean
VibrationListener.VibrationListenerConfig.shouldListen
(ServerLevel p_223872_, GameEventListener p_223873_, BlockPos p_223874_, GameEvent p_223875_, GameEvent.Context p_223876_) -
Uses of BlockPos in net.minecraft.world.level.levelgen
Modifier and TypeMethodDescriptionvoid
DebugLevelSource.addDebugScreenInfo
(List<String> p_223987_, RandomState p_223988_, BlockPos p_223989_) void
FlatLevelSource.addDebugScreenInfo
(List<String> p_224179_, RandomState p_224180_, BlockPos p_224181_) void
NoiseBasedChunkGenerator.addDebugScreenInfo
(List<String> p_224304_, RandomState p_224305_, BlockPos p_224306_) default RandomSource
Column.scan
(LevelSimulatedReader p_158176_, BlockPos p_158177_, int p_158178_, Predicate<BlockState> p_158179_, Predicate<BlockState> p_158180_) private boolean
PatrolSpawner.spawnPatrolMember
(ServerLevel p_224533_, BlockPos p_224534_, RandomSource p_224535_, boolean p_224536_) SurfaceSystem.topMaterial
(SurfaceRules.RuleSource p_189972_, CarvingContext p_189973_, Function<BlockPos, Holder<Biome>> p_189974_, ChunkAccess p_189975_, NoiseChunk p_189976_, BlockPos p_189977_, boolean p_189978_) Deprecated.Modifier and TypeMethodDescriptionSurfaceSystem.topMaterial
(SurfaceRules.RuleSource p_189972_, CarvingContext p_189973_, Function<BlockPos, Holder<Biome>> p_189974_, ChunkAccess p_189975_, NoiseChunk p_189976_, BlockPos p_189977_, boolean p_189978_) Deprecated.ModifierConstructorDescriptionprotected
Context
(SurfaceSystem p_224616_, RandomState p_224617_, ChunkAccess p_224618_, NoiseChunk p_224619_, Function<BlockPos, Holder<Biome>> p_224620_, Registry<Biome> p_224621_, WorldGenerationContext p_224622_) -
Uses of BlockPos in net.minecraft.world.level.levelgen.blending
Modifier and TypeMethodDescriptionprivate static void
Blender.generateBorderTick
(ChunkAccess p_197041_, BlockPos p_197042_) private static boolean
BlendingData.isGround
(ChunkAccess p_190315_, BlockPos p_190316_) -
Uses of BlockPos in net.minecraft.world.level.levelgen.blockpredicates
Modifier and TypeMethodDescriptionboolean
AllOfPredicate.test
(WorldGenLevel p_190376_, BlockPos p_190377_) boolean
AnyOfPredicate.test
(WorldGenLevel p_190387_, BlockPos p_190388_) boolean
HasSturdyFacePredicate.test
(WorldGenLevel p_198324_, BlockPos p_198325_) boolean
InsideWorldBoundsPredicate.test
(WorldGenLevel p_190470_, BlockPos p_190471_) boolean
NotPredicate.test
(WorldGenLevel p_190512_, BlockPos p_190513_) final boolean
StateTestingPredicate.test
(WorldGenLevel p_190543_, BlockPos p_190544_) boolean
TrueBlockPredicate.test
(WorldGenLevel p_190559_, BlockPos p_190560_) boolean
WouldSurvivePredicate.test
(WorldGenLevel p_190574_, BlockPos p_190575_) -
Uses of BlockPos in net.minecraft.world.level.levelgen.carver
Modifier and TypeMethodDescriptionprivate BlockState
WorldCarver.getCarveState
(CarvingContext p_159419_, C p_159420_, BlockPos p_159421_, Aquifer p_159422_) CarvingContext.topMaterial
(Function<BlockPos, Holder<Biome>> p_190647_, ChunkAccess p_190648_, BlockPos p_190649_, boolean p_190650_) Deprecated.Modifier and TypeMethodDescriptionboolean
CanyonWorldCarver.carve
(CarvingContext p_224813_, CanyonCarverConfiguration p_224814_, ChunkAccess p_224815_, Function<BlockPos, Holder<Biome>> p_224816_, RandomSource p_224817_, Aquifer p_224818_, ChunkPos p_224819_, CarvingMask p_224820_) boolean
CaveWorldCarver.carve
(CarvingContext p_224885_, CaveCarverConfiguration p_224886_, ChunkAccess p_224887_, Function<BlockPos, Holder<Biome>> p_224888_, RandomSource p_224889_, Aquifer p_224890_, ChunkPos p_224891_, CarvingMask p_224892_) boolean
ConfiguredWorldCarver.carve
(CarvingContext p_224899_, ChunkAccess p_224900_, Function<BlockPos, Holder<Biome>> p_224901_, RandomSource p_224902_, Aquifer p_224903_, ChunkPos p_224904_, CarvingMask p_224905_) abstract boolean
WorldCarver.carve
(CarvingContext p_224913_, C p_224914_, ChunkAccess p_224915_, Function<BlockPos, Holder<Biome>> p_224916_, RandomSource p_224917_, Aquifer p_224918_, ChunkPos p_224919_, CarvingMask p_224920_) protected boolean
NetherWorldCarver.carveBlock
(CarvingContext p_190731_, CaveCarverConfiguration p_190732_, ChunkAccess p_190733_, Function<BlockPos, Holder<Biome>> p_190734_, CarvingMask p_190735_, BlockPos.MutableBlockPos p_190736_, BlockPos.MutableBlockPos p_190737_, Aquifer p_190738_, org.apache.commons.lang3.mutable.MutableBoolean p_190739_) protected boolean
WorldCarver.carveBlock
(CarvingContext p_190744_, C p_190745_, ChunkAccess p_190746_, Function<BlockPos, Holder<Biome>> p_190747_, CarvingMask p_190748_, BlockPos.MutableBlockPos p_190749_, BlockPos.MutableBlockPos p_190750_, Aquifer p_190751_, org.apache.commons.lang3.mutable.MutableBoolean p_190752_) protected boolean
WorldCarver.carveEllipsoid
(CarvingContext p_190754_, C p_190755_, ChunkAccess p_190756_, Function<BlockPos, Holder<Biome>> p_190757_, Aquifer p_190758_, double p_190759_, double p_190760_, double p_190761_, double p_190762_, double p_190763_, CarvingMask p_190764_, WorldCarver.CarveSkipChecker p_190765_) protected void
CaveWorldCarver.createRoom
(CarvingContext p_190691_, CaveCarverConfiguration p_190692_, ChunkAccess p_190693_, Function<BlockPos, Holder<Biome>> p_190694_, Aquifer p_190695_, double p_190696_, double p_190697_, double p_190698_, float p_190699_, double p_190700_, CarvingMask p_190701_, WorldCarver.CarveSkipChecker p_190702_) protected void
CaveWorldCarver.createTunnel
(CarvingContext p_190671_, CaveCarverConfiguration p_190672_, ChunkAccess p_190673_, Function<BlockPos, Holder<Biome>> p_190674_, long p_190675_, Aquifer p_190676_, double p_190677_, double p_190678_, double p_190679_, double p_190680_, double p_190681_, float p_190682_, float p_190683_, float p_190684_, int p_190685_, int p_190686_, double p_190687_, CarvingMask p_190688_, WorldCarver.CarveSkipChecker p_190689_) private void
CanyonWorldCarver.doCarve
(CarvingContext p_190594_, CanyonCarverConfiguration p_190595_, ChunkAccess p_190596_, Function<BlockPos, Holder<Biome>> p_190597_, long p_190598_, Aquifer p_190599_, double p_190600_, double p_190601_, double p_190602_, float p_190603_, float p_190604_, float p_190605_, int p_190606_, int p_190607_, double p_190608_, CarvingMask p_190609_) CarvingContext.topMaterial
(Function<BlockPos, Holder<Biome>> p_190647_, ChunkAccess p_190648_, BlockPos p_190649_, boolean p_190650_) Deprecated. -
Uses of BlockPos in net.minecraft.world.level.levelgen.feature
Modifier and TypeFieldDescriptionstatic final BlockPos
EndPodiumFeature.END_PODIUM_LOCATION
private final BlockPos
FeaturePlaceContext.origin
private static final BlockPos
VoidStartPlatformFeature.PLATFORM_OFFSET
private BlockPos
LargeDripstoneFeature.LargeDripstone.root
Modifier and TypeMethodDescriptionprivate static BlockPos
BasaltColumnsFeature.findAir
(LevelAccessor p_65174_, BlockPos.MutableBlockPos p_65175_, int p_65176_) private static BlockPos
BasaltColumnsFeature.findSurface
(LevelAccessor p_65159_, int p_65160_, BlockPos.MutableBlockPos p_65161_, int p_65162_) private static BlockPos
ReplaceBlobsFeature.findTarget
(LevelAccessor p_66635_, BlockPos.MutableBlockPos p_66636_, Block p_66637_) (package private) BlockPos
FeaturePlaceContext.origin()
Modifier and TypeMethodDescriptionVegetationPatchFeature.placeGroundPatch
(WorldGenLevel p_225311_, VegetationPatchConfiguration p_225312_, RandomSource p_225313_, BlockPos p_225314_, Predicate<BlockState> p_225315_, int p_225316_, int p_225317_) WaterloggedVegetationPatchFeature.placeGroundPatch
(WorldGenLevel p_225339_, VegetationPatchConfiguration p_225340_, RandomSource p_225341_, BlockPos p_225342_, Predicate<BlockState> p_225343_, int p_225344_, int p_225345_) Modifier and TypeMethodDescriptionprivate boolean
IcebergFeature.belowIsAir
(BlockGetter p_66046_, BlockPos p_66047_) private boolean
DripstoneClusterFeature.canBeAdjacentToWater
(LevelAccessor p_159583_, BlockPos p_159584_) private boolean
DripstoneClusterFeature.canPlacePool
(WorldGenLevel p_159620_, BlockPos p_159621_) private boolean
SculkPatchFeature.canSpreadFrom
(LevelAccessor p_225239_, BlockPos p_225240_) private void
IcebergFeature.carve
(int p_66036_, int p_66037_, BlockPos p_66038_, LevelAccessor p_66039_, boolean p_66040_, double p_66041_, BlockPos p_66042_, int p_66043_, int p_66044_) static boolean
Feature.checkNeighbors
(Function<BlockPos, BlockState> p_159754_, BlockPos p_159755_, Predicate<BlockState> p_159756_) private static void
PointedDripstoneFeature.createPatchOfDripstoneBlocks
(LevelAccessor p_225194_, RandomSource p_225195_, BlockPos p_225196_, PointedDripstoneConfiguration p_225197_) private boolean
TreeFeature.doPlace
(WorldGenLevel p_225258_, RandomSource p_225259_, BlockPos p_225260_, BiConsumer<BlockPos, BlockState> p_225261_, BiConsumer<BlockPos, BlockState> p_225262_, BiConsumer<BlockPos, BlockState> p_225263_, TreeConfiguration p_225264_) private void
IcebergFeature.generateCutOut
(RandomSource p_225100_, LevelAccessor p_225101_, int p_225102_, int p_225103_, BlockPos p_225104_, boolean p_225105_, int p_225106_, double p_225107_, int p_225108_) private void
IcebergFeature.generateIcebergBlock
(LevelAccessor p_225110_, RandomSource p_225111_, BlockPos p_225112_, int p_225113_, int p_225114_, int p_225115_, int p_225116_, int p_225117_, int p_225118_, boolean p_225119_, int p_225120_, double p_225121_, boolean p_225122_, BlockState p_225123_) private static OptionalInt
UnderwaterMagmaFeature.getFloorY
(WorldGenLevel p_160565_, BlockPos p_160566_, UnderwaterMagmaConfiguration p_160567_) private int
TreeFeature.getMaxFreeTreeHeight
(LevelSimulatedReader p_67216_, int p_67217_, BlockPos p_67218_, TreeConfiguration p_67219_) PointedDripstoneFeature.getTipDirection
(LevelAccessor p_225199_, BlockPos p_225200_, RandomSource p_225201_) protected static void
DripstoneUtils.growPointedDripstone
(LevelAccessor p_190848_, BlockPos p_190849_, Direction p_190850_, int p_190851_, boolean p_190852_) static boolean
Feature.isAdjacentToAir
(Function<BlockPos, BlockState> p_159751_, BlockPos p_159752_) private static boolean
BasaltColumnsFeature.isAirOrLavaOcean
(LevelAccessor p_65164_, int p_65165_, BlockPos p_65166_) static boolean
TreeFeature.isAirOrLeaves
(LevelSimulatedReader p_67268_, BlockPos p_67269_) static boolean
TreeFeature.isBlockWater
(LevelSimulatedReader p_67283_, BlockPos p_67284_) boolean
SpikeFeature.EndSpike.isCenterWithinChunk
(BlockPos p_66892_) protected static boolean
DripstoneUtils.isCircleMostlyEmbeddedInStone
(WorldGenLevel p_159640_, BlockPos p_159641_, int p_159642_) private static boolean
DeltaFeature.isClear
(LevelAccessor p_65552_, BlockPos p_65553_, DeltaFeatureConfiguration p_65554_) protected static boolean
DripstoneUtils.isEmptyOrWater
(LevelAccessor p_159629_, BlockPos p_159630_) protected static boolean
DripstoneUtils.isEmptyOrWaterOrLava
(LevelAccessor p_159660_, BlockPos p_159661_) private static boolean
WaterloggedVegetationPatchFeature.isExposed
(WorldGenLevel p_160656_, Set<BlockPos> p_160657_, BlockPos p_160658_, BlockPos.MutableBlockPos p_160659_) private static boolean
WaterloggedVegetationPatchFeature.isExposedDirection
(WorldGenLevel p_160651_, BlockPos p_160652_, BlockPos.MutableBlockPos p_160653_, Direction p_160654_) static boolean
Feature.isGrassOrDirt
(LevelSimulatedReader p_65789_, BlockPos p_65790_) private static boolean
TwistingVinesFeature.isInvalidPlacementLocation
(LevelAccessor p_67297_, BlockPos p_67298_) private boolean
DripstoneClusterFeature.isLava
(LevelReader p_159586_, BlockPos p_159587_) private static boolean
HugeFungusFeature.isReplaceable
(LevelAccessor p_65924_, BlockPos p_65925_, boolean p_65926_) private static boolean
TreeFeature.isReplaceablePlant
(LevelSimulatedReader p_67289_, BlockPos p_67290_) private boolean
UnderwaterMagmaFeature.isValidPlacement
(WorldGenLevel p_160575_, BlockPos p_160576_) protected boolean
AbstractHugeMushroomFeature.isValidPosition
(LevelAccessor p_65099_, BlockPos p_65100_, int p_65101_, BlockPos.MutableBlockPos p_65102_, HugeMushroomFeatureConfiguration p_65103_) private static boolean
TreeFeature.isVine
(LevelSimulatedReader p_67278_, BlockPos p_67279_) private boolean
UnderwaterMagmaFeature.isWaterOrAir
(LevelAccessor p_160562_, BlockPos p_160563_) protected abstract void
AbstractHugeMushroomFeature.makeCap
(LevelAccessor p_224923_, RandomSource p_224924_, BlockPos p_224925_, int p_224926_, BlockPos.MutableBlockPos p_224927_, HugeMushroomFeatureConfiguration p_224928_) protected void
HugeBrownMushroomFeature.makeCap
(LevelAccessor p_225043_, RandomSource p_225044_, BlockPos p_225045_, int p_225046_, BlockPos.MutableBlockPos p_225047_, HugeMushroomFeatureConfiguration p_225048_) protected void
HugeRedMushroomFeature.makeCap
(LevelAccessor p_225082_, RandomSource p_225083_, BlockPos p_225084_, int p_225085_, BlockPos.MutableBlockPos p_225086_, HugeMushroomFeatureConfiguration p_225087_) private static LargeDripstoneFeature.LargeDripstone
LargeDripstoneFeature.makeDripstone
(BlockPos p_225139_, boolean p_225140_, RandomSource p_225141_, int p_225142_, FloatProvider p_225143_, FloatProvider p_225144_) protected void
Feature.markAboveForPostProcessing
(WorldGenLevel p_159740_, BlockPos p_159741_) private boolean
BlockPileFeature.mayPlaceOn
(LevelAccessor p_224945_, BlockPos p_224946_, RandomSource p_224947_) (package private) BlockPos
private void
ScatteredOreFeature.offsetTargetPos
(BlockPos.MutableBlockPos p_225232_, RandomSource p_225233_, BlockPos p_225234_, int p_225235_) boolean
ConfiguredFeature.place
(WorldGenLevel p_224954_, ChunkGenerator p_224955_, RandomSource p_224956_, BlockPos p_224957_) boolean
Feature.place
(FC p_225029_, WorldGenLevel p_225030_, ChunkGenerator p_225031_, RandomSource p_225032_, BlockPos p_225033_) boolean
WeightedPlacedFeature.place
(WorldGenLevel p_225368_, ChunkGenerator p_225369_, RandomSource p_225370_, BlockPos p_225371_) private void
BasaltPillarFeature.placeBaseHangOff
(LevelAccessor p_224937_, RandomSource p_224938_, BlockPos p_224939_) private boolean
BasaltColumnsFeature.placeColumn
(LevelAccessor p_65168_, int p_65169_, BlockPos p_65170_, int p_65171_, int p_65172_) private void
DripstoneClusterFeature.placeColumn
(WorldGenLevel p_225016_, RandomSource p_225017_, BlockPos p_225018_, int p_225019_, int p_225020_, float p_225021_, double p_225022_, int p_225023_, float p_225024_, DripstoneClusterConfiguration p_225025_) protected boolean
CoralFeature.placeCoralBlock
(LevelAccessor p_224974_, RandomSource p_224975_, BlockPos p_224976_, BlockState p_224977_) private void
LargeDripstoneFeature.placeDebugMarkers
(WorldGenLevel p_159962_, BlockPos p_159963_, Column.Range p_159964_, LargeDripstoneFeature.WindOffsetter p_159965_) private static void
RootSystemFeature.placeDirt
(BlockPos p_225223_, int p_225224_, WorldGenLevel p_225225_, RootSystemConfiguration p_225226_, RandomSource p_225227_) private static boolean
RootSystemFeature.placeDirtAndTree
(WorldGenLevel p_225203_, ChunkGenerator p_225204_, RootSystemConfiguration p_225205_, RandomSource p_225206_, BlockPos.MutableBlockPos p_225207_, BlockPos p_225208_) protected static boolean
DripstoneUtils.placeDripstoneBlockIfPossible
(LevelAccessor p_190854_, BlockPos p_190855_) protected boolean
CoralClawFeature.placeFeature
(LevelAccessor p_224959_, RandomSource p_224960_, BlockPos p_224961_, BlockState p_224962_) protected abstract boolean
CoralFeature.placeFeature
(LevelAccessor p_224966_, RandomSource p_224967_, BlockPos p_224968_, BlockState p_224969_) protected boolean
CoralMushroomFeature.placeFeature
(LevelAccessor p_224982_, RandomSource p_224983_, BlockPos p_224984_, BlockState p_224985_) protected boolean
CoralTreeFeature.placeFeature
(LevelAccessor p_224987_, RandomSource p_224988_, BlockPos p_224989_, BlockState p_224990_) VegetationPatchFeature.placeGroundPatch
(WorldGenLevel p_225311_, VegetationPatchConfiguration p_225312_, RandomSource p_225313_, BlockPos p_225314_, Predicate<BlockState> p_225315_, int p_225316_, int p_225317_) WaterloggedVegetationPatchFeature.placeGroundPatch
(WorldGenLevel p_225339_, VegetationPatchConfiguration p_225340_, RandomSource p_225341_, BlockPos p_225342_, Predicate<BlockState> p_225343_, int p_225344_, int p_225345_) static boolean
MultifaceGrowthFeature.placeGrowthIfPossible
(WorldGenLevel p_225158_, BlockPos p_225159_, BlockState p_225160_, MultifaceGrowthConfiguration p_225161_, RandomSource p_225162_, List<Direction> p_225163_) private boolean
BasaltPillarFeature.placeHangOff
(LevelAccessor p_224941_, RandomSource p_224942_, BlockPos p_224943_) private void
HugeFungusFeature.placeHat
(LevelAccessor p_225075_, RandomSource p_225076_, HugeFungusConfiguration p_225077_, BlockPos p_225078_, int p_225079_, boolean p_225080_) private void
HugeFungusFeature.placeHatDropBlock
(LevelAccessor p_225065_, RandomSource p_225066_, BlockPos p_225067_, BlockState p_225068_, boolean p_225069_) private void
WeepingVinesFeature.placeRoofNetherWart
(LevelAccessor p_225360_, RandomSource p_225361_, BlockPos p_225362_) private void
WeepingVinesFeature.placeRoofWeepingVines
(LevelAccessor p_225364_, RandomSource p_225365_, BlockPos p_225366_) private static void
RootSystemFeature.placeRoots
(WorldGenLevel p_225217_, RootSystemConfiguration p_225218_, RandomSource p_225219_, BlockPos p_225220_, BlockPos.MutableBlockPos p_225221_) private void
HugeFungusFeature.placeStem
(LevelAccessor p_225058_, RandomSource p_225059_, HugeFungusConfiguration p_225060_, BlockPos p_225061_, int p_225062_, boolean p_225063_) protected void
AbstractHugeMushroomFeature.placeTrunk
(LevelAccessor p_224930_, RandomSource p_224931_, BlockPos p_224932_, HugeMushroomFeatureConfiguration p_224933_, int p_224934_, BlockPos.MutableBlockPos p_224935_) protected boolean
VegetationPatchFeature.placeVegetation
(WorldGenLevel p_225318_, VegetationPatchConfiguration p_225319_, ChunkGenerator p_225320_, RandomSource p_225321_, BlockPos p_225322_) protected boolean
WaterloggedVegetationPatchFeature.placeVegetation
(WorldGenLevel p_225347_, VegetationPatchConfiguration p_225348_, ChunkGenerator p_225349_, RandomSource p_225350_, BlockPos p_225351_) private void
IcebergFeature.removeFloatingSnowLayer
(LevelAccessor p_66049_, BlockPos p_66050_) private void
DripstoneClusterFeature.replaceBlocksWithDripstoneBlocks
(WorldGenLevel p_159589_, BlockPos p_159590_, int p_159591_, Direction p_159592_) protected void
Feature.safeSetBlock
(WorldGenLevel p_159743_, BlockPos p_159744_, BlockState p_159745_, Predicate<BlockState> p_159746_) protected void
Feature.setBlock
(LevelWriter p_65791_, BlockPos p_65792_, BlockState p_65793_) protected void
TreeFeature.setBlock
(LevelWriter p_67221_, BlockPos p_67222_, BlockState p_67223_) private static void
TreeFeature.setBlockKnownShape
(LevelWriter p_67257_, BlockPos p_67258_, BlockState p_67259_) private void
IcebergFeature.setIcebergBlock
(BlockPos p_225125_, LevelAccessor p_225126_, RandomSource p_225127_, int p_225128_, int p_225129_, boolean p_225130_, boolean p_225131_, BlockState p_225132_) private double
IcebergFeature.signedDistanceCircle
(int p_225089_, int p_225090_, BlockPos p_225091_, int p_225092_, RandomSource p_225093_) private double
IcebergFeature.signedDistanceEllipse
(int p_66023_, int p_66024_, BlockPos p_66025_, int p_66026_, int p_66027_, double p_66028_) private void
IcebergFeature.smooth
(LevelAccessor p_66052_, BlockPos p_66053_, int p_66054_, int p_66055_, boolean p_66056_, int p_66057_) private static boolean
RootSystemFeature.spaceForTree
(WorldGenLevel p_160236_, RootSystemConfiguration p_160237_, BlockPos p_160238_) private void
BlockPileFeature.tryPlaceBlock
(LevelAccessor p_224949_, BlockPos p_224950_, RandomSource p_224951_, BlockPileConfiguration p_224952_) private static void
HugeFungusFeature.tryPlaceWeepingVines
(BlockPos p_225071_, LevelAccessor p_225072_, RandomSource p_225073_) static boolean
TreeFeature.validTreePos
(LevelSimulatedReader p_67273_, BlockPos p_67274_) Modifier and TypeMethodDescriptionstatic boolean
OreFeature.canPlaceOre
(BlockState p_225187_, Function<BlockPos, BlockState> p_225188_, RandomSource p_225189_, OreConfiguration p_225190_, OreConfiguration.TargetBlockState p_225191_, BlockPos.MutableBlockPos p_225192_) static boolean
Feature.checkNeighbors
(Function<BlockPos, BlockState> p_159754_, BlockPos p_159755_, Predicate<BlockState> p_159756_) protected void
VegetationPatchFeature.distributeVegetation
(FeaturePlaceContext<VegetationPatchConfiguration> p_225331_, WorldGenLevel p_225332_, VegetationPatchConfiguration p_225333_, RandomSource p_225334_, Set<BlockPos> p_225335_, int p_225336_, int p_225337_) private boolean
TreeFeature.doPlace
(WorldGenLevel p_225258_, RandomSource p_225259_, BlockPos p_225260_, BiConsumer<BlockPos, BlockState> p_225261_, BiConsumer<BlockPos, BlockState> p_225262_, BiConsumer<BlockPos, BlockState> p_225263_, TreeConfiguration p_225264_) static boolean
Feature.isAdjacentToAir
(Function<BlockPos, BlockState> p_159751_, BlockPos p_159752_) private static boolean
WaterloggedVegetationPatchFeature.isExposed
(WorldGenLevel p_160656_, Set<BlockPos> p_160657_, BlockPos p_160658_, BlockPos.MutableBlockPos p_160659_) private static DiscreteVoxelShape
TreeFeature.updateLeaves
(LevelAccessor p_225252_, BoundingBox p_225253_, Set<BlockPos> p_225254_, Set<BlockPos> p_225255_, Set<BlockPos> p_225256_) ModifierConstructorDescriptionFeaturePlaceContext
(Optional<ConfiguredFeature<?, ?>> p_225035_, WorldGenLevel p_225036_, ChunkGenerator p_225037_, RandomSource p_225038_, BlockPos p_225039_, FC p_225040_) (package private)
LargeDripstone
(BlockPos p_197116_, boolean p_197117_, int p_197118_, double p_197119_, double p_197120_) -
Uses of BlockPos in net.minecraft.world.level.levelgen.feature.configurations
ModifierConstructorDescriptionSpikeConfiguration
(boolean p_68105_, List<SpikeFeature.EndSpike> p_68106_, BlockPos p_68107_) ModifierConstructorDescriptionprivate
EndGatewayConfiguration
(Optional<BlockPos> p_67644_, boolean p_67645_) private
SpikeConfiguration
(boolean p_68109_, List<SpikeFeature.EndSpike> p_68110_, Optional<BlockPos> p_68111_) -
Uses of BlockPos in net.minecraft.world.level.levelgen.feature.foliageplacers
Modifier and TypeMethodDescriptionprotected void
FoliagePlacer.placeLeavesRow
(LevelSimulatedReader p_225629_, BiConsumer<BlockPos, BlockState> p_225630_, RandomSource p_225631_, TreeConfiguration p_225632_, BlockPos p_225633_, int p_225634_, int p_225635_, boolean p_225636_) protected static void
FoliagePlacer.tryPlaceLeaf
(LevelSimulatedReader p_225623_, BiConsumer<BlockPos, BlockState> p_225624_, RandomSource p_225625_, TreeConfiguration p_225626_, BlockPos p_225627_) Modifier and TypeMethodDescriptionprotected void
AcaciaFoliagePlacer.createFoliage
(LevelSimulatedReader p_225499_, BiConsumer<BlockPos, BlockState> p_225500_, RandomSource p_225501_, TreeConfiguration p_225502_, int p_225503_, FoliagePlacer.FoliageAttachment p_225504_, int p_225505_, int p_225506_, int p_225507_) protected void
BlobFoliagePlacer.createFoliage
(LevelSimulatedReader p_225520_, BiConsumer<BlockPos, BlockState> p_225521_, RandomSource p_225522_, TreeConfiguration p_225523_, int p_225524_, FoliagePlacer.FoliageAttachment p_225525_, int p_225526_, int p_225527_, int p_225528_) protected void
BushFoliagePlacer.createFoliage
(LevelSimulatedReader p_225537_, BiConsumer<BlockPos, BlockState> p_225538_, RandomSource p_225539_, TreeConfiguration p_225540_, int p_225541_, FoliagePlacer.FoliageAttachment p_225542_, int p_225543_, int p_225544_, int p_225545_) protected void
DarkOakFoliagePlacer.createFoliage
(LevelSimulatedReader p_225558_, BiConsumer<BlockPos, BlockState> p_225559_, RandomSource p_225560_, TreeConfiguration p_225561_, int p_225562_, FoliagePlacer.FoliageAttachment p_225563_, int p_225564_, int p_225565_, int p_225566_) protected void
FancyFoliagePlacer.createFoliage
(LevelSimulatedReader p_225582_, BiConsumer<BlockPos, BlockState> p_225583_, RandomSource p_225584_, TreeConfiguration p_225585_, int p_225586_, FoliagePlacer.FoliageAttachment p_225587_, int p_225588_, int p_225589_, int p_225590_) void
FoliagePlacer.createFoliage
(LevelSimulatedReader p_225605_, BiConsumer<BlockPos, BlockState> p_225606_, RandomSource p_225607_, TreeConfiguration p_225608_, int p_225609_, FoliagePlacer.FoliageAttachment p_225610_, int p_225611_, int p_225612_) protected abstract void
FoliagePlacer.createFoliage
(LevelSimulatedReader p_225613_, BiConsumer<BlockPos, BlockState> p_225614_, RandomSource p_225615_, TreeConfiguration p_225616_, int p_225617_, FoliagePlacer.FoliageAttachment p_225618_, int p_225619_, int p_225620_, int p_225621_) protected void
MegaJungleFoliagePlacer.createFoliage
(LevelSimulatedReader p_225657_, BiConsumer<BlockPos, BlockState> p_225658_, RandomSource p_225659_, TreeConfiguration p_225660_, int p_225661_, FoliagePlacer.FoliageAttachment p_225662_, int p_225663_, int p_225664_, int p_225665_) protected void
MegaPineFoliagePlacer.createFoliage
(LevelSimulatedReader p_225678_, BiConsumer<BlockPos, BlockState> p_225679_, RandomSource p_225680_, TreeConfiguration p_225681_, int p_225682_, FoliagePlacer.FoliageAttachment p_225683_, int p_225684_, int p_225685_, int p_225686_) protected void
PineFoliagePlacer.createFoliage
(LevelSimulatedReader p_225702_, BiConsumer<BlockPos, BlockState> p_225703_, RandomSource p_225704_, TreeConfiguration p_225705_, int p_225706_, FoliagePlacer.FoliageAttachment p_225707_, int p_225708_, int p_225709_, int p_225710_) protected void
RandomSpreadFoliagePlacer.createFoliage
(LevelSimulatedReader p_225723_, BiConsumer<BlockPos, BlockState> p_225724_, RandomSource p_225725_, TreeConfiguration p_225726_, int p_225727_, FoliagePlacer.FoliageAttachment p_225728_, int p_225729_, int p_225730_, int p_225731_) protected void
SpruceFoliagePlacer.createFoliage
(LevelSimulatedReader p_225744_, BiConsumer<BlockPos, BlockState> p_225745_, RandomSource p_225746_, TreeConfiguration p_225747_, int p_225748_, FoliagePlacer.FoliageAttachment p_225749_, int p_225750_, int p_225751_, int p_225752_) protected void
FoliagePlacer.placeLeavesRow
(LevelSimulatedReader p_225629_, BiConsumer<BlockPos, BlockState> p_225630_, RandomSource p_225631_, TreeConfiguration p_225632_, BlockPos p_225633_, int p_225634_, int p_225635_, boolean p_225636_) protected static void
FoliagePlacer.tryPlaceLeaf
(LevelSimulatedReader p_225623_, BiConsumer<BlockPos, BlockState> p_225624_, RandomSource p_225625_, TreeConfiguration p_225626_, BlockPos p_225627_) ModifierConstructorDescriptionFoliageAttachment
(BlockPos p_68585_, int p_68586_, boolean p_68587_) -
Uses of BlockPos in net.minecraft.world.level.levelgen.feature.rootplacers
Modifier and TypeMethodDescriptionRootPlacer.getTrunkOrigin
(BlockPos p_225892_, RandomSource p_225893_) Modifier and TypeMethodDescriptionMangroveRootPlacer.potentialRootPositions
(BlockPos p_225851_, Direction p_225852_, RandomSource p_225853_, BlockPos p_225854_) Modifier and TypeMethodDescriptionprotected boolean
MangroveRootPlacer.canPlaceRoot
(LevelSimulatedReader p_225831_, BlockPos p_225832_) protected boolean
RootPlacer.canPlaceRoot
(LevelSimulatedReader p_225868_, BlockPos p_225869_) protected BlockState
RootPlacer.getPotentiallyWaterloggedState
(LevelSimulatedReader p_225871_, BlockPos p_225872_, BlockState p_225873_) RootPlacer.getTrunkOrigin
(BlockPos p_225892_, RandomSource p_225893_) protected void
MangroveRootPlacer.placeRoot
(LevelSimulatedReader p_225834_, BiConsumer<BlockPos, BlockState> p_225835_, RandomSource p_225836_, BlockPos p_225837_, TreeConfiguration p_225838_) protected void
RootPlacer.placeRoot
(LevelSimulatedReader p_225874_, BiConsumer<BlockPos, BlockState> p_225875_, RandomSource p_225876_, BlockPos p_225877_, TreeConfiguration p_225878_) boolean
MangroveRootPlacer.placeRoots
(LevelSimulatedReader p_225840_, BiConsumer<BlockPos, BlockState> p_225841_, RandomSource p_225842_, BlockPos p_225843_, BlockPos p_225844_, TreeConfiguration p_225845_) abstract boolean
RootPlacer.placeRoots
(LevelSimulatedReader p_225879_, BiConsumer<BlockPos, BlockState> p_225880_, RandomSource p_225881_, BlockPos p_225882_, BlockPos p_225883_, TreeConfiguration p_225884_) MangroveRootPlacer.potentialRootPositions
(BlockPos p_225851_, Direction p_225852_, RandomSource p_225853_, BlockPos p_225854_) private boolean
MangroveRootPlacer.simulateRoots
(LevelSimulatedReader p_225823_, RandomSource p_225824_, BlockPos p_225825_, Direction p_225826_, BlockPos p_225827_, List<BlockPos> p_225828_, int p_225829_) Modifier and TypeMethodDescriptionprotected void
MangroveRootPlacer.placeRoot
(LevelSimulatedReader p_225834_, BiConsumer<BlockPos, BlockState> p_225835_, RandomSource p_225836_, BlockPos p_225837_, TreeConfiguration p_225838_) protected void
RootPlacer.placeRoot
(LevelSimulatedReader p_225874_, BiConsumer<BlockPos, BlockState> p_225875_, RandomSource p_225876_, BlockPos p_225877_, TreeConfiguration p_225878_) boolean
MangroveRootPlacer.placeRoots
(LevelSimulatedReader p_225840_, BiConsumer<BlockPos, BlockState> p_225841_, RandomSource p_225842_, BlockPos p_225843_, BlockPos p_225844_, TreeConfiguration p_225845_) abstract boolean
RootPlacer.placeRoots
(LevelSimulatedReader p_225879_, BiConsumer<BlockPos, BlockState> p_225880_, RandomSource p_225881_, BlockPos p_225882_, BlockPos p_225883_, TreeConfiguration p_225884_) private boolean
MangroveRootPlacer.simulateRoots
(LevelSimulatedReader p_225823_, RandomSource p_225824_, BlockPos p_225825_, Direction p_225826_, BlockPos p_225827_, List<BlockPos> p_225828_, int p_225829_) -
Uses of BlockPos in net.minecraft.world.level.levelgen.feature.stateproviders
Modifier and TypeMethodDescriptionprotected double
NoiseBasedStateProvider.getNoiseValue
(BlockPos p_191430_, double p_191431_) protected BlockState
NoiseProvider.getRandomState
(List<BlockState> p_191453_, BlockPos p_191454_, double p_191455_) protected double
DualNoiseProvider.getSlowNoiseValue
(BlockPos p_191407_) abstract BlockState
BlockStateProvider.getState
(RandomSource p_225907_, BlockPos p_225908_) DualNoiseProvider.getState
(RandomSource p_225910_, BlockPos p_225911_) NoiseProvider.getState
(RandomSource p_225913_, BlockPos p_225914_) NoiseThresholdProvider.getState
(RandomSource p_225916_, BlockPos p_225917_) RandomizedIntStateProvider.getState
(RandomSource p_225919_, BlockPos p_225920_) RotatedBlockProvider.getState
(RandomSource p_225922_, BlockPos p_225923_) RuleBasedBlockStateProvider.getState
(WorldGenLevel p_225933_, RandomSource p_225934_, BlockPos p_225935_) SimpleStateProvider.getState
(RandomSource p_225963_, BlockPos p_225964_) WeightedStateProvider.getState
(RandomSource p_225966_, BlockPos p_225967_) -
Uses of BlockPos in net.minecraft.world.level.levelgen.feature.treedecorators
Modifier and TypeFieldDescriptionprivate final BiConsumer<BlockPos,
BlockState> TreeDecorator.Context.decorationSetter
private final it.unimi.dsi.fastutil.objects.ObjectArrayList<BlockPos>
TreeDecorator.Context.leaves
private final it.unimi.dsi.fastutil.objects.ObjectArrayList<BlockPos>
TreeDecorator.Context.logs
private final it.unimi.dsi.fastutil.objects.ObjectArrayList<BlockPos>
TreeDecorator.Context.roots
Modifier and TypeMethodDescriptionit.unimi.dsi.fastutil.objects.ObjectArrayList<BlockPos>
TreeDecorator.Context.leaves()
it.unimi.dsi.fastutil.objects.ObjectArrayList<BlockPos>
TreeDecorator.Context.logs()
it.unimi.dsi.fastutil.objects.ObjectArrayList<BlockPos>
TreeDecorator.Context.roots()
Modifier and TypeMethodDescriptionprivate static void
LeaveVineDecorator.addHangingVine
(BlockPos p_226041_, BooleanProperty p_226042_, TreeDecorator.Context p_226043_) private boolean
AttachedToLeavesDecorator.hasRequiredEmptyBlocks
(TreeDecorator.Context p_226002_, BlockPos p_226003_, Direction p_226004_) boolean
private void
AlterGroundDecorator.placeBlockAt
(TreeDecorator.Context p_225974_, BlockPos p_225975_) private void
AlterGroundDecorator.placeCircle
(TreeDecorator.Context p_225971_, BlockPos p_225972_) void
TreeDecorator.Context.placeVine
(BlockPos p_226065_, BooleanProperty p_226066_) void
TreeDecorator.Context.setBlock
(BlockPos p_226062_, BlockState p_226063_) ModifierConstructorDescriptionContext
(LevelSimulatedReader p_226052_, BiConsumer<BlockPos, BlockState> p_226053_, RandomSource p_226054_, Set<BlockPos> p_226055_, Set<BlockPos> p_226056_, Set<BlockPos> p_226057_) Context
(LevelSimulatedReader p_226052_, BiConsumer<BlockPos, BlockState> p_226053_, RandomSource p_226054_, Set<BlockPos> p_226055_, Set<BlockPos> p_226056_, Set<BlockPos> p_226057_) -
Uses of BlockPos in net.minecraft.world.level.levelgen.feature.trunkplacers
Modifier and TypeMethodDescriptionprivate Direction.Axis
FancyTrunkPlacer.getLogAxis
(BlockPos p_70130_, BlockPos p_70131_) private int
private static boolean
TrunkPlacer.isDirt
(LevelSimulatedReader p_70296_, BlockPos p_70297_) boolean
TrunkPlacer.isFree
(LevelSimulatedReader p_226185_, BlockPos p_226186_) private void
FancyTrunkPlacer.makeBranches
(LevelSimulatedReader p_226100_, BiConsumer<BlockPos, BlockState> p_226101_, RandomSource p_226102_, int p_226103_, BlockPos p_226104_, List<FancyTrunkPlacer.FoliageCoords> p_226105_, TreeConfiguration p_226106_) private boolean
FancyTrunkPlacer.makeLimb
(LevelSimulatedReader p_226108_, BiConsumer<BlockPos, BlockState> p_226109_, RandomSource p_226110_, BlockPos p_226111_, BlockPos p_226112_, boolean p_226113_, TreeConfiguration p_226114_) protected boolean
TrunkPlacer.placeLog
(LevelSimulatedReader p_226188_, BiConsumer<BlockPos, BlockState> p_226189_, RandomSource p_226190_, BlockPos p_226191_, TreeConfiguration p_226192_) protected boolean
TrunkPlacer.placeLog
(LevelSimulatedReader p_226176_, BiConsumer<BlockPos, BlockState> p_226177_, RandomSource p_226178_, BlockPos p_226179_, TreeConfiguration p_226180_, Function<BlockState, BlockState> p_226181_) private void
GiantTrunkPlacer.placeLogIfFreeWithOffset
(LevelSimulatedReader p_226130_, BiConsumer<BlockPos, BlockState> p_226131_, RandomSource p_226132_, BlockPos.MutableBlockPos p_226133_, TreeConfiguration p_226134_, BlockPos p_226135_, int p_226136_, int p_226137_, int p_226138_) BendingTrunkPlacer.placeTrunk
(LevelSimulatedReader p_226079_, BiConsumer<BlockPos, BlockState> p_226080_, RandomSource p_226081_, int p_226082_, BlockPos p_226083_, TreeConfiguration p_226084_) DarkOakTrunkPlacer.placeTrunk
(LevelSimulatedReader p_226086_, BiConsumer<BlockPos, BlockState> p_226087_, RandomSource p_226088_, int p_226089_, BlockPos p_226090_, TreeConfiguration p_226091_) FancyTrunkPlacer.placeTrunk
(LevelSimulatedReader p_226093_, BiConsumer<BlockPos, BlockState> p_226094_, RandomSource p_226095_, int p_226096_, BlockPos p_226097_, TreeConfiguration p_226098_) ForkingTrunkPlacer.placeTrunk
(LevelSimulatedReader p_226116_, BiConsumer<BlockPos, BlockState> p_226117_, RandomSource p_226118_, int p_226119_, BlockPos p_226120_, TreeConfiguration p_226121_) GiantTrunkPlacer.placeTrunk
(LevelSimulatedReader p_226123_, BiConsumer<BlockPos, BlockState> p_226124_, RandomSource p_226125_, int p_226126_, BlockPos p_226127_, TreeConfiguration p_226128_) MegaJungleTrunkPlacer.placeTrunk
(LevelSimulatedReader p_226140_, BiConsumer<BlockPos, BlockState> p_226141_, RandomSource p_226142_, int p_226143_, BlockPos p_226144_, TreeConfiguration p_226145_) StraightTrunkPlacer.placeTrunk
(LevelSimulatedReader p_226147_, BiConsumer<BlockPos, BlockState> p_226148_, RandomSource p_226149_, int p_226150_, BlockPos p_226151_, TreeConfiguration p_226152_) abstract List<FoliagePlacer.FoliageAttachment>
TrunkPlacer.placeTrunk
(LevelSimulatedReader p_226157_, BiConsumer<BlockPos, BlockState> p_226158_, RandomSource p_226159_, int p_226160_, BlockPos p_226161_, TreeConfiguration p_226162_) UpwardsBranchingTrunkPlacer.placeTrunk
(LevelSimulatedReader p_226225_, BiConsumer<BlockPos, BlockState> p_226226_, RandomSource p_226227_, int p_226228_, BlockPos p_226229_, TreeConfiguration p_226230_) protected static void
TrunkPlacer.setDirtAt
(LevelSimulatedReader p_226170_, BiConsumer<BlockPos, BlockState> p_226171_, RandomSource p_226172_, BlockPos p_226173_, TreeConfiguration p_226174_) protected boolean
TrunkPlacer.validTreePos
(LevelSimulatedReader p_226155_, BlockPos p_226156_) protected boolean
UpwardsBranchingTrunkPlacer.validTreePos
(LevelSimulatedReader p_226210_, BlockPos p_226211_) Modifier and TypeMethodDescriptionprivate void
FancyTrunkPlacer.makeBranches
(LevelSimulatedReader p_226100_, BiConsumer<BlockPos, BlockState> p_226101_, RandomSource p_226102_, int p_226103_, BlockPos p_226104_, List<FancyTrunkPlacer.FoliageCoords> p_226105_, TreeConfiguration p_226106_) private boolean
FancyTrunkPlacer.makeLimb
(LevelSimulatedReader p_226108_, BiConsumer<BlockPos, BlockState> p_226109_, RandomSource p_226110_, BlockPos p_226111_, BlockPos p_226112_, boolean p_226113_, TreeConfiguration p_226114_) private void
UpwardsBranchingTrunkPlacer.placeBranch
(LevelSimulatedReader p_226213_, BiConsumer<BlockPos, BlockState> p_226214_, RandomSource p_226215_, int p_226216_, TreeConfiguration p_226217_, List<FoliagePlacer.FoliageAttachment> p_226218_, BlockPos.MutableBlockPos p_226219_, int p_226220_, Direction p_226221_, int p_226222_, int p_226223_) protected boolean
TrunkPlacer.placeLog
(LevelSimulatedReader p_226188_, BiConsumer<BlockPos, BlockState> p_226189_, RandomSource p_226190_, BlockPos p_226191_, TreeConfiguration p_226192_) protected boolean
TrunkPlacer.placeLog
(LevelSimulatedReader p_226176_, BiConsumer<BlockPos, BlockState> p_226177_, RandomSource p_226178_, BlockPos p_226179_, TreeConfiguration p_226180_, Function<BlockState, BlockState> p_226181_) protected void
TrunkPlacer.placeLogIfFree
(LevelSimulatedReader p_226164_, BiConsumer<BlockPos, BlockState> p_226165_, RandomSource p_226166_, BlockPos.MutableBlockPos p_226167_, TreeConfiguration p_226168_) private void
GiantTrunkPlacer.placeLogIfFreeWithOffset
(LevelSimulatedReader p_226130_, BiConsumer<BlockPos, BlockState> p_226131_, RandomSource p_226132_, BlockPos.MutableBlockPos p_226133_, TreeConfiguration p_226134_, BlockPos p_226135_, int p_226136_, int p_226137_, int p_226138_) BendingTrunkPlacer.placeTrunk
(LevelSimulatedReader p_226079_, BiConsumer<BlockPos, BlockState> p_226080_, RandomSource p_226081_, int p_226082_, BlockPos p_226083_, TreeConfiguration p_226084_) DarkOakTrunkPlacer.placeTrunk
(LevelSimulatedReader p_226086_, BiConsumer<BlockPos, BlockState> p_226087_, RandomSource p_226088_, int p_226089_, BlockPos p_226090_, TreeConfiguration p_226091_) FancyTrunkPlacer.placeTrunk
(LevelSimulatedReader p_226093_, BiConsumer<BlockPos, BlockState> p_226094_, RandomSource p_226095_, int p_226096_, BlockPos p_226097_, TreeConfiguration p_226098_) ForkingTrunkPlacer.placeTrunk
(LevelSimulatedReader p_226116_, BiConsumer<BlockPos, BlockState> p_226117_, RandomSource p_226118_, int p_226119_, BlockPos p_226120_, TreeConfiguration p_226121_) GiantTrunkPlacer.placeTrunk
(LevelSimulatedReader p_226123_, BiConsumer<BlockPos, BlockState> p_226124_, RandomSource p_226125_, int p_226126_, BlockPos p_226127_, TreeConfiguration p_226128_) MegaJungleTrunkPlacer.placeTrunk
(LevelSimulatedReader p_226140_, BiConsumer<BlockPos, BlockState> p_226141_, RandomSource p_226142_, int p_226143_, BlockPos p_226144_, TreeConfiguration p_226145_) StraightTrunkPlacer.placeTrunk
(LevelSimulatedReader p_226147_, BiConsumer<BlockPos, BlockState> p_226148_, RandomSource p_226149_, int p_226150_, BlockPos p_226151_, TreeConfiguration p_226152_) abstract List<FoliagePlacer.FoliageAttachment>
TrunkPlacer.placeTrunk
(LevelSimulatedReader p_226157_, BiConsumer<BlockPos, BlockState> p_226158_, RandomSource p_226159_, int p_226160_, BlockPos p_226161_, TreeConfiguration p_226162_) UpwardsBranchingTrunkPlacer.placeTrunk
(LevelSimulatedReader p_226225_, BiConsumer<BlockPos, BlockState> p_226226_, RandomSource p_226227_, int p_226228_, BlockPos p_226229_, TreeConfiguration p_226230_) protected static void
TrunkPlacer.setDirtAt
(LevelSimulatedReader p_226170_, BiConsumer<BlockPos, BlockState> p_226171_, RandomSource p_226172_, BlockPos p_226173_, TreeConfiguration p_226174_) -
Uses of BlockPos in net.minecraft.world.level.levelgen.placement
Modifier and TypeMethodDescriptionCarvingMaskPlacement.getPositions
(PlacementContext p_226325_, RandomSource p_226326_, BlockPos p_226327_) CountOnEveryLayerPlacement.getPositions
(PlacementContext p_226329_, RandomSource p_226330_, BlockPos p_226331_) Deprecated.EnvironmentScanPlacement.getPositions
(PlacementContext p_226336_, RandomSource p_226337_, BlockPos p_226338_) HeightmapPlacement.getPositions
(PlacementContext p_226344_, RandomSource p_226345_, BlockPos p_226346_) HeightRangePlacement.getPositions
(PlacementContext p_226340_, RandomSource p_226341_, BlockPos p_226342_) InSquarePlacement.getPositions
(PlacementContext p_226348_, RandomSource p_226349_, BlockPos p_226350_) PlacementFilter.getPositions
(PlacementContext p_226386_, RandomSource p_226387_, BlockPos p_226388_) PlacementModifier.getPositions
(PlacementContext p_226389_, RandomSource p_226390_, BlockPos p_226391_) RandomOffsetPlacement.getPositions
(PlacementContext p_226393_, RandomSource p_226394_, BlockPos p_226395_) RepeatingPlacement.getPositions
(PlacementContext p_226403_, RandomSource p_226404_, BlockPos p_226405_) Modifier and TypeMethodDescriptionprotected int
CountPlacement.count
(RandomSource p_226333_, BlockPos p_226334_) protected int
NoiseBasedCountPlacement.count
(RandomSource p_226352_, BlockPos p_226353_) protected int
NoiseThresholdCountPlacement.count
(RandomSource p_226355_, BlockPos p_226356_) protected abstract int
RepeatingPlacement.count
(RandomSource p_226400_, BlockPos p_226401_) PlacementContext.getBlockState
(BlockPos p_191829_) CarvingMaskPlacement.getPositions
(PlacementContext p_226325_, RandomSource p_226326_, BlockPos p_226327_) CountOnEveryLayerPlacement.getPositions
(PlacementContext p_226329_, RandomSource p_226330_, BlockPos p_226331_) Deprecated.EnvironmentScanPlacement.getPositions
(PlacementContext p_226336_, RandomSource p_226337_, BlockPos p_226338_) HeightmapPlacement.getPositions
(PlacementContext p_226344_, RandomSource p_226345_, BlockPos p_226346_) HeightRangePlacement.getPositions
(PlacementContext p_226340_, RandomSource p_226341_, BlockPos p_226342_) InSquarePlacement.getPositions
(PlacementContext p_226348_, RandomSource p_226349_, BlockPos p_226350_) PlacementFilter.getPositions
(PlacementContext p_226386_, RandomSource p_226387_, BlockPos p_226388_) PlacementModifier.getPositions
(PlacementContext p_226389_, RandomSource p_226390_, BlockPos p_226391_) RandomOffsetPlacement.getPositions
(PlacementContext p_226393_, RandomSource p_226394_, BlockPos p_226395_) RepeatingPlacement.getPositions
(PlacementContext p_226403_, RandomSource p_226404_, BlockPos p_226405_) boolean
PlacedFeature.place
(WorldGenLevel p_226358_, ChunkGenerator p_226359_, RandomSource p_226360_, BlockPos p_226361_) boolean
PlacedFeature.placeWithBiomeCheck
(WorldGenLevel p_226378_, ChunkGenerator p_226379_, RandomSource p_226380_, BlockPos p_226381_) private boolean
PlacedFeature.placeWithContext
(PlacementContext p_226369_, RandomSource p_226370_, BlockPos p_226371_) protected boolean
BiomeFilter.shouldPlace
(PlacementContext p_226317_, RandomSource p_226318_, BlockPos p_226319_) protected boolean
BlockPredicateFilter.shouldPlace
(PlacementContext p_226321_, RandomSource p_226322_, BlockPos p_226323_) protected abstract boolean
PlacementFilter.shouldPlace
(PlacementContext p_226382_, RandomSource p_226383_, BlockPos p_226384_) protected boolean
RarityFilter.shouldPlace
(PlacementContext p_226397_, RandomSource p_226398_, BlockPos p_226399_) protected boolean
SurfaceRelativeThresholdFilter.shouldPlace
(PlacementContext p_226407_, RandomSource p_226408_, BlockPos p_226409_) protected boolean
SurfaceWaterDepthFilter.shouldPlace
(PlacementContext p_226411_, RandomSource p_226412_, BlockPos p_226413_) -
Uses of BlockPos in net.minecraft.world.level.levelgen.structure
Modifier and TypeFieldDescriptionprotected BlockPos
PoolElementStructurePiece.position
private final BlockPos
Structure.GenerationStub.position
The field for theposition
record component.protected BlockPos
TemplateStructurePiece.templatePosition
Modifier and TypeMethodDescriptionBoundingBox.getCenter()
StructurePiece.getLocatorPosition()
protected BlockPos
Structure.getLowestYIn5by5BoxOffset7Blocks
(Structure.GenerationContext p_226583_, Rotation p_226584_) Deprecated.PoolElementStructurePiece.getPosition()
Structure.GenerationStub.position()
Returns the value of theposition
record component.TemplateStructurePiece.templatePosition()
Modifier and TypeMethodDescriptionprotected boolean
StructurePiece.createChest
(ServerLevelAccessor p_226763_, BoundingBox p_226764_, RandomSource p_226765_, BlockPos p_226766_, ResourceLocation p_226767_, BlockState p_226768_) BoundingBox.encapsulate
(BlockPos p_162372_) Deprecated.protected abstract void
TemplateStructurePiece.handleDataMarker
(String p_226906_, BlockPos p_226907_, ServerLevelAccessor p_226908_, RandomSource p_226909_, BoundingBox p_226910_) void
PoolElementStructurePiece.place
(WorldGenLevel p_226510_, StructureManager p_226511_, ChunkGenerator p_226512_, RandomSource p_226513_, BoundingBox p_226514_, BlockPos p_226515_, boolean p_226516_) void
PoolElementStructurePiece.postProcess
(WorldGenLevel p_226502_, StructureManager p_226503_, ChunkGenerator p_226504_, RandomSource p_226505_, BoundingBox p_226506_, ChunkPos p_226507_, BlockPos p_226508_) abstract void
StructurePiece.postProcess
(WorldGenLevel p_226769_, StructureManager p_226770_, ChunkGenerator p_226771_, RandomSource p_226772_, BoundingBox p_226773_, ChunkPos p_226774_, BlockPos p_226775_) void
TemplateStructurePiece.postProcess
(WorldGenLevel p_226899_, StructureManager p_226900_, ChunkGenerator p_226901_, RandomSource p_226902_, BoundingBox p_226903_, ChunkPos p_226904_, BlockPos p_226905_) static BlockState
StructurePiece.reorient
(BlockGetter p_73408_, BlockPos p_73409_, BlockState p_73410_) Modifier and TypeMethodDescriptionstatic Optional<BoundingBox>
BoundingBox.encapsulatingPositions
(Iterable<BlockPos> p_162379_) void
BoundingBox.forAllCorners
(Consumer<BlockPos> p_162381_) ModifierConstructorDescriptionBoundingBox
(BlockPos p_162364_) GenerationStub
(BlockPos position, com.mojang.datafixers.util.Either<Consumer<StructurePiecesBuilder>, StructurePiecesBuilder> generator) Creates an instance of aGenerationStub
record class.GenerationStub
(BlockPos p_226675_, Consumer<StructurePiecesBuilder> p_226676_) PoolElementStructurePiece
(StructureTemplateManager p_226495_, StructurePoolElement p_226496_, BlockPos p_226497_, int p_226498_, Rotation p_226499_, BoundingBox p_226500_) TemplateStructurePiece
(StructurePieceType p_226886_, int p_226887_, StructureTemplateManager p_226888_, ResourceLocation p_226889_, String p_226890_, StructurePlaceSettings p_226891_, BlockPos p_226892_) -
Uses of BlockPos in net.minecraft.world.level.levelgen.structure.pieces
-
Uses of BlockPos in net.minecraft.world.level.levelgen.structure.placement
-
Uses of BlockPos in net.minecraft.world.level.levelgen.structure.pools
Modifier and TypeMethodDescriptionJigsawPlacement.getRandomNamedJigsaw
(StructurePoolElement p_227248_, ResourceLocation p_227249_, BlockPos p_227250_, Rotation p_227251_, StructureTemplateManager p_227252_, WorldgenRandom p_227253_) Modifier and TypeMethodDescriptionstatic Optional<Structure.GenerationStub>
JigsawPlacement.addPieces
(Structure.GenerationContext p_227239_, Holder<StructureTemplatePool> p_227240_, Optional<ResourceLocation> p_227241_, int p_227242_, BlockPos p_227243_, boolean p_227244_, Optional<Heightmap.Types> p_227245_, int p_227246_) static boolean
JigsawPlacement.generateJigsaw
(ServerLevel p_227204_, Holder<StructureTemplatePool> p_227205_, ResourceLocation p_227206_, int p_227207_, BlockPos p_227208_, boolean p_227209_) EmptyPoolElement.getBoundingBox
(StructureTemplateManager p_227172_, BlockPos p_227173_, Rotation p_227174_) FeaturePoolElement.getBoundingBox
(StructureTemplateManager p_227195_, BlockPos p_227196_, Rotation p_227197_) ListPoolElement.getBoundingBox
(StructureTemplateManager p_227286_, BlockPos p_227287_, Rotation p_227288_) SinglePoolElement.getBoundingBox
(StructureTemplateManager p_227316_, BlockPos p_227317_, Rotation p_227318_) abstract BoundingBox
StructurePoolElement.getBoundingBox
(StructureTemplateManager p_227348_, BlockPos p_227349_, Rotation p_227350_) SinglePoolElement.getDataMarkers
(StructureTemplateManager p_227325_, BlockPos p_227326_, Rotation p_227327_, boolean p_227328_) JigsawPlacement.getRandomNamedJigsaw
(StructurePoolElement p_227248_, ResourceLocation p_227249_, BlockPos p_227250_, Rotation p_227251_, StructureTemplateManager p_227252_, WorldgenRandom p_227253_) EmptyPoolElement.getShuffledJigsawBlocks
(StructureTemplateManager p_227176_, BlockPos p_227177_, Rotation p_227178_, RandomSource p_227179_) FeaturePoolElement.getShuffledJigsawBlocks
(StructureTemplateManager p_227199_, BlockPos p_227200_, Rotation p_227201_, RandomSource p_227202_) ListPoolElement.getShuffledJigsawBlocks
(StructureTemplateManager p_227290_, BlockPos p_227291_, Rotation p_227292_, RandomSource p_227293_) SinglePoolElement.getShuffledJigsawBlocks
(StructureTemplateManager p_227320_, BlockPos p_227321_, Rotation p_227322_, RandomSource p_227323_) abstract List<StructureTemplate.StructureBlockInfo>
StructurePoolElement.getShuffledJigsawBlocks
(StructureTemplateManager p_227351_, BlockPos p_227352_, Rotation p_227353_, RandomSource p_227354_) void
StructurePoolElement.handleDataMarker
(LevelAccessor p_227330_, StructureTemplate.StructureBlockInfo p_227331_, BlockPos p_227332_, Rotation p_227333_, RandomSource p_227334_, BoundingBox p_227335_) boolean
EmptyPoolElement.place
(StructureTemplateManager p_227158_, WorldGenLevel p_227159_, StructureManager p_227160_, ChunkGenerator p_227161_, BlockPos p_227162_, BlockPos p_227163_, Rotation p_227164_, BoundingBox p_227165_, RandomSource p_227166_, boolean p_227167_) boolean
FeaturePoolElement.place
(StructureTemplateManager p_227181_, WorldGenLevel p_227182_, StructureManager p_227183_, ChunkGenerator p_227184_, BlockPos p_227185_, BlockPos p_227186_, Rotation p_227187_, BoundingBox p_227188_, RandomSource p_227189_, boolean p_227190_) boolean
ListPoolElement.place
(StructureTemplateManager p_227272_, WorldGenLevel p_227273_, StructureManager p_227274_, ChunkGenerator p_227275_, BlockPos p_227276_, BlockPos p_227277_, Rotation p_227278_, BoundingBox p_227279_, RandomSource p_227280_, boolean p_227281_) boolean
SinglePoolElement.place
(StructureTemplateManager p_227302_, WorldGenLevel p_227303_, StructureManager p_227304_, ChunkGenerator p_227305_, BlockPos p_227306_, BlockPos p_227307_, Rotation p_227308_, BoundingBox p_227309_, RandomSource p_227310_, boolean p_227311_) abstract boolean
StructurePoolElement.place
(StructureTemplateManager p_227336_, WorldGenLevel p_227337_, StructureManager p_227338_, ChunkGenerator p_227339_, BlockPos p_227340_, BlockPos p_227341_, Rotation p_227342_, BoundingBox p_227343_, RandomSource p_227344_, boolean p_227345_) -
Uses of BlockPos in net.minecraft.world.level.levelgen.structure.structures
Modifier and TypeFieldDescription(package private) static final BlockPos
ShipwreckPieces.PIVOT
WoodlandMansionPieces.PlacementData.position
Modifier and TypeFieldDescriptionEndCityPieces.FAT_TOWER_BRIDGES
(package private) static final Map<ResourceLocation,
BlockPos> IglooPieces.OFFSETS
(package private) static final Map<ResourceLocation,
BlockPos> IglooPieces.PIVOTS
EndCityPieces.TOWER_BRIDGES
Modifier and TypeMethodDescriptionStrongholdPieces.StartPiece.getLocatorPosition()
private static BlockPos
IglooPieces.IglooPiece.makePosition
(ResourceLocation p_227564_, BlockPos p_227565_, int p_227566_) Modifier and TypeMethodDescriptionOceanRuinPieces.allPositions
(RandomSource p_228985_, BlockPos p_228986_) Modifier and TypeMethodDescriptionprivate static void
OceanRuinPieces.addClusterRuins
(StructureTemplateManager p_228988_, RandomSource p_228989_, Rotation p_228990_, BlockPos p_228991_, OceanRuinStructure p_228992_, StructurePieceAccessor p_228993_) private void
RuinedPortalPiece.addNetherrackDripColumn
(RandomSource p_229190_, LevelAccessor p_229191_, BlockPos p_229192_) (package private) static EndCityPieces.EndCityPiece
EndCityPieces.addPiece
(StructureTemplateManager p_227430_, EndCityPieces.EndCityPiece p_227431_, BlockPos p_227432_, String p_227433_, Rotation p_227434_, boolean p_227435_) private static void
OceanRuinPieces.addPiece
(StructureTemplateManager p_229002_, BlockPos p_229003_, Rotation p_229004_, StructurePieceAccessor p_229005_, RandomSource p_229006_, OceanRuinStructure p_229007_, boolean p_229008_, float p_229009_) static void
IglooPieces.addPieces
(StructureTemplateManager p_227549_, BlockPos p_227550_, Rotation p_227551_, StructurePieceAccessor p_227552_, RandomSource p_227553_) static void
NetherFossilPieces.addPieces
(StructureTemplateManager p_228535_, StructurePieceAccessor p_228536_, RandomSource p_228537_, BlockPos p_228538_) static void
OceanRuinPieces.addPieces
(StructureTemplateManager p_228995_, BlockPos p_228996_, Rotation p_228997_, StructurePieceAccessor p_228998_, RandomSource p_228999_, OceanRuinStructure p_229000_) static void
ShipwreckPieces.addPieces
(StructureTemplateManager p_229346_, BlockPos p_229347_, Rotation p_229348_, StructurePieceAccessor p_229349_, RandomSource p_229350_, boolean p_229351_) private void
WoodlandMansionPieces.MansionPiecePlacer.addRoom1x1
(List<WoodlandMansionPieces.WoodlandMansionPiece> p_230109_, BlockPos p_230110_, Rotation p_230111_, Direction p_230112_, WoodlandMansionPieces.FloorRoomCollection p_230113_) private void
WoodlandMansionPieces.MansionPiecePlacer.addRoom1x2
(List<WoodlandMansionPieces.WoodlandMansionPiece> p_230122_, BlockPos p_230123_, Rotation p_230124_, Direction p_230125_, Direction p_230126_, WoodlandMansionPieces.FloorRoomCollection p_230127_, boolean p_230128_) private void
WoodlandMansionPieces.MansionPiecePlacer.addRoom2x2
(List<WoodlandMansionPieces.WoodlandMansionPiece> p_230115_, BlockPos p_230116_, Rotation p_230117_, Direction p_230118_, Direction p_230119_, WoodlandMansionPieces.FloorRoomCollection p_230120_) private void
WoodlandMansionPieces.MansionPiecePlacer.addRoom2x2Secret
(List<WoodlandMansionPieces.WoodlandMansionPiece> p_230098_, BlockPos p_230099_, Rotation p_230100_, WoodlandMansionPieces.FloorRoomCollection p_230101_) OceanRuinPieces.allPositions
(RandomSource p_228985_, BlockPos p_228986_) private boolean
RuinedPortalPiece.canBlockBeReplacedByNetherrackOrMagma
(LevelAccessor p_229134_, BlockPos p_229135_) private boolean
MineshaftPieces.MineShaftCorridor.canHangChainBelow
(LevelReader p_227809_, BlockPos p_227810_, BlockState p_227811_) private boolean
MineshaftPieces.MineShaftCorridor.canPlaceColumnOnTopOf
(LevelReader p_227739_, BlockPos p_227740_, BlockState p_227741_) void
WoodlandMansionPieces.MansionPiecePlacer.createMansion
(BlockPos p_230081_, Rotation p_230082_, List<WoodlandMansionPieces.WoodlandMansionPiece> p_230083_, WoodlandMansionPieces.MansionGrid p_230084_) private void
WoodlandMansionPieces.MansionPiecePlacer.createRoof
(List<WoodlandMansionPieces.WoodlandMansionPiece> p_230103_, BlockPos p_230104_, Rotation p_230105_, WoodlandMansionPieces.SimpleGrid p_230106_, WoodlandMansionPieces.SimpleGrid p_230107_) boolean
EndCityPieces.SectionGenerator.generate
(StructureTemplateManager p_227517_, int p_227518_, EndCityPieces.EndCityPiece p_227519_, BlockPos p_227520_, List<StructurePiece> p_227521_, RandomSource p_227522_) static void
WoodlandMansionPieces.generateMansion
(StructureTemplateManager p_229986_, BlockPos p_229987_, Rotation p_229988_, List<WoodlandMansionPieces.WoodlandMansionPiece> p_229989_, RandomSource p_229990_) private void
EndCityStructure.generatePieces
(StructurePiecesBuilder p_227530_, BlockPos p_227531_, Rotation p_227532_, Structure.GenerationContext p_227533_) private void
WoodlandMansionStructure.generatePieces
(StructurePiecesBuilder p_230242_, Structure.GenerationContext p_230243_, BlockPos p_230244_, Rotation p_230245_) private int
OceanRuinPieces.OceanRuinPiece.getHeight
(BlockPos p_229042_, BlockGetter p_229043_, BlockPos p_229044_) protected void
EndCityPieces.EndCityPiece.handleDataMarker
(String p_227505_, BlockPos p_227506_, ServerLevelAccessor p_227507_, RandomSource p_227508_, BoundingBox p_227509_) protected void
IglooPieces.IglooPiece.handleDataMarker
(String p_227582_, BlockPos p_227583_, ServerLevelAccessor p_227584_, RandomSource p_227585_, BoundingBox p_227586_) protected void
NetherFossilPieces.NetherFossilPiece.handleDataMarker
(String p_228561_, BlockPos p_228562_, ServerLevelAccessor p_228563_, RandomSource p_228564_, BoundingBox p_228565_) protected void
OceanRuinPieces.OceanRuinPiece.handleDataMarker
(String p_229046_, BlockPos p_229047_, ServerLevelAccessor p_229048_, RandomSource p_229049_, BoundingBox p_229050_) protected void
RuinedPortalPiece.handleDataMarker
(String p_229170_, BlockPos p_229171_, ServerLevelAccessor p_229172_, RandomSource p_229173_, BoundingBox p_229174_) protected void
ShipwreckPieces.ShipwreckPiece.handleDataMarker
(String p_229376_, BlockPos p_229377_, ServerLevelAccessor p_229378_, RandomSource p_229379_, BoundingBox p_229380_) protected void
WoodlandMansionPieces.WoodlandMansionPiece.handleDataMarker
(String p_230213_, BlockPos p_230214_, ServerLevelAccessor p_230215_, RandomSource p_230216_, BoundingBox p_230217_) private static boolean
private static BlockPos
IglooPieces.IglooPiece.makePosition
(ResourceLocation p_227564_, BlockPos p_227565_, int p_227566_) private static StructurePlaceSettings
RuinedPortalPiece.makeSettings
(Mirror p_229152_, Rotation p_229153_, RuinedPortalPiece.VerticalPlacement p_229154_, BlockPos p_229155_, RuinedPortalPiece.Properties p_229156_) private void
RuinedPortalPiece.maybeAddLeavesAbove
(RandomSource p_229182_, LevelAccessor p_229183_, BlockPos p_229184_) private void
RuinedPortalPiece.maybeAddVines
(RandomSource p_229121_, LevelAccessor p_229122_, BlockPos p_229123_) private void
RuinedPortalPiece.placeNetherrackOrMagma
(RandomSource p_229194_, LevelAccessor p_229195_, BlockPos p_229196_) void
BuriedTreasurePieces.BuriedTreasurePiece.postProcess
(WorldGenLevel p_227370_, StructureManager p_227371_, ChunkGenerator p_227372_, RandomSource p_227373_, BoundingBox p_227374_, ChunkPos p_227375_, BlockPos p_227376_) void
DesertPyramidPiece.postProcess
(WorldGenLevel p_227405_, StructureManager p_227406_, ChunkGenerator p_227407_, RandomSource p_227408_, BoundingBox p_227409_, ChunkPos p_227410_, BlockPos p_227411_) void
IglooPieces.IglooPiece.postProcess
(WorldGenLevel p_227568_, StructureManager p_227569_, ChunkGenerator p_227570_, RandomSource p_227571_, BoundingBox p_227572_, ChunkPos p_227573_, BlockPos p_227574_) void
JungleTemplePiece.postProcess
(WorldGenLevel p_227674_, StructureManager p_227675_, ChunkGenerator p_227676_, RandomSource p_227677_, BoundingBox p_227678_, ChunkPos p_227679_, BlockPos p_227680_) void
MineshaftPieces.MineShaftCorridor.postProcess
(WorldGenLevel p_227743_, StructureManager p_227744_, ChunkGenerator p_227745_, RandomSource p_227746_, BoundingBox p_227747_, ChunkPos p_227748_, BlockPos p_227749_) void
MineshaftPieces.MineShaftCrossing.postProcess
(WorldGenLevel p_227836_, StructureManager p_227837_, ChunkGenerator p_227838_, RandomSource p_227839_, BoundingBox p_227840_, ChunkPos p_227841_, BlockPos p_227842_) void
MineshaftPieces.MineShaftRoom.postProcess
(WorldGenLevel p_227914_, StructureManager p_227915_, ChunkGenerator p_227916_, RandomSource p_227917_, BoundingBox p_227918_, ChunkPos p_227919_, BlockPos p_227920_) void
MineshaftPieces.MineShaftStairs.postProcess
(WorldGenLevel p_227939_, StructureManager p_227940_, ChunkGenerator p_227941_, RandomSource p_227942_, BoundingBox p_227943_, ChunkPos p_227944_, BlockPos p_227945_) void
NetherFortressPieces.BridgeCrossing.postProcess
(WorldGenLevel p_228035_, StructureManager p_228036_, ChunkGenerator p_228037_, RandomSource p_228038_, BoundingBox p_228039_, ChunkPos p_228040_, BlockPos p_228041_) void
NetherFortressPieces.BridgeEndFiller.postProcess
(WorldGenLevel p_228065_, StructureManager p_228066_, ChunkGenerator p_228067_, RandomSource p_228068_, BoundingBox p_228069_, ChunkPos p_228070_, BlockPos p_228071_) void
NetherFortressPieces.BridgeStraight.postProcess
(WorldGenLevel p_228094_, StructureManager p_228095_, ChunkGenerator p_228096_, RandomSource p_228097_, BoundingBox p_228098_, ChunkPos p_228099_, BlockPos p_228100_) void
NetherFortressPieces.CastleCorridorStairsPiece.postProcess
(WorldGenLevel p_228123_, StructureManager p_228124_, ChunkGenerator p_228125_, RandomSource p_228126_, BoundingBox p_228127_, ChunkPos p_228128_, BlockPos p_228129_) void
NetherFortressPieces.CastleCorridorTBalconyPiece.postProcess
(WorldGenLevel p_228151_, StructureManager p_228152_, ChunkGenerator p_228153_, RandomSource p_228154_, BoundingBox p_228155_, ChunkPos p_228156_, BlockPos p_228157_) void
NetherFortressPieces.CastleEntrance.postProcess
(WorldGenLevel p_228180_, StructureManager p_228181_, ChunkGenerator p_228182_, RandomSource p_228183_, BoundingBox p_228184_, ChunkPos p_228185_, BlockPos p_228186_) void
NetherFortressPieces.CastleSmallCorridorCrossingPiece.postProcess
(WorldGenLevel p_228209_, StructureManager p_228210_, ChunkGenerator p_228211_, RandomSource p_228212_, BoundingBox p_228213_, ChunkPos p_228214_, BlockPos p_228215_) void
NetherFortressPieces.CastleSmallCorridorLeftTurnPiece.postProcess
(WorldGenLevel p_228239_, StructureManager p_228240_, ChunkGenerator p_228241_, RandomSource p_228242_, BoundingBox p_228243_, ChunkPos p_228244_, BlockPos p_228245_) void
NetherFortressPieces.CastleSmallCorridorPiece.postProcess
(WorldGenLevel p_228271_, StructureManager p_228272_, ChunkGenerator p_228273_, RandomSource p_228274_, BoundingBox p_228275_, ChunkPos p_228276_, BlockPos p_228277_) void
NetherFortressPieces.CastleSmallCorridorRightTurnPiece.postProcess
(WorldGenLevel p_228301_, StructureManager p_228302_, ChunkGenerator p_228303_, RandomSource p_228304_, BoundingBox p_228305_, ChunkPos p_228306_, BlockPos p_228307_) void
NetherFortressPieces.CastleStalkRoom.postProcess
(WorldGenLevel p_228333_, StructureManager p_228334_, ChunkGenerator p_228335_, RandomSource p_228336_, BoundingBox p_228337_, ChunkPos p_228338_, BlockPos p_228339_) void
NetherFortressPieces.MonsterThrone.postProcess
(WorldGenLevel p_228362_, StructureManager p_228363_, ChunkGenerator p_228364_, RandomSource p_228365_, BoundingBox p_228366_, ChunkPos p_228367_, BlockPos p_228368_) void
NetherFortressPieces.RoomCrossing.postProcess
(WorldGenLevel p_228461_, StructureManager p_228462_, ChunkGenerator p_228463_, RandomSource p_228464_, BoundingBox p_228465_, ChunkPos p_228466_, BlockPos p_228467_) void
NetherFortressPieces.StairsRoom.postProcess
(WorldGenLevel p_228489_, StructureManager p_228490_, ChunkGenerator p_228491_, RandomSource p_228492_, BoundingBox p_228493_, ChunkPos p_228494_, BlockPos p_228495_) void
NetherFossilPieces.NetherFossilPiece.postProcess
(WorldGenLevel p_228548_, StructureManager p_228549_, ChunkGenerator p_228550_, RandomSource p_228551_, BoundingBox p_228552_, ChunkPos p_228553_, BlockPos p_228554_) void
OceanMonumentPieces.MonumentBuilding.postProcess
(WorldGenLevel p_228659_, StructureManager p_228660_, ChunkGenerator p_228661_, RandomSource p_228662_, BoundingBox p_228663_, ChunkPos p_228664_, BlockPos p_228665_) void
OceanMonumentPieces.OceanMonumentCoreRoom.postProcess
(WorldGenLevel p_228704_, StructureManager p_228705_, ChunkGenerator p_228706_, RandomSource p_228707_, BoundingBox p_228708_, ChunkPos p_228709_, BlockPos p_228710_) void
OceanMonumentPieces.OceanMonumentDoubleXRoom.postProcess
(WorldGenLevel p_228717_, StructureManager p_228718_, ChunkGenerator p_228719_, RandomSource p_228720_, BoundingBox p_228721_, ChunkPos p_228722_, BlockPos p_228723_) void
OceanMonumentPieces.OceanMonumentDoubleXYRoom.postProcess
(WorldGenLevel p_228730_, StructureManager p_228731_, ChunkGenerator p_228732_, RandomSource p_228733_, BoundingBox p_228734_, ChunkPos p_228735_, BlockPos p_228736_) void
OceanMonumentPieces.OceanMonumentDoubleYRoom.postProcess
(WorldGenLevel p_228743_, StructureManager p_228744_, ChunkGenerator p_228745_, RandomSource p_228746_, BoundingBox p_228747_, ChunkPos p_228748_, BlockPos p_228749_) void
OceanMonumentPieces.OceanMonumentDoubleYZRoom.postProcess
(WorldGenLevel p_228756_, StructureManager p_228757_, ChunkGenerator p_228758_, RandomSource p_228759_, BoundingBox p_228760_, ChunkPos p_228761_, BlockPos p_228762_) void
OceanMonumentPieces.OceanMonumentDoubleZRoom.postProcess
(WorldGenLevel p_228769_, StructureManager p_228770_, ChunkGenerator p_228771_, RandomSource p_228772_, BoundingBox p_228773_, ChunkPos p_228774_, BlockPos p_228775_) void
OceanMonumentPieces.OceanMonumentEntryRoom.postProcess
(WorldGenLevel p_228782_, StructureManager p_228783_, ChunkGenerator p_228784_, RandomSource p_228785_, BoundingBox p_228786_, ChunkPos p_228787_, BlockPos p_228788_) void
OceanMonumentPieces.OceanMonumentPenthouse.postProcess
(WorldGenLevel p_228795_, StructureManager p_228796_, ChunkGenerator p_228797_, RandomSource p_228798_, BoundingBox p_228799_, ChunkPos p_228800_, BlockPos p_228801_) void
OceanMonumentPieces.OceanMonumentSimpleRoom.postProcess
(WorldGenLevel p_228901_, StructureManager p_228902_, ChunkGenerator p_228903_, RandomSource p_228904_, BoundingBox p_228905_, ChunkPos p_228906_, BlockPos p_228907_) void
OceanMonumentPieces.OceanMonumentSimpleTopRoom.postProcess
(WorldGenLevel p_228914_, StructureManager p_228915_, ChunkGenerator p_228916_, RandomSource p_228917_, BoundingBox p_228918_, ChunkPos p_228919_, BlockPos p_228920_) void
OceanMonumentPieces.OceanMonumentWingRoom.postProcess
(WorldGenLevel p_228929_, StructureManager p_228930_, ChunkGenerator p_228931_, RandomSource p_228932_, BoundingBox p_228933_, ChunkPos p_228934_, BlockPos p_228935_) void
OceanRuinPieces.OceanRuinPiece.postProcess
(WorldGenLevel p_229029_, StructureManager p_229030_, ChunkGenerator p_229031_, RandomSource p_229032_, BoundingBox p_229033_, ChunkPos p_229034_, BlockPos p_229035_) void
RuinedPortalPiece.postProcess
(WorldGenLevel p_229137_, StructureManager p_229138_, ChunkGenerator p_229139_, RandomSource p_229140_, BoundingBox p_229141_, ChunkPos p_229142_, BlockPos p_229143_) void
ShipwreckPieces.ShipwreckPiece.postProcess
(WorldGenLevel p_229363_, StructureManager p_229364_, ChunkGenerator p_229365_, RandomSource p_229366_, BoundingBox p_229367_, ChunkPos p_229368_, BlockPos p_229369_) void
StrongholdPieces.ChestCorridor.postProcess
(WorldGenLevel p_229472_, StructureManager p_229473_, ChunkGenerator p_229474_, RandomSource p_229475_, BoundingBox p_229476_, ChunkPos p_229477_, BlockPos p_229478_) void
StrongholdPieces.FillerCorridor.postProcess
(WorldGenLevel p_229502_, StructureManager p_229503_, ChunkGenerator p_229504_, RandomSource p_229505_, BoundingBox p_229506_, ChunkPos p_229507_, BlockPos p_229508_) void
StrongholdPieces.FiveCrossing.postProcess
(WorldGenLevel p_229534_, StructureManager p_229535_, ChunkGenerator p_229536_, RandomSource p_229537_, BoundingBox p_229538_, ChunkPos p_229539_, BlockPos p_229540_) void
StrongholdPieces.LeftTurn.postProcess
(WorldGenLevel p_229564_, StructureManager p_229565_, ChunkGenerator p_229566_, RandomSource p_229567_, BoundingBox p_229568_, ChunkPos p_229569_, BlockPos p_229570_) void
StrongholdPieces.Library.postProcess
(WorldGenLevel p_229596_, StructureManager p_229597_, ChunkGenerator p_229598_, RandomSource p_229599_, BoundingBox p_229600_, ChunkPos p_229601_, BlockPos p_229602_) void
StrongholdPieces.PortalRoom.postProcess
(WorldGenLevel p_229635_, StructureManager p_229636_, ChunkGenerator p_229637_, RandomSource p_229638_, BoundingBox p_229639_, ChunkPos p_229640_, BlockPos p_229641_) void
StrongholdPieces.PrisonHall.postProcess
(WorldGenLevel p_229667_, StructureManager p_229668_, ChunkGenerator p_229669_, RandomSource p_229670_, BoundingBox p_229671_, ChunkPos p_229672_, BlockPos p_229673_) void
StrongholdPieces.RightTurn.postProcess
(WorldGenLevel p_229694_, StructureManager p_229695_, ChunkGenerator p_229696_, RandomSource p_229697_, BoundingBox p_229698_, ChunkPos p_229699_, BlockPos p_229700_) void
StrongholdPieces.RoomCrossing.postProcess
(WorldGenLevel p_229725_, StructureManager p_229726_, ChunkGenerator p_229727_, RandomSource p_229728_, BoundingBox p_229729_, ChunkPos p_229730_, BlockPos p_229731_) void
StrongholdPieces.StairsDown.postProcess
(WorldGenLevel p_229775_, StructureManager p_229776_, ChunkGenerator p_229777_, RandomSource p_229778_, BoundingBox p_229779_, ChunkPos p_229780_, BlockPos p_229781_) void
StrongholdPieces.Straight.postProcess
(WorldGenLevel p_229820_, StructureManager p_229821_, ChunkGenerator p_229822_, RandomSource p_229823_, BoundingBox p_229824_, ChunkPos p_229825_, BlockPos p_229826_) void
StrongholdPieces.StraightStairsDown.postProcess
(WorldGenLevel p_229853_, StructureManager p_229854_, ChunkGenerator p_229855_, RandomSource p_229856_, BoundingBox p_229857_, ChunkPos p_229858_, BlockPos p_229859_) void
SwampHutPiece.postProcess
(WorldGenLevel p_229961_, StructureManager p_229962_, ChunkGenerator p_229963_, RandomSource p_229964_, BoundingBox p_229965_, ChunkPos p_229966_, BlockPos p_229967_) (package private) static boolean
EndCityPieces.recursiveChildren
(StructureTemplateManager p_227437_, EndCityPieces.SectionGenerator p_227438_, int p_227439_, EndCityPieces.EndCityPiece p_227440_, BlockPos p_227441_, List<StructurePiece> p_227442_, RandomSource p_227443_) static void
EndCityPieces.startHouseTower
(StructureTemplateManager p_227445_, BlockPos p_227446_, Rotation p_227447_, List<StructurePiece> p_227448_, RandomSource p_227449_) ModifierConstructorDescriptionBuriedTreasurePiece
(BlockPos p_227366_) EndCityPiece
(StructureTemplateManager p_227491_, String p_227492_, BlockPos p_227493_, Rotation p_227494_, boolean p_227495_) IglooPiece
(StructureTemplateManager p_227555_, ResourceLocation p_227556_, BlockPos p_227557_, Rotation p_227558_, int p_227559_) NetherFossilPiece
(StructureTemplateManager p_228540_, ResourceLocation p_228541_, BlockPos p_228542_, Rotation p_228543_) OceanRuinPiece
(StructureTemplateManager p_229018_, ResourceLocation p_229019_, BlockPos p_229020_, Rotation p_229021_, float p_229022_, OceanRuinStructure.Type p_229023_, boolean p_229024_) RuinedPortalPiece
(StructureTemplateManager p_229105_, BlockPos p_229106_, RuinedPortalPiece.VerticalPlacement p_229107_, RuinedPortalPiece.Properties p_229108_, ResourceLocation p_229109_, StructureTemplate p_229110_, Rotation p_229111_, Mirror p_229112_, BlockPos p_229113_) ShipwreckPiece
(StructureTemplateManager p_229354_, ResourceLocation p_229355_, BlockPos p_229356_, Rotation p_229357_, boolean p_229358_) WoodlandMansionPiece
(StructureTemplateManager p_230191_, String p_230192_, BlockPos p_230193_, Rotation p_230194_) WoodlandMansionPiece
(StructureTemplateManager p_230196_, String p_230197_, BlockPos p_230198_, Rotation p_230199_, Mirror p_230200_) -
Uses of BlockPos in net.minecraft.world.level.levelgen.structure.templatesystem
Modifier and TypeFieldDescriptionfinal BlockPos
StructureTemplate.StructureEntityInfo.blockPos
final BlockPos
StructureTemplate.StructureBlockInfo.pos
private BlockPos
StructurePlaceSettings.rotationPivot
Modifier and TypeMethodDescriptionStructureTemplate.calculateConnectedPosition
(StructurePlaceSettings p_74567_, BlockPos p_74568_, StructurePlaceSettings p_74569_, BlockPos p_74570_) static BlockPos
StructureTemplate.calculateRelativePosition
(StructurePlaceSettings p_74564_, BlockPos p_74565_) StructurePlaceSettings.getRotationPivot()
StructureTemplate.getZeroPositionWithTransform
(BlockPos p_74584_, Mirror p_74585_, Rotation p_74586_) static BlockPos
StructureTemplate.getZeroPositionWithTransform
(BlockPos p_74588_, Mirror p_74589_, Rotation p_74590_, int p_74591_, int p_74592_) static BlockPos
StructureTemplate.transform
(BlockPos p_74594_, Mirror p_74595_, Rotation p_74596_, BlockPos p_74597_) Modifier and TypeMethodDescriptionprivate void
StructureTemplate.addEntitiesToWorld
(ServerLevelAccessor p_74524_, BlockPos p_74525_, StructurePlaceSettings placementIn) StructureTemplate.calculateConnectedPosition
(StructurePlaceSettings p_74567_, BlockPos p_74568_, StructurePlaceSettings p_74569_, BlockPos p_74570_) static BlockPos
StructureTemplate.calculateRelativePosition
(StructurePlaceSettings p_74564_, BlockPos p_74565_) private void
StructureTemplate.fillEntityList
(Level p_74501_, BlockPos p_74502_, BlockPos p_74503_) void
StructureTemplate.fillFromWorld
(Level p_163803_, BlockPos p_163804_, Vec3i p_163805_, boolean p_163806_, Block p_163807_) StructureTemplate.filterBlocks
(BlockPos p_74604_, StructurePlaceSettings p_74605_, Block p_74606_) it.unimi.dsi.fastutil.objects.ObjectArrayList<StructureTemplate.StructureBlockInfo>
StructureTemplate.filterBlocks
(BlockPos p_230336_, StructurePlaceSettings p_230337_, Block p_230338_, boolean p_230339_) StructureTemplate.getBoundingBox
(BlockPos p_74599_, Rotation p_74600_, BlockPos p_74601_, Mirror p_74602_) protected static BoundingBox
StructureTemplate.getBoundingBox
(BlockPos p_163811_, Rotation p_163812_, BlockPos p_163813_, Mirror p_163814_, Vec3i p_163815_) StructureTemplate.getBoundingBox
(StructurePlaceSettings p_74634_, BlockPos p_74635_) StructurePlaceSettings.getRandomPalette
(List<StructureTemplate.Palette> p_74388_, BlockPos p_74389_) StructureTemplate.getZeroPositionWithTransform
(BlockPos p_74584_, Mirror p_74585_, Rotation p_74586_) static BlockPos
StructureTemplate.getZeroPositionWithTransform
(BlockPos p_74588_, Mirror p_74589_, Rotation p_74590_, int p_74591_, int p_74592_) boolean
StructureTemplate.placeInWorld
(ServerLevelAccessor p_230329_, BlockPos p_230330_, BlockPos p_230331_, StructurePlaceSettings p_230332_, RandomSource p_230333_, int p_230334_) StructureProcessor.process
(LevelReader p_74140_, BlockPos p_74141_, BlockPos p_74142_, StructureTemplate.StructureBlockInfo p_74143_, StructureTemplate.StructureBlockInfo p_74144_, StructurePlaceSettings p_74145_, StructureTemplate template) BlackstoneReplaceProcessor.processBlock
(LevelReader p_74000_, BlockPos p_74001_, BlockPos p_74002_, StructureTemplate.StructureBlockInfo p_74003_, StructureTemplate.StructureBlockInfo p_74004_, StructurePlaceSettings p_74005_) BlockAgeProcessor.processBlock
(LevelReader p_74016_, BlockPos p_74017_, BlockPos p_74018_, StructureTemplate.StructureBlockInfo p_74019_, StructureTemplate.StructureBlockInfo p_74020_, StructurePlaceSettings p_74021_) BlockIgnoreProcessor.processBlock
(LevelReader p_74055_, BlockPos p_74056_, BlockPos p_74057_, StructureTemplate.StructureBlockInfo p_74058_, StructureTemplate.StructureBlockInfo p_74059_, StructurePlaceSettings p_74060_) BlockRotProcessor.processBlock
(LevelReader p_74081_, BlockPos p_74082_, BlockPos p_74083_, StructureTemplate.StructureBlockInfo p_74084_, StructureTemplate.StructureBlockInfo p_74085_, StructurePlaceSettings p_74086_) GravityProcessor.processBlock
(LevelReader p_74109_, BlockPos p_74110_, BlockPos p_74111_, StructureTemplate.StructureBlockInfo p_74112_, StructureTemplate.StructureBlockInfo p_74113_, StructurePlaceSettings p_74114_) JigsawReplacementProcessor.processBlock
(LevelReader p_74127_, BlockPos p_74128_, BlockPos p_74129_, StructureTemplate.StructureBlockInfo p_74130_, StructureTemplate.StructureBlockInfo p_74131_, StructurePlaceSettings p_74132_) LavaSubmergedBlockProcessor.processBlock
(LevelReader p_74140_, BlockPos p_74141_, BlockPos p_74142_, StructureTemplate.StructureBlockInfo p_74143_, StructureTemplate.StructureBlockInfo p_74144_, StructurePlaceSettings p_74145_) NopProcessor.processBlock
(LevelReader p_74180_, BlockPos p_74181_, BlockPos p_74182_, StructureTemplate.StructureBlockInfo p_74183_, StructureTemplate.StructureBlockInfo p_74184_, StructurePlaceSettings p_74185_) ProtectedBlockProcessor.processBlock
(LevelReader p_163755_, BlockPos p_163756_, BlockPos p_163757_, StructureTemplate.StructureBlockInfo p_163758_, StructureTemplate.StructureBlockInfo p_163759_, StructurePlaceSettings p_163760_) RuleProcessor.processBlock
(LevelReader p_74299_, BlockPos p_74300_, BlockPos p_74301_, StructureTemplate.StructureBlockInfo p_74302_, StructureTemplate.StructureBlockInfo p_74303_, StructurePlaceSettings p_74304_) StructureProcessor.processBlock
(LevelReader p_74416_, BlockPos p_74417_, BlockPos p_74418_, StructureTemplate.StructureBlockInfo p_74419_, StructureTemplate.StructureBlockInfo p_74420_, StructurePlaceSettings p_74421_) Deprecated.StructureTemplate.processBlockInfos
(LevelAccessor p_74518_, BlockPos p_74519_, BlockPos p_74520_, StructurePlaceSettings p_74521_, List<StructureTemplate.StructureBlockInfo> p_74522_) Deprecated.StructureTemplate.processBlockInfos
(LevelAccessor p_74518_, BlockPos p_74519_, BlockPos p_74520_, StructurePlaceSettings p_74521_, List<StructureTemplate.StructureBlockInfo> p_74522_, StructureTemplate template) StructureProcessor.processEntity
(LevelReader world, BlockPos seedPos, StructureTemplate.StructureEntityInfo rawEntityInfo, StructureTemplate.StructureEntityInfo entityInfo, StructurePlaceSettings placementSettings, StructureTemplate template) FORGE: Add entity processing.StructureTemplate.processEntityInfos
(StructureTemplate template, LevelAccessor p_215387_0_, BlockPos p_215387_1_, StructurePlaceSettings p_215387_2_, List<StructureTemplate.StructureEntityInfo> p_215387_3_) StructurePlaceSettings.setRotationPivot
(BlockPos p_74386_) boolean
AxisAlignedLinearPosTest.test
(BlockPos p_230251_, BlockPos p_230252_, BlockPos p_230253_, RandomSource p_230254_) boolean
LinearPosTest.test
(BlockPos p_230296_, BlockPos p_230297_, BlockPos p_230298_, RandomSource p_230299_) boolean
PosAlwaysTrueTest.test
(BlockPos p_230301_, BlockPos p_230302_, BlockPos p_230303_, RandomSource p_230304_) abstract boolean
PosRuleTest.test
(BlockPos p_230305_, BlockPos p_230306_, BlockPos p_230307_, RandomSource p_230308_) boolean
ProcessorRule.test
(BlockState p_230310_, BlockState p_230311_, BlockPos p_230312_, BlockPos p_230313_, BlockPos p_230314_, RandomSource p_230315_) static BlockPos
StructureTemplate.transform
(BlockPos p_74594_, Mirror p_74595_, Rotation p_74596_, BlockPos p_74597_) static Vec3
ModifierConstructorDescriptionStructureBlockInfo
(BlockPos p_74679_, BlockState p_74680_, CompoundTag p_74681_) StructureEntityInfo
(Vec3 p_74687_, BlockPos p_74688_, CompoundTag p_74689_) -
Uses of BlockPos in net.minecraft.world.level.lighting
Modifier and TypeMethodDescriptionvoid
LayerLightEngine.checkBlock
(BlockPos p_75686_) void
LayerLightEventListener.DummyLightLayerEventListener.checkBlock
(BlockPos p_164434_) void
LevelLightEngine.checkBlock
(BlockPos p_75823_) void
LightEventListener.checkBlock
(BlockPos p_164454_) static int
LayerLightEngine.getLightBlockInto
(BlockGetter p_75668_, BlockState p_75669_, BlockPos p_75670_, BlockState p_75671_, BlockPos p_75672_, Direction p_75673_, int p_75674_) int
LayerLightEngine.getLightValue
(BlockPos p_75703_) int
LayerLightEventListener.DummyLightLayerEventListener.getLightValue
(BlockPos p_75723_) int
LayerLightEventListener.getLightValue
(BlockPos p_75710_) int
LevelLightEngine.getRawBrightness
(BlockPos p_75832_, int p_75833_) void
BlockLightEngine.onBlockEmissionIncrease
(BlockPos p_75502_, int p_75503_) void
LayerLightEngine.onBlockEmissionIncrease
(BlockPos p_75687_, int p_75688_) void
LayerLightEventListener.DummyLightLayerEventListener.onBlockEmissionIncrease
(BlockPos p_164436_, int p_164437_) void
LevelLightEngine.onBlockEmissionIncrease
(BlockPos p_75824_, int p_75825_) void
LightEventListener.onBlockEmissionIncrease
(BlockPos p_164455_, int p_164456_) default void
LightEventListener.updateSectionStatus
(BlockPos p_75835_, boolean p_75836_) -
Uses of BlockPos in net.minecraft.world.level.material
Modifier and TypeMethodDescriptionprotected void
Fluid.animateTick
(Level p_230550_, BlockPos p_230551_, FluidState p_230552_, RandomSource p_230553_) void
FluidState.animateTick
(Level p_230559_, BlockPos p_230560_, RandomSource p_230561_) void
LavaFluid.animateTick
(Level p_230567_, BlockPos p_230568_, FluidState p_230569_, RandomSource p_230570_) void
WaterFluid.animateTick
(Level p_230606_, BlockPos p_230607_, FluidState p_230608_, RandomSource p_230609_) protected abstract void
FlowingFluid.beforeDestroyingBlock
(LevelAccessor p_76002_, BlockPos p_76003_, BlockState p_76004_) protected void
LavaFluid.beforeDestroyingBlock
(LevelAccessor p_76216_, BlockPos p_76217_, BlockState p_76218_) protected void
WaterFluid.beforeDestroyingBlock
(LevelAccessor p_76450_, BlockPos p_76451_, BlockState p_76452_) boolean
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_) boolean
FlowingFluid.canConvertToSource
(FluidState state, Level level, BlockPos pos) 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_) private void
LavaFluid.fizz
(LevelAccessor p_76213_, BlockPos p_76214_) private static short
FlowingFluid.getCacheKey
(BlockPos p_76059_, BlockPos p_76060_) 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_) protected FluidState
FlowingFluid.getNewLiquid
(Level p_256464_, BlockPos p_76037_, BlockState p_76038_) 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_) protected int
FlowingFluid.getSlopeDistance
(LevelReader p_76027_, BlockPos p_76028_, int p_76029_, Direction p_76030_, BlockState p_76031_, BlockPos p_76032_, it.unimi.dsi.fastutil.shorts.Short2ObjectMap<com.mojang.datafixers.util.Pair<BlockState, FluidState>> p_76033_, it.unimi.dsi.fastutil.shorts.Short2BooleanMap p_76034_) protected Map<Direction,
FluidState> FlowingFluid.getSpread
(Level p_256191_, BlockPos p_76081_, BlockState p_76082_) protected int
FlowingFluid.getSpreadDelay
(Level p_75998_, BlockPos p_75999_, FluidState p_76000_, FluidState p_76001_) int
LavaFluid.getSpreadDelay
(Level p_76203_, BlockPos p_76204_, FluidState p_76205_, FluidState p_76206_) private boolean
LavaFluid.hasFlammableNeighbours
(LevelReader p_76228_, BlockPos p_76229_) private static boolean
FlowingFluid.hasSameAbove
(FluidState p_76089_, BlockGetter p_76090_, BlockPos p_76091_) private boolean
LavaFluid.isFlammable
(LevelReader p_76246_, BlockPos p_76247_) Deprecated.private boolean
LavaFluid.isFlammable
(LevelReader level, BlockPos pos, Direction face) 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_) protected void
Fluid.randomTick
(Level p_230554_, BlockPos p_230555_, FluidState p_230556_, RandomSource p_230557_) void
FluidState.randomTick
(Level p_230563_, BlockPos p_230564_, RandomSource p_230565_) void
LavaFluid.randomTick
(Level p_230572_, BlockPos p_230573_, FluidState p_230574_, RandomSource p_230575_) boolean
FluidState.shouldRenderBackwardUpFace
(BlockGetter p_76172_, BlockPos p_76173_) private int
FlowingFluid.sourceNeighborCount
(LevelReader p_76020_, BlockPos p_76021_) protected void
FlowingFluid.spread
(Level p_255851_, BlockPos p_76012_, FluidState p_76013_) protected void
FlowingFluid.spreadTo
(LevelAccessor p_76005_, BlockPos p_76006_, BlockState p_76007_, Direction p_76008_, FluidState p_76009_) protected void
LavaFluid.spreadTo
(LevelAccessor p_76220_, BlockPos p_76221_, BlockState p_76222_, Direction p_76223_, FluidState p_76224_) private void
FlowingFluid.spreadToSides
(Level p_256644_, BlockPos p_76016_, FluidState p_76017_, BlockState p_76018_) void
FlowingFluid.tick
(Level p_75995_, BlockPos p_75996_, FluidState p_75997_) protected void
Fluid.tick
(Level p_76113_, BlockPos p_76114_, FluidState p_76115_) void
-
Uses of BlockPos in net.minecraft.world.level.pathfinder
Modifier and TypeMethodDescriptionNode.asBlockPos()
Path.getNextNodePos()
Path.getNodePos
(int p_77397_) Path.getTarget()
Modifier and TypeMethodDescriptionFlyNodeEvaluator.iteratePathfindingStartNodeCandidatePositions
(Mob p_263108_) Modifier and TypeMethodDescriptionprotected boolean
FlyNodeEvaluator.canStartAt
(BlockPos p_262645_) protected boolean
WalkNodeEvaluator.canStartAt
(BlockPos p_262596_) float
Node.distanceManhattan
(BlockPos p_77307_) float
Node.distanceTo
(BlockPos p_164698_) float
Node.distanceToSqr
(BlockPos p_164703_) protected BlockPathTypes
WalkNodeEvaluator.evaluateBlockPathType
(BlockGetter p_77614_, boolean p_77615_, boolean p_77616_, BlockPos p_77617_, BlockPathTypes p_77618_) protected BlockPathTypes
WalkNodeEvaluator.getBlockPathType
(Mob p_77573_, BlockPos p_77574_) protected static BlockPathTypes
WalkNodeEvaluator.getBlockPathTypeRaw
(BlockGetter p_77644_, BlockPos p_77645_) WalkNodeEvaluator.getBlockPathTypes
(BlockGetter p_77581_, int p_77582_, int p_77583_, int p_77584_, int p_77585_, int p_77586_, int p_77587_, boolean p_77588_, boolean p_77589_, EnumSet<BlockPathTypes> p_77590_, BlockPathTypes p_77591_, BlockPos p_77592_) protected double
WalkNodeEvaluator.getFloorLevel
(BlockPos p_164733_) static double
WalkNodeEvaluator.getFloorLevel
(BlockGetter p_77612_, BlockPos p_77613_) protected Node
protected Node
WalkNodeEvaluator.getStartNode
(BlockPos p_230632_) private Path
PathFinder.reconstructPath
(Node p_77435_, BlockPos p_77436_, boolean p_77437_) Modifier and TypeMethodDescriptionprivate Path
PathFinder.findPath
(ProfilerFiller p_164717_, Node p_164718_, Map<Target, BlockPos> p_164719_, float p_164720_, int p_164721_, float p_164722_) PathFinder.findPath
(PathNavigationRegion p_77428_, Mob p_77429_, Set<BlockPos> p_77430_, float p_77431_, int p_77432_, float p_77433_) -
Uses of BlockPos in net.minecraft.world.level.portal
Modifier and TypeMethodDescriptionprivate BlockPos
PortalShape.calculateBottomLeft
(BlockPos p_77734_) Modifier and TypeMethodDescriptionprivate BlockPos
PortalShape.calculateBottomLeft
(BlockPos p_77734_) private boolean
PortalForcer.canHostFrame
(BlockPos p_77662_, BlockPos.MutableBlockPos p_77663_, Direction p_77664_, int p_77665_) PortalForcer.createPortal
(BlockPos p_77667_, Direction.Axis p_77668_) static Optional<PortalShape>
PortalShape.findEmptyPortalShape
(LevelAccessor p_77709_, BlockPos p_77710_, Direction.Axis p_77711_) PortalForcer.findPortalAround
(BlockPos p_192986_, boolean p_192987_, WorldBorder p_192988_) static Optional<PortalShape>
PortalShape.findPortalShape
(LevelAccessor p_77713_, BlockPos p_77714_, Predicate<PortalShape> p_77715_, Direction.Axis p_77716_) private int
PortalShape.getDistanceUntilEdgeAboveFrame
(BlockPos p_77736_, Direction p_77737_) ModifierConstructorDescriptionPortalShape
(LevelAccessor p_77695_, BlockPos p_77696_, Direction.Axis p_77697_) -
Uses of BlockPos in net.minecraft.world.level.redstone
Modifier and TypeFieldDescriptionprivate final BlockPos
CollectingNeighborUpdater.FullNeighborUpdate.neighborPos
The field for theneighborPos
record component.private final BlockPos
CollectingNeighborUpdater.ShapeUpdate.neighborPos
The field for theneighborPos
record component.private final BlockPos
CollectingNeighborUpdater.SimpleNeighborUpdate.neighborPos
The field for theneighborPos
record component.private final BlockPos
CollectingNeighborUpdater.FullNeighborUpdate.pos
The field for thepos
record component.private final BlockPos
CollectingNeighborUpdater.ShapeUpdate.pos
The field for thepos
record component.private final BlockPos
CollectingNeighborUpdater.SimpleNeighborUpdate.pos
The field for thepos
record component.private final BlockPos
CollectingNeighborUpdater.MultiNeighborUpdate.sourcePos
Modifier and TypeMethodDescriptionCollectingNeighborUpdater.FullNeighborUpdate.neighborPos()
Returns the value of theneighborPos
record component.CollectingNeighborUpdater.ShapeUpdate.neighborPos()
Returns the value of theneighborPos
record component.CollectingNeighborUpdater.SimpleNeighborUpdate.neighborPos()
Returns the value of theneighborPos
record component.CollectingNeighborUpdater.FullNeighborUpdate.pos()
Returns the value of thepos
record component.CollectingNeighborUpdater.ShapeUpdate.pos()
Returns the value of thepos
record component.CollectingNeighborUpdater.SimpleNeighborUpdate.pos()
Returns the value of thepos
record component.Modifier and TypeMethodDescriptionprivate void
CollectingNeighborUpdater.addAndRun
(BlockPos p_230661_, CollectingNeighborUpdater.NeighborUpdates p_230662_) static void
NeighborUpdater.executeShapeUpdate
(LevelAccessor p_230771_, Direction p_230772_, BlockState p_230773_, BlockPos p_230774_, BlockPos p_230775_, int p_230776_, int p_230777_) static void
NeighborUpdater.executeUpdate
(Level p_230764_, BlockState p_230765_, BlockPos p_230766_, Block p_230767_, BlockPos p_230768_, boolean p_230769_) void
CollectingNeighborUpdater.neighborChanged
(BlockPos p_230653_, Block p_230654_, BlockPos p_230655_) void
CollectingNeighborUpdater.neighborChanged
(BlockState p_230647_, BlockPos p_230648_, Block p_230649_, BlockPos p_230650_, boolean p_230651_) void
InstantNeighborUpdater.neighborChanged
(BlockPos p_230751_, Block p_230752_, BlockPos p_230753_) void
InstantNeighborUpdater.neighborChanged
(BlockState p_230745_, BlockPos p_230746_, Block p_230747_, BlockPos p_230748_, boolean p_230749_) void
NeighborUpdater.neighborChanged
(BlockPos p_230785_, Block p_230786_, BlockPos p_230787_) void
NeighborUpdater.neighborChanged
(BlockState p_230780_, BlockPos p_230781_, Block p_230782_, BlockPos p_230783_, boolean p_230784_) void
CollectingNeighborUpdater.shapeUpdate
(Direction p_230664_, BlockState p_230665_, BlockPos p_230666_, BlockPos p_230667_, int p_230668_, int p_230669_) void
InstantNeighborUpdater.shapeUpdate
(Direction p_230755_, BlockState p_230756_, BlockPos p_230757_, BlockPos p_230758_, int p_230759_, int p_230760_) void
NeighborUpdater.shapeUpdate
(Direction p_230791_, BlockState p_230792_, BlockPos p_230793_, BlockPos p_230794_, int p_230795_, int p_230796_) void
CollectingNeighborUpdater.updateNeighborsAtExceptFromFacing
(BlockPos p_230657_, Block p_230658_, Direction p_230659_) default void
NeighborUpdater.updateNeighborsAtExceptFromFacing
(BlockPos p_230788_, Block p_230789_, Direction p_230790_) ModifierConstructorDescription(package private)
FullNeighborUpdate
(BlockState state, BlockPos pos, Block block, BlockPos neighborPos, boolean movedByPiston) Creates an instance of aFullNeighborUpdate
record class.(package private)
MultiNeighborUpdate
(BlockPos p_230697_, Block p_230698_, Direction p_230699_) (package private)
ShapeUpdate
(Direction direction, BlockState state, BlockPos pos, BlockPos neighborPos, int updateFlags) Creates an instance of aShapeUpdate
record class.(package private)
SimpleNeighborUpdate
(BlockPos pos, Block block, BlockPos neighborPos) Creates an instance of aSimpleNeighborUpdate
record class. -
Uses of BlockPos in net.minecraft.world.level.saveddata.maps
Modifier and TypeFieldDescriptionprivate final BlockPos
MapBanner.pos
private final BlockPos
MapFrame.pos
Modifier and TypeMethodDescriptionstatic void
MapItemSavedData.addTargetDecoration
(ItemStack p_77926_, BlockPos p_77927_, String p_77928_, MapDecoration.Type p_77929_) static String
static MapBanner
MapBanner.fromWorld
(BlockGetter p_77775_, BlockPos p_77776_) void
MapItemSavedData.removedFromFrame
(BlockPos p_77948_, int p_77949_) boolean
MapItemSavedData.toggleBanner
(LevelAccessor p_77935_, BlockPos p_77936_) -
Uses of BlockPos in net.minecraft.world.level.storage
-
Uses of BlockPos in net.minecraft.world.level.storage.loot.predicates
Modifier and TypeMethodDescriptionstatic LootItemCondition.Builder
LocationCheck.checkLocation
(LocationPredicate.Builder p_81728_, BlockPos p_81729_) ModifierConstructorDescription(package private)
LocationCheck
(LocationPredicate p_81719_, BlockPos p_81720_) -
Uses of BlockPos in net.minecraft.world.phys
Modifier and TypeMethodDescriptionstatic BlockHitResult
static BlockHitResult
BlockHitResult.withPosition
(BlockPos p_82431_) -
Uses of BlockPos in net.minecraft.world.phys.shapes
Modifier and TypeMethodDescriptionboolean
CollisionContext.isAbove
(VoxelShape p_82755_, BlockPos p_82756_, boolean p_82757_) boolean
EntityCollisionContext.isAbove
(VoxelShape p_82886_, BlockPos p_82887_, boolean p_82888_) -
Uses of BlockPos in net.minecraft.world.ticks
Modifier and TypeFieldDescriptionprivate final BlockPos
SavedTick.pos
The field for thepos
record component.private final BlockPos
ScheduledTick.pos
The field for thepos
record component.Modifier and TypeFieldDescriptionprivate final Function<BlockPos,
TickContainerAccess<T>> WorldGenTickAccess.containerGetter
Modifier and TypeMethodDescriptionSavedTick.pos()
Returns the value of thepos
record component.ScheduledTick.pos()
Returns the value of thepos
record component.Modifier and TypeMethodDescriptionboolean
LevelChunkTicks.hasScheduledTick
(BlockPos p_193179_, T p_193180_) boolean
LevelTicks.hasScheduledTick
(BlockPos p_193254_, T p_193255_) boolean
ProtoChunkTicks.hasScheduledTick
(BlockPos p_193300_, T p_193301_) boolean
TickAccess.hasScheduledTick
(BlockPos p_193429_, T p_193430_) boolean
WorldGenTickAccess.hasScheduledTick
(BlockPos p_193459_, T p_193460_) static <T> SavedTick<T>
static <T> ScheduledTick<T>
private static CompoundTag
SavedTick.saveTick
(String p_193339_, BlockPos p_193340_, int p_193341_, TickPriority p_193342_) boolean
LevelTickAccess.willTickThisTick
(BlockPos p_193197_, T p_193198_) boolean
LevelTicks.willTickThisTick
(BlockPos p_193282_, T p_193283_) boolean
WorldGenTickAccess.willTickThisTick
(BlockPos p_193462_, T p_193463_) Modifier and TypeMethodDescriptionprivate void
LevelTicks.runCollectedTicks
(BiConsumer<BlockPos, T> p_193273_) void
LevelTicks.tick
(long p_193226_, int p_193227_, BiConsumer<BlockPos, T> p_193228_) ModifierConstructorDescriptionSavedTick
(T type, BlockPos pos, int delay, TickPriority priority) Creates an instance of aSavedTick
record class.ScheduledTick
(T p_193383_, BlockPos p_193384_, long p_193385_, long p_193386_) ScheduledTick
(T type, BlockPos pos, long triggerTick, TickPriority priority, long subTickOrder) Creates an instance of aScheduledTick
record class.ModifierConstructorDescriptionWorldGenTickAccess
(Function<BlockPos, TickContainerAccess<T>> p_193454_) -
Uses of BlockPos in net.minecraftforge.client
Modifier and TypeMethodDescriptionstatic boolean
ForgeHooksClient.calculateFaceWithoutAO
(BlockAndTintGetter getter, BlockState state, BlockPos pos, BakedQuad quad, boolean isFaceCubic, float[] brightness, int[] lightmap) static TextureAtlasSprite[]
ForgeHooksClient.getFluidSprites
(BlockAndTintGetter level, BlockPos pos, FluidState fluidStateIn) static boolean
ForgeHooksClient.renderBlockOverlay
(Player player, PoseStack mat, RenderBlockScreenEffectEvent.OverlayType type, BlockState block, BlockPos pos) static void
ForgeHooksClient.renderPistonMovedBlocks
(BlockPos pos, BlockState state, PoseStack stack, MultiBufferSource bufferSource, Level level, boolean checkSides, int packedOverlay, BlockRenderDispatcher blockRenderer) -
Uses of BlockPos in net.minecraftforge.client.event
Modifier and TypeMethodDescriptionRenderBlockScreenEffectEvent.getBlockPos()
Returns the position of the block which the overlay is gotten from.ModifierConstructorDescriptionRenderBlockScreenEffectEvent
(Player player, PoseStack poseStack, RenderBlockScreenEffectEvent.OverlayType type, BlockState block, BlockPos blockPos) -
Uses of BlockPos in net.minecraftforge.client.extensions
Modifier and TypeMethodDescriptiondefault @NotNull ModelData
IForgeBakedModel.getModelData
(@NotNull BlockAndTintGetter level, @NotNull BlockPos pos, @NotNull BlockState state, @NotNull ModelData modelData) -
Uses of BlockPos in net.minecraftforge.client.extensions.common
Modifier and TypeMethodDescriptiondefault boolean
IClientBlockExtensions.addDestroyEffects
(BlockState state, Level Level, BlockPos pos, ParticleEngine manager) Spawn particles for when the block is destroyed.default ResourceLocation
IClientFluidTypeExtensions.getFlowingTexture
(FluidState state, BlockAndTintGetter getter, BlockPos pos) Returns the reference of the texture to apply to a flowing fluid.default org.joml.Vector3d
IClientBlockExtensions.getFogColor
(BlockState state, LevelReader level, BlockPos pos, Entity entity, org.joml.Vector3d originalColor, float partialTick) NOT CURRENTLY IMPLEMENTEDdefault ResourceLocation
IClientFluidTypeExtensions.getOverlayTexture
(FluidState state, BlockAndTintGetter getter, BlockPos pos) Returns the reference of the texture to apply to a fluid directly touching a non-opaque block other than air.default ResourceLocation
IClientFluidTypeExtensions.getStillTexture
(FluidState state, BlockAndTintGetter getter, BlockPos pos) Returns the reference of the texture to apply to a source fluid.default int
IClientFluidTypeExtensions.getTintColor
(FluidState state, BlockAndTintGetter getter, BlockPos pos) Returns the tint applied to the fluid's textures. -
Uses of BlockPos in net.minecraftforge.client.model
Modifier and TypeMethodDescription@NotNull ModelData
BakedModelWrapper.getModelData
(@NotNull BlockAndTintGetter level, @NotNull BlockPos pos, @NotNull BlockState state, @NotNull ModelData modelData) @NotNull ModelData
CompositeModel.Baked.getModelData
(@NotNull BlockAndTintGetter level, @NotNull BlockPos pos, @NotNull BlockState state, @NotNull ModelData modelData) -
Uses of BlockPos in net.minecraftforge.client.model.data
Modifier and TypeFieldDescriptionModelDataManager.modelDataCache
ModelDataManager.needModelDataRefresh
-
Uses of BlockPos in net.minecraftforge.client.model.lighting
Modifier and TypeMethodDescriptionprotected void
FlatQuadLighter.computeLightingAt
(BlockAndTintGetter level, BlockPos pos, BlockState state) protected abstract void
QuadLighter.computeLightingAt
(BlockAndTintGetter level, BlockPos pos, BlockState state) protected void
SmoothQuadLighter.computeLightingAt
(BlockAndTintGetter level, BlockPos origin, BlockState state) static boolean
ForgeModelBlockRenderer.render
(VertexConsumer vertexConsumer, QuadLighter lighter, BlockAndTintGetter level, BakedModel model, BlockState state, BlockPos pos, PoseStack poseStack, boolean checkSides, RandomSource rand, long seed, int packedOverlay, ModelData modelData, RenderType renderType) final void
QuadLighter.setup
(BlockAndTintGetter level, BlockPos pos, BlockState state) void
ForgeModelBlockRenderer.tesselateWithAO
(BlockAndTintGetter level, BakedModel model, BlockState state, BlockPos pos, PoseStack poseStack, VertexConsumer vertexConsumer, boolean checkSides, RandomSource rand, long seed, int packedOverlay, ModelData modelData, RenderType renderType) void
ForgeModelBlockRenderer.tesselateWithoutAO
(BlockAndTintGetter level, BakedModel model, BlockState state, BlockPos pos, PoseStack poseStack, VertexConsumer vertexConsumer, boolean checkSides, RandomSource rand, long seed, int packedOverlay, ModelData modelData, RenderType renderType) -
Uses of BlockPos in net.minecraftforge.common
Modifier and TypeMethodDescriptionForgeHooks.isLivingOnLadder
(@NotNull BlockState state, @NotNull Level level, @NotNull BlockPos pos, @NotNull LivingEntity entity) Modifier and TypeMethodDescriptionstatic boolean
ForgeHooks.canEntityDestroy
(Level level, BlockPos pos, LivingEntity entity) IPlantable.getPlant
(BlockGetter level, BlockPos pos) default PlantType
IPlantable.getPlantType
(BlockGetter level, BlockPos pos) static boolean
FarmlandWaterManager.hasBlockWaterTicket
(LevelReader level, BlockPos pos) Tests if a block is in a region that is watered by blocks.ForgeHooks.isLivingOnLadder
(@NotNull BlockState state, @NotNull Level level, @NotNull BlockPos pos, @NotNull LivingEntity entity) default boolean
IForgeShearable.isShearable
(@NotNull ItemStack item, Level level, BlockPos pos) Checks if the object is currently shearable Example: Sheep return false when they have no woolstatic int
ForgeHooks.onBlockBreakEvent
(Level level, GameType gameType, ServerPlayer entityPlayer, BlockPos pos) static void
ForgeHooks.onCropsGrowPost
(Level level, BlockPos pos, BlockState state) static boolean
ForgeHooks.onCropsGrowPre
(Level level, BlockPos pos, BlockState state, boolean def) static boolean
ForgeHooks.onFarmlandTrample
(Level level, BlockPos pos, BlockState state, float fallDistance, Entity entity) ForgeHooks.onLeftClickBlock
(Player player, BlockPos pos, Direction face) static int
ForgeHooks.onNoteChange
(Level level, BlockPos pos, BlockState state, int old, int _new) ForgeHooks.onRightClickBlock
(Player player, InteractionHand hand, BlockPos pos, BlockHitResult hitVec) IForgeShearable.onSheared
(@Nullable Player player, @NotNull ItemStack item, Level level, BlockPos pos, int fortune) Performs the shear function on this object. -
Uses of BlockPos in net.minecraftforge.common.extensions
Modifier and TypeMethodDescriptiondefault BlockPos
IForgeAbstractMinecart.getCurrentRailPosition()
Internal, returns the current spot to look for the attached rail.Modifier and TypeMethodDescriptiondefault boolean
IForgeBlock.addLandingEffects
(BlockState state1, ServerLevel level, BlockPos pos, BlockState state2, LivingEntity entity, int numberOfParticles) Allows a block to override the standard EntityLivingBase.updateFallState particles, this is a server side method that spawns particles with WorldServer.spawnParticle.default boolean
IForgeBlockState.addLandingEffects
(ServerLevel level, BlockPos pos, BlockState state2, LivingEntity entity, int numberOfParticles) Allows a block to override the standard EntityLivingBase.updateFallState particles, this is a server side method that spawns particles with WorldServer.spawnParticle.default boolean
IForgeBlock.addRunningEffects
(BlockState state, Level level, BlockPos pos, Entity entity) Allows a block to override the standard vanilla running particles.default boolean
IForgeBlockState.addRunningEffects
(Level level, BlockPos pos, Entity entity) Allows a block to override the standard vanilla running particles.default boolean
IForgeBlock.canBeHydrated
(BlockState state, BlockGetter getter, BlockPos pos, FluidState fluid, BlockPos fluidPos) Returns whether the block can be hydrated by a fluid.default boolean
IForgeBlockState.canBeHydrated
(BlockGetter getter, BlockPos pos, FluidState fluid, BlockPos fluidPos) Returns whether the block can be hydrated by a fluid.default boolean
IForgeBlock.canConnectRedstone
(BlockState state, BlockGetter level, BlockPos pos, @Nullable Direction direction) Whether redstone dust should visually connect to this block on a given sidedefault boolean
IForgeFluid.canConvertToSource
(FluidState state, Level level, BlockPos pos) Returns whether the fluid can create a source.default boolean
IForgeFluidState.canConvertToSource
(Level level, BlockPos pos) Returns whether the fluid can create a source.default boolean
IForgeBlock.canDropFromExplosion
(BlockState state, BlockGetter level, BlockPos pos, Explosion explosion) Determines if this block should drop loot when exploded.default boolean
IForgeBlockState.canDropFromExplosion
(BlockGetter level, BlockPos pos, Explosion explosion) Determines if this block should drop loot when exploded.default boolean
IForgeBlock.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
IForgeBlockState.canEntityDestroy
(BlockGetter level, BlockPos pos, Entity entity) Determines if this block is can be destroyed by the specified entities normal behavior.default boolean
IForgeFluid.canExtinguish
(FluidState state, BlockGetter getter, BlockPos pos) Returns whether the block can be extinguished by this fluid.default boolean
IForgeFluidState.canExtinguish
(BlockGetter getter, BlockPos pos) Returns whether the block can be extinguished by this fluid.default boolean
IForgeBlock.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
IForgeBlockState.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
IForgeFluid.canHydrate
(FluidState state, BlockGetter getter, BlockPos pos, BlockState source, BlockPos sourcePos) Returns whether the block can be hydrated by a fluid.default boolean
IForgeFluidState.canHydrate
(BlockGetter getter, BlockPos pos, BlockState source, BlockPos sourcePos) Returns whether the block can be hydrated by a fluid.default boolean
IForgePlayer.canInteractWith
(BlockPos pos, double padding) Checks if the player can reach (right-click) a block.
On the server, additional leniency is added to account for movement/lag.default boolean
IForgeBaseRailBlock.canMakeSlopes
(BlockState state, BlockGetter level, BlockPos pos) Returns true if the rail can make up and down slopes.default boolean
IForgeBlockState.canRedstoneConnectTo
(BlockGetter level, BlockPos pos, @Nullable Direction direction) Whether redstone dust should visually connect to this block on a side.boolean
IForgeBlock.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
IForgeBlockState.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.boolean
IForgeEntity.canTrample
(BlockState state, BlockPos pos, float fallDistance) default boolean
IForgeBlock.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
IForgeBlockState.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 boolean
IForgeItem.doesSneakBypassUse
(ItemStack stack, LevelReader level, BlockPos pos, Player player) Should this item, when held, allow sneak-clicks to pass through to the underlying block?default boolean
IForgeItemStack.doesSneakBypassUse
(LevelReader level, BlockPos pos, Player player) Should this item, when held, allow sneak-clicks to pass through to the underlying block?default @Nullable BlockPathTypes
IForgeBlock.getAdjacentBlockPathType
(BlockState state, BlockGetter level, BlockPos pos, @Nullable Mob mob, BlockPathTypes originalType) Gets the path type of the adjacent block to a pathfinding entity.default @Nullable BlockPathTypes
IForgeBlockState.getAdjacentBlockPathType
(BlockGetter level, BlockPos pos, @Nullable Mob mob, BlockPathTypes originalType) Gets the path type of the adjacent block to a pathfinding entity.default @Nullable BlockPathTypes
IForgeFluid.getAdjacentBlockPathType
(FluidState state, BlockGetter level, BlockPos pos, @Nullable Mob mob, BlockPathTypes originalType) Gets the path type of the adjacent fluid to a pathfinding entity.default @Nullable BlockPathTypes
IForgeFluidState.getAdjacentBlockPathType
(BlockGetter level, BlockPos pos, @Nullable Mob mob, BlockPathTypes originalType) Gets the path type of the adjacent fluid to a pathfinding entity.default BlockState
IForgeBlock.getAppearance
(BlockState state, BlockAndTintGetter level, BlockPos pos, Direction side, @Nullable BlockState queryState, @Nullable BlockPos queryPos) Returns theBlockState
that this block reports to look like on the given side, for querying by other mods.default BlockState
IForgeBlockState.getAppearance
(BlockAndTintGetter level, BlockPos pos, Direction side, @Nullable BlockState queryState, @Nullable BlockPos queryPos) Returns theBlockState
that this state reports to look like on the given side for querying by other mods.default @org.jetbrains.annotations.Nullable float[]
IForgeBlock.getBeaconColorMultiplier
(BlockState state, LevelReader level, BlockPos pos, BlockPos beaconPos) default @org.jetbrains.annotations.Nullable float[]
IForgeBlockState.getBeaconColorMultiplier
(LevelReader level, BlockPos pos, BlockPos beacon) default Direction
IForgeBlock.getBedDirection
(BlockState state, LevelReader level, BlockPos pos) Returns the direction of the block.default Direction
IForgeBlockState.getBedDirection
(LevelReader level, BlockPos pos) Returns the direction of the block.default @Nullable BlockPathTypes
IForgeBlock.getBlockPathType
(BlockState state, BlockGetter level, BlockPos pos, @Nullable Mob mob) Gets the path type of this block when an entity is pathfinding.default @Nullable BlockPathTypes
IForgeBlockState.getBlockPathType
(BlockGetter level, BlockPos pos, @Nullable Mob mob) Gets the path type of this block when an entity is pathfinding.default @Nullable BlockPathTypes
IForgeFluid.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 BlockPathTypes
IForgeFluidState.getBlockPathType
(BlockGetter level, BlockPos pos, @Nullable Mob mob, boolean canFluidLog) Gets the path type of this fluid when an entity is pathfinding.default ItemStack
IForgeBlock.getCloneItemStack
(BlockState state, HitResult target, BlockGetter level, BlockPos pos, Player player) Called when A user uses the creative pick block button on this blockdefault ItemStack
IForgeBlockState.getCloneItemStack
(HitResult target, BlockGetter level, BlockPos pos, Player player) Called when A user uses the creative pick block button on this blockdefault float
IForgeBlock.getEnchantPowerBonus
(BlockState state, LevelReader level, BlockPos pos) Determines the amount of enchanting power this block can provide to an enchanting table.default float
IForgeBlockState.getEnchantPowerBonus
(LevelReader level, BlockPos pos) Determines the amount of enchanting power this block can provide to an enchanting table.default @Nullable BlockEntity
IForgeBlockGetter.getExistingBlockEntity
(BlockPos pos) Get theBlockEntity
at the given position if it exists.default int
IForgeBlock.getExpDrop
(BlockState state, LevelReader level, RandomSource randomSource, BlockPos pos, int fortuneLevel, int silkTouchLevel) Gathers how much experience this block drops when broken.default int
IForgeBlockState.getExpDrop
(LevelReader level, RandomSource randomSource, BlockPos pos, int fortuneLevel, int silkTouchLevel) Gathers how much experience this block drops when broken.default float
IForgeBlock.getExplosionResistance
(BlockState state, BlockGetter level, BlockPos pos, Explosion explosion) Location sensitive version of getExplosionResistancedefault float
IForgeBlockState.getExplosionResistance
(BlockGetter level, BlockPos pos, Explosion explosion) Location sensitive version of getExplosionResistancedefault float
IForgeFluid.getExplosionResistance
(FluidState state, BlockGetter level, BlockPos pos, Explosion explosion) Returns the explosion resistance of the fluid.default float
IForgeFluidState.getExplosionResistance
(BlockGetter level, BlockPos pos, Explosion explosion) Returns the explosion resistance of the fluid.default int
IForgeBlock.getFireSpreadSpeed
(BlockState state, BlockGetter level, BlockPos pos, Direction direction) Called when fire is updating on a neighbor block.default int
IForgeBlockState.getFireSpreadSpeed
(BlockGetter level, BlockPos pos, Direction face) Called when fire is updating on a neighbor block.default int
IForgeBlock.getFlammability
(BlockState state, BlockGetter level, BlockPos pos, Direction direction) Chance that fire will spread and consume this block.default int
IForgeBlockState.getFlammability
(BlockGetter level, BlockPos pos, Direction face) Chance that fire will spread and consume this block.default float
IForgeBlock.getFriction
(BlockState state, LevelReader level, BlockPos pos, @Nullable Entity entity) Gets the slipperiness at the given location at the given state.default float
IForgeBlockState.getFriction
(LevelReader level, BlockPos pos, @Nullable Entity entity) Gets the slipperiness at the given location at the given state.default int
IForgeBlock.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
IForgeBlockState.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 MaterialColor
IForgeBlock.getMapColor
(BlockState state, BlockGetter level, BlockPos pos, MaterialColor defaultColor) Returns theMaterialColor
shown on the map.IForgeBaseRailBlock.getRailDirection
(BlockState state, BlockGetter level, BlockPos pos, @Nullable AbstractMinecart cart) Return the rail's direction.default float
IForgeBaseRailBlock.getRailMaxSpeed
(BlockState state, Level level, BlockPos pos, AbstractMinecart cart) Returns the max speed of the rail at the specified position.IForgeBlock.getRespawnPosition
(BlockState state, EntityType<?> type, LevelReader levelReader, BlockPos pos, float orientation, @Nullable LivingEntity entity) Returns the position that the entity is moved to upon respawning at this block.IForgeBlockState.getRespawnPosition
(EntityType<?> type, LevelReader level, BlockPos pos, float orientation, @Nullable LivingEntity entity) Returns the position that the entity is moved to upon respawning at this block.default SoundType
IForgeBlock.getSoundType
(BlockState state, LevelReader level, BlockPos pos, @Nullable Entity entity) Sensitive version of getSoundTypedefault SoundType
IForgeBlockState.getSoundType
(LevelReader level, BlockPos pos, @Nullable Entity entity) Sensitive version of getSoundTypedefault BlockState
IForgeBlock.getStateAtViewpoint
(BlockState state, BlockGetter level, BlockPos pos, Vec3 viewpoint) Used to determine the state 'viewed' by an entity (seeCamera.getBlockAtCamera()
).default BlockState
IForgeBlockState.getStateAtViewpoint
(BlockGetter level, BlockPos pos, Vec3 viewpoint) Used to determine the state 'viewed' by an entity (seeCamera.getBlockAtCamera()
).default boolean
IForgeBlock.getWeakChanges
(BlockState state, LevelReader level, BlockPos pos) If this block should be notified of weak changes.default boolean
IForgeBlockState.getWeakChanges
(LevelReader level, BlockPos pos) If this block should be notified of weak changes.default boolean
IForgeBlock.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
IForgeBlockState.hidesNeighborFace
(BlockGetter level, BlockPos pos, BlockState neighborState, Direction dir) Whether this block hides the neighbors face pointed towards by the given direction.default boolean
IForgeBlock.isBed
(BlockState state, BlockGetter level, BlockPos pos, @Nullable Entity player) Determines if this block is classified as a Bed, Allowing players to sleep in it, though the block has to specifically perform the sleeping functionality in it's activated event.default boolean
IForgeBlockState.isBed
(BlockGetter level, BlockPos pos, @Nullable LivingEntity sleeper) Determines if this block is classified as a Bed, Allowing players to sleep in it, though the block has to specifically perform the sleeping functionality in it's activated event.default boolean
IForgeBlock.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
IForgeBlockState.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
IForgeBlock.isConduitFrame
(BlockState state, LevelReader level, BlockPos pos, BlockPos conduit) Determines if this block can be used as the frame of a conduit.default boolean
IForgeBlockState.isConduitFrame
(LevelReader level, BlockPos pos, BlockPos conduit) Determines if this block can be used as the frame of a conduit.default boolean
IForgeBlock.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
IForgeBlockState.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
IForgeBlock.isFireSource
(BlockState state, LevelReader level, BlockPos pos, Direction direction) Currently only called by fire when it is on top of this block.default boolean
IForgeBlockState.isFireSource
(LevelReader level, BlockPos pos, Direction side) Currently only called by fire when it is on top of this block.default boolean
IForgeBlock.isFlammable
(BlockState state, BlockGetter level, BlockPos pos, Direction direction) Called when fire is updating, checks if a block face can catch fire.default boolean
IForgeBlockState.isFlammable
(BlockGetter level, BlockPos pos, Direction face) Called when fire is updating, checks if a block face can catch fire.boolean
IForgeBaseRailBlock.isFlexibleRail
(BlockState state, BlockGetter level, BlockPos pos) Return true if the rail can make corners.default boolean
IForgeBlock.isLadder
(BlockState state, LevelReader level, BlockPos pos, LivingEntity entity) Checks if a player or entity can use this block to 'climb' like a ladder.default boolean
IForgeBlockState.isLadder
(LevelReader level, BlockPos pos, LivingEntity entity) Checks if a player or entity can use this block to 'climb' like a ladder.default boolean
IForgeBlock.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
IForgeBlockState.isPortalFrame
(BlockGetter level, BlockPos pos) Determines if this block can be used as part of a frame of a nether portal.default boolean
IForgeBlock.isScaffolding
(BlockState state, LevelReader level, BlockPos pos, LivingEntity entity) Checks if a player or entity handles movement on this block like scaffolding.default boolean
IForgeBlock.isValidSpawn
(BlockState state, BlockGetter level, BlockPos pos, SpawnPlacements.Type type, EntityType<?> entityType) Determines if a specified mob type can spawn on this block, returning false will prevent any mob from spawning on the block.default boolean
IForgeBlockState.isValidSpawn
(LevelReader level, BlockPos pos, SpawnPlacements.Type type, EntityType<?> entityType) Determines if a specified mob type can spawn on this block, returning false will prevent any mob from spawning on the block.default boolean
IForgeBlock.makesOpenTrapdoorAboveClimbable
(BlockState state, LevelReader level, BlockPos pos, BlockState trapdoorState) Checks if this block makes an open trapdoor above it climbable.void
IForgeAbstractMinecart.moveMinecartOnRail
(BlockPos pos) Moved to allow overrides.default void
IForgeBlock.onBlockExploded
(BlockState state, Level level, BlockPos pos, Explosion explosion) Called when the block is destroyed by an explosion.default void
IForgeBlockState.onBlockExploded
(Level level, BlockPos pos, Explosion explosion) Called when the block is destroyed by an explosion.default boolean
IForgeItem.onBlockStartBreak
(ItemStack itemstack, BlockPos pos, Player player) Called before a block is broken.default boolean
IForgeItemStack.onBlockStartBreak
(BlockPos pos, Player player) Called before a block is broken.default void
IForgeBlock.onBlockStateChange
(LevelReader level, BlockPos pos, BlockState oldState, BlockState newState) Called after theBlockState
at the givenBlockPos
was changed and neighbors were updated.default void
IForgeBlockState.onBlockStateChange
(LevelReader level, BlockPos pos, BlockState oldState) Called after theBlockState
at the givenBlockPos
was changed and neighbors were updated.default void
IForgeBlock.onCaughtFire
(BlockState state, Level level, BlockPos pos, @Nullable Direction direction, @Nullable LivingEntity igniter) If the block is flammable, this is called when it gets lit on fire.default void
IForgeBlockState.onCaughtFire
(Level level, BlockPos pos, @Nullable Direction face, @Nullable LivingEntity igniter) If the block is flammable, this is called when it gets lit on fire.default boolean
IForgeBlock.onDestroyedByPlayer
(BlockState state, Level level, BlockPos pos, Player player, boolean willHarvest, FluidState fluid) Called when a player removes a block.default boolean
IForgeBlockState.onDestroyedByPlayer
(Level level, BlockPos pos, Player player, boolean willHarvest, FluidState fluid) Called when a player removes a block.default void
IForgeBaseRailBlock.onMinecartPass
(BlockState state, Level level, BlockPos pos, AbstractMinecart cart) This function is called by any minecart that passes over this rail.default void
IForgeBlock.onNeighborChange
(BlockState state, LevelReader level, BlockPos pos, BlockPos neighbor) Called when a tile entity on a side of this block changes is created or is destroyed.default void
IForgeBlockState.onNeighborChange
(LevelReader level, BlockPos pos, BlockPos neighbor) Called when a tile entity on a side of this block changes is created or is destroyed.default boolean
IForgeBlock.onTreeGrow
(BlockState state, LevelReader level, BiConsumer<BlockPos, BlockState> placeFunction, RandomSource randomSource, BlockPos pos, TreeConfiguration config) Called when a tree grows on top of this block and tries to set it to dirt by the trunk placer.default boolean
IForgeBlockState.onTreeGrow
(LevelReader level, BiConsumer<BlockPos, BlockState> placeFunction, RandomSource randomSource, BlockPos pos, TreeConfiguration config) Called when a tree grows on top of this block and tries to set it to dirt by the trunk placer.default BlockState
IForgeBlock.rotate
(BlockState state, LevelAccessor level, BlockPos pos, Rotation direction) default BlockState
IForgeBlockState.rotate
(LevelAccessor level, BlockPos pos, Rotation direction) default void
IForgeBlock.setBedOccupied
(BlockState state, Level level, BlockPos pos, LivingEntity sleeper, boolean occupied) Called when a user either starts or stops sleeping in the bed.default void
IForgeBlockState.setBedOccupied
(Level level, BlockPos pos, LivingEntity sleeper, boolean occupied) Called when a user either starts or stops sleeping in the bed.default boolean
IForgeBlock.shouldCheckWeakPower
(BlockState state, LevelReader level, BlockPos pos, Direction side) Called to determine whether to allow the a block to handle its own indirect power rather than using the default rules.default boolean
IForgeBlockState.shouldCheckWeakPower
(LevelReader level, BlockPos pos, Direction side) Called to determine whether to allow the a block to handle its own indirect power rather than using the default rules.default boolean
IForgeBlock.shouldDisplayFluidOverlay
(BlockState state, BlockAndTintGetter level, BlockPos pos, FluidState fluidState) Called to determine whether this block should use the fluid overlay texture or flowing texture when it is placed under the fluid.default boolean
IForgeBlockState.shouldDisplayFluidOverlay
(BlockAndTintGetter level, BlockPos pos, FluidState fluidState) Called to determine whether this block should use the fluid overlay texture or flowing texture when it is placed under the fluid.Modifier and TypeMethodDescriptiondefault boolean
IForgeBlock.onTreeGrow
(BlockState state, LevelReader level, BiConsumer<BlockPos, BlockState> placeFunction, RandomSource randomSource, BlockPos pos, TreeConfiguration config) Called when a tree grows on top of this block and tries to set it to dirt by the trunk placer.default boolean
IForgeBlockState.onTreeGrow
(LevelReader level, BiConsumer<BlockPos, BlockState> placeFunction, RandomSource randomSource, BlockPos pos, TreeConfiguration config) Called when a tree grows on top of this block and tries to set it to dirt by the trunk placer. -
Uses of BlockPos in net.minecraftforge.common.util
Modifier and TypeMethodDescriptionstatic BlockSnapshot
BlockSnapshot.create
(ResourceKey<Level> dim, LevelAccessor world, BlockPos pos) static BlockSnapshot
BlockSnapshot.create
(ResourceKey<Level> dim, LevelAccessor world, BlockPos pos, int flag) boolean
BlockSnapshot.restoreToLocation
(LevelAccessor world, BlockPos pos, boolean force, boolean notifyNeighbors) ModifierConstructorDescriptionprivate
BlockSnapshot
(ResourceKey<Level> dim, LevelAccessor level, BlockPos pos, BlockState state, @Nullable CompoundTag nbt, int flags) -
Uses of BlockPos in net.minecraftforge.common.world
Modifier and TypeFieldDescriptionprivate static final TicketType<ForgeChunkManager.TicketOwner<BlockPos>>
ForgeChunkManager.BLOCK
private static final TicketType<ForgeChunkManager.TicketOwner<BlockPos>>
ForgeChunkManager.BLOCK_TICKING
private final Map<BlockPos,
com.mojang.datafixers.util.Pair<it.unimi.dsi.fastutil.longs.LongSet, it.unimi.dsi.fastutil.longs.LongSet>> ForgeChunkManager.TicketHelper.blockTickets
Modifier and TypeMethodDescriptionMap<BlockPos,
com.mojang.datafixers.util.Pair<it.unimi.dsi.fastutil.longs.LongSet, it.unimi.dsi.fastutil.longs.LongSet>> ForgeChunkManager.TicketHelper.getBlockTickets()
Gets all "BLOCK" tickets this mod had registered and which block positions are forcing which chunks.Modifier and TypeMethodDescriptionstatic boolean
ForgeChunkManager.forceChunk
(ServerLevel level, String modId, BlockPos owner, int chunkX, int chunkZ, boolean add, boolean ticking) Forces a chunk to be loaded for the given mod with the "owner" of the ticket being a given block position.void
ForgeChunkManager.TicketHelper.removeAllTickets
(BlockPos owner) Removes all tickets that a given block was responsible for; both ticking and not ticking.void
ForgeChunkManager.TicketHelper.removeTicket
(BlockPos owner, long chunk, boolean ticking) Removes the ticket for the given chunk that a given block was responsible for.Modifier and TypeMethodDescriptionprivate static void
ForgeChunkManager.readBlockForcedChunks
(String modId, long chunkPos, CompoundTag modEntry, String key, Map<ForgeChunkManager.TicketOwner<BlockPos>, it.unimi.dsi.fastutil.longs.LongSet> blockForcedChunks) Reads the forge block forced chunks.static void
ForgeChunkManager.readForgeForcedChunks
(CompoundTag nbt, ForgeChunkManager.TicketTracker<BlockPos> blockForcedChunks, ForgeChunkManager.TicketTracker<UUID> entityForcedChunks) Reads the forge forced chunks from the NBT compound.static void
ForgeChunkManager.writeForgeForcedChunks
(CompoundTag nbt, ForgeChunkManager.TicketTracker<BlockPos> blockForcedChunks, ForgeChunkManager.TicketTracker<UUID> entityForcedChunks) Writes the forge forced chunks into the NBT compound.ModifierConstructorDescriptionprivate
TicketHelper
(ForcedChunksSavedData saveData, String modId, Map<BlockPos, com.mojang.datafixers.util.Pair<it.unimi.dsi.fastutil.longs.LongSet, it.unimi.dsi.fastutil.longs.LongSet>> blockTickets, Map<UUID, com.mojang.datafixers.util.Pair<it.unimi.dsi.fastutil.longs.LongSet, it.unimi.dsi.fastutil.longs.LongSet>> entityTickets) -
Uses of BlockPos in net.minecraftforge.debug.block
Modifier and TypeMethodDescriptionboolean
RedstoneSidedConnectivityTest.EastRedstoneBlock.canConnectRedstone
(BlockState state, BlockGetter level, BlockPos pos, @Nullable Direction direction) boolean
CustomPlantTypeTest.CustomPlantBlock.canSurvive
(BlockState state, LevelReader world, BlockPos pos) boolean
ValidRailShapeTest.RailSlopeBlock.canSurvive
(BlockState state, LevelReader level, BlockPos pos) 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) CustomRespawnTest.CustomRespawnBlock.getRespawnPosition
(BlockState state, EntityType<?> type, LevelReader levelReader, BlockPos pos, float orientation, @Nullable LivingEntity entity) 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
ScaffoldingTest.ScaffoldingMethodTestBlock.isScaffolding
(BlockState state, LevelReader level, BlockPos pos, LivingEntity entity) boolean
CustomPlantTypeTest.CustomPlantBlock.mayPlaceOn
(BlockState state, BlockGetter worldIn, BlockPos pos) void
RedstoneSidedConnectivityTest.EastRedstoneBlock.neighborChanged
(BlockState state, Level world, BlockPos pos, Block block, BlockPos fromPos, boolean isMoving) @Nullable BlockEntity
BlockEntityOnLoadTest.TestBlock.newBlockEntity
(BlockPos pos, BlockState state) CustomHeadTest.CustomSkullBlock.newBlockEntity
(BlockPos pos, BlockState state) CustomHeadTest.CustomWallSkullBlock.newBlockEntity
(BlockPos pos, BlockState state) CustomSignsTest.CustomCeilingHangingSignBlock.newBlockEntity
(BlockPos pos, BlockState state) CustomSignsTest.CustomStandingSignBlock.newBlockEntity
(BlockPos pos, BlockState state) CustomSignsTest.CustomWallHangingSignBlock.newBlockEntity
(BlockPos pos, BlockState state) CustomSignsTest.CustomWallSignBlock.newBlockEntity
(BlockPos pos, BlockState state) FullPotsAccessorDemo.DioriteFlowerPotBlock.newBlockEntity
(BlockPos pos, BlockState state) BlockEntityOnLoadTest.TestBlock.use
(BlockState state, Level level, BlockPos pos, Player player, InteractionHand hand, BlockHitResult hit) CustomRespawnTest.CustomRespawnBlock.use
(BlockState state, Level world, BlockPos pos, Player player, InteractionHand hand, BlockHitResult blockHitResult) FullPotsAccessorDemo.DioriteFlowerPotBlock.use
(BlockState state, Level level, BlockPos pos, Player player, InteractionHand hand, BlockHitResult hit) ModifierConstructorDescriptionCustomHangingSignBlockEntity
(BlockPos pos, BlockState state) CustomSignBlockEntity
(BlockPos pos, BlockState state) CustomSkullBlockEntity
(BlockPos pos, BlockState state) DioriteFlowerPotBlockEntity
(BlockPos pos, BlockState state) TestBlockEntity
(BlockPos pos, BlockState state) -
Uses of BlockPos in net.minecraftforge.debug.client.model
Modifier and TypeMethodDescription@Nullable BlockEntity
CustomTransformTypeTest.ItemHangerBlock.newBlockEntity
(BlockPos pos, BlockState state) @Nullable BlockEntity
MegaModelTest.TestBlock.newBlockEntity
(BlockPos pos, BlockState state) MegaModelTest.TestBlock.use
(BlockState state, Level level, BlockPos pos, Player player, InteractionHand hand, BlockHitResult hit) ModifierConstructorDescriptionEntity
(BlockPos pos, BlockState state) ItemHangerBlockEntity
(BlockPos blockPos, BlockState blockState) ItemHangerBlockEntity
(BlockEntityType<?> type, BlockPos blockPos, BlockState blockState) -
Uses of BlockPos in net.minecraftforge.debug.entity
Modifier and TypeMethodDescriptionprivate static boolean
SpawnPlacementTest.validMonsterSpawn
(ServerLevelAccessor level, BlockPos pos, EntityType<?> type) -
Uses of BlockPos in net.minecraftforge.debug.fluid
Modifier and TypeMethodDescriptionboolean
NewFluidTest.FluidloggableBlock.canPlaceLiquid
(BlockGetter worldIn, BlockPos pos, BlockState state, Fluid fluidIn) NewFluidTest.FluidloggableBlock.pickupBlock
(LevelAccessor worldIn, BlockPos pos, BlockState state) boolean
NewFluidTest.FluidloggableBlock.placeLiquid
(LevelAccessor worldIn, BlockPos pos, BlockState state, FluidState fluidStateIn) -
Uses of BlockPos in net.minecraftforge.debug.misc
Modifier and TypeMethodDescription@Nullable BlockEntity
GameTestTest.EnergyBlock.newBlockEntity
(BlockPos pos, BlockState state) -
Uses of BlockPos in net.minecraftforge.debug.world
Modifier and TypeMethodDescriptionvoid
ForgeChunkManagerTest.ChunkLoaderBlock.onPlace
(BlockState state, Level worldIn, BlockPos pos, BlockState oldState, boolean isMoving) void
ForgeChunkManagerTest.ChunkLoaderBlock.onRemove
(BlockState state, Level worldIn, BlockPos pos, BlockState newState, boolean isMoving) Deprecated. -
Uses of BlockPos in net.minecraftforge.event
Modifier and TypeMethodDescriptionstatic SaplingGrowTreeEvent
ForgeEventFactory.blockGrowFeature
(LevelAccessor level, RandomSource randomSource, BlockPos pos, @Nullable Holder<ConfiguredFeature<?, ?>> holder) static boolean
ForgeEventFactory.canCreateFluidSource
(Level level, BlockPos pos, BlockState state, boolean def) static BlockState
ForgeEventFactory.fireFluidPlaceBlockEvent
(LevelAccessor level, BlockPos pos, BlockPos liquidPos, BlockState state) static boolean
ForgeEventFactory.fireSleepingLocationCheck
(LivingEntity player, BlockPos sleepingLocation) static float
ForgeEventFactory.getBreakSpeed
(Player player, BlockState state, float original, BlockPos pos) ForgeEventFactory.getPotentialSpawns
(LevelAccessor level, MobCategory category, BlockPos pos, WeightedRandomList<MobSpawnSettings.SpawnerData> oldList) static int
ForgeEventFactory.onApplyBonemeal
(@NotNull Player player, @NotNull Level level, @NotNull BlockPos pos, @NotNull BlockState state, @NotNull ItemStack stack) static int
ForgeEventFactory.onEnchantmentLevelSet
(Level level, BlockPos pos, int enchantRow, int power, ItemStack itemStack, int enchantmentLevel) static boolean
ForgeEventFactory.onEntityDestroyBlock
(LivingEntity entity, BlockPos pos, BlockState state) ForgeEventFactory.onNeighborNotify
(Level level, BlockPos pos, BlockState state, EnumSet<Direction> notifiedSides, boolean forceRedstoneUpdate) static boolean
ForgeEventFactory.onPistonMovePost
(Level level, BlockPos pos, Direction direction, boolean extending) static boolean
ForgeEventFactory.onPistonMovePre
(Level level, BlockPos pos, Direction direction, boolean extending) static boolean
ForgeEventFactory.onPlayerSpawnSet
(Player player, ResourceKey<Level> levelKey, BlockPos pos, boolean forced) static Optional<PortalShape>
ForgeEventFactory.onTrySpawnPortal
(LevelAccessor level, BlockPos pos, Optional<PortalShape> size) static boolean
ForgeEventFactory.saplingGrowTree
(LevelAccessor level, RandomSource randomSource, BlockPos pos) Deprecated, for removal: This API element is subject to removal in a future version.Modifier and TypeMethodDescriptionstatic boolean
ForgeEventFactory.fireSleepingTimeCheck
(Player player, Optional<BlockPos> sleepingLocation) static Player.BedSleepingProblem
ForgeEventFactory.onPlayerSleepInBed
(Player player, Optional<BlockPos> pos) -
Uses of BlockPos in net.minecraftforge.event.enchanting
Modifier and TypeMethodDescriptionEnchantmentLevelSetEvent.getPos()
Get the pos of the enchantment tableModifierConstructorDescriptionEnchantmentLevelSetEvent
(Level level, BlockPos pos, int enchantRow, int power, @NotNull ItemStack itemStack, int enchantLevel) -
Uses of BlockPos in net.minecraftforge.event.entity.living
ModifierConstructorDescriptionLivingDestroyBlockEvent
(LivingEntity entity, BlockPos pos, BlockState state) -
Uses of BlockPos in net.minecraftforge.event.entity.player
Modifier and TypeFieldDescriptionprivate static final BlockPos
PlayerEvent.BreakSpeed.LEGACY_UNKNOWN
private final @Nullable BlockPos
PlayerSetSpawnEvent.newSpawn
private final BlockPos
BonemealEvent.pos
private final BlockPos
PlayerInteractEvent.pos
private final BlockPos
SleepingLocationCheckEvent.sleepingLocation
Modifier and TypeFieldDescriptionPlayerEvent.BreakSpeed.pos
PlayerSleepInBedEvent.pos
SleepingTimeCheckEvent.sleepingLocation
Modifier and TypeMethodDescription@Nullable BlockPos
PlayerSetSpawnEvent.getNewSpawn()
The new spawn position, or null if the spawn position is being reset.BonemealEvent.getPos()
PlayerEvent.BreakSpeed.getPos()
Deprecated, for removal: This API element is subject to removal in a future version.@NotNull BlockPos
PlayerInteractEvent.getPos()
If the interaction was on an entity, will be a BlockPos centered on the entity.PlayerSleepInBedEvent.getPos()
SleepingLocationCheckEvent.getSleepingLocation()
Modifier and TypeMethodDescriptionPlayerSleepInBedEvent.getOptionalPos()
PlayerEvent.BreakSpeed.getPosition()
SleepingTimeCheckEvent.getSleepingLocation()
Note that the sleeping location may be an approximated one.ModifierConstructorDescriptionBonemealEvent
(@NotNull Player player, @NotNull Level level, @NotNull BlockPos pos, @NotNull BlockState block, @NotNull ItemStack stack) BreakSpeed
(Player player, BlockState state, float original, @Nullable BlockPos pos) LeftClickBlock
(Player player, BlockPos pos, Direction face) private
PlayerInteractEvent
(Player player, InteractionHand hand, BlockPos pos, @Nullable Direction face) PlayerSetSpawnEvent
(Player player, ResourceKey<Level> spawnLevel, @Nullable BlockPos newSpawn, boolean forced) RightClickBlock
(Player player, InteractionHand hand, BlockPos pos, BlockHitResult hitVec) SleepingLocationCheckEvent
(LivingEntity player, BlockPos sleepingLocation) ModifierConstructorDescriptionPlayerSleepInBedEvent
(Player player, Optional<BlockPos> pos) SleepingTimeCheckEvent
(Player player, Optional<BlockPos> sleepingLocation) -
Uses of BlockPos in net.minecraftforge.event.level
Modifier and TypeFieldDescriptionprivate final BlockPos
BlockEvent.FluidPlaceBlockEvent.liquidPos
private final BlockPos
BlockEvent.CreateFluidSourceEvent.pos
private final BlockPos
BlockEvent.pos
private final BlockPos
LevelEvent.PotentialSpawns.pos
private final BlockPos
SaplingGrowTreeEvent.pos
Modifier and TypeMethodDescriptionPistonEvent.getFaceOffsetPos()
Helper method that gets the piston position offset by its facingBlockEvent.FluidPlaceBlockEvent.getLiquidPos()
BlockEvent.CreateFluidSourceEvent.getPos()
BlockEvent.getPos()
LevelEvent.PotentialSpawns.getPos()
Returns the block position where the chosen mob will be spawned..SaplingGrowTreeEvent.getPos()
Returns the coordinates of the sapling attempting to grow.Modifier and TypeMethodDescriptionExplosionEvent.Detonate.getAffectedBlocks()
return the list of blocks affected by the explosion.ModifierConstructorDescriptionBlockEvent
(LevelAccessor level, BlockPos pos, BlockState state) BreakEvent
(Level level, BlockPos pos, BlockState state, Player player) Change
(Level world, BlockPos pos, BlockState state, int oldNote, int newNote) CreateFluidSourceEvent
(Level level, BlockPos pos, BlockState state) CropGrowEvent
(Level level, BlockPos pos, BlockState state) FarmlandTrampleEvent
(Level level, BlockPos pos, BlockState state, float fallDistance, Entity entity) FluidPlaceBlockEvent
(LevelAccessor level, BlockPos pos, BlockPos liquidPos, BlockState state) NeighborNotifyEvent
(Level level, BlockPos pos, BlockState state, EnumSet<Direction> notifiedSides, boolean forceRedstoneUpdate) protected
NoteBlockEvent
(Level world, BlockPos pos, BlockState state, int note) PistonEvent
(Level world, BlockPos pos, Direction direction, PistonEvent.PistonMoveType moveType) Play
(Level world, BlockPos pos, BlockState state, int note, NoteBlockInstrument instrument) PortalSpawnEvent
(LevelAccessor level, BlockPos pos, BlockState state, PortalShape size) Post
(Level level, BlockPos pos, BlockState original, BlockState state) Post
(Level world, BlockPos pos, Direction direction, PistonEvent.PistonMoveType moveType) PotentialSpawns
(LevelAccessor level, MobCategory category, BlockPos pos, WeightedRandomList<MobSpawnSettings.SpawnerData> oldList) Pre
(Level level, BlockPos pos, BlockState state) Pre
(Level world, BlockPos pos, Direction direction, PistonEvent.PistonMoveType moveType) SaplingGrowTreeEvent
(LevelAccessor level, RandomSource randomSource, BlockPos pos) Deprecated, for removal: This API element is subject to removal in a future version.SaplingGrowTreeEvent
(LevelAccessor level, RandomSource randomSource, BlockPos pos, @Nullable Holder<ConfiguredFeature<?, ?>> feature) -
Uses of BlockPos in net.minecraftforge.fluids
Modifier and TypeMethodDescriptionprotected void
ForgeFlowingFluid.beforeDestroyingBlock
(LevelAccessor worldIn, BlockPos pos, BlockState state) final boolean
FluidType.canBePlacedInLevel
(BlockAndTintGetter getter, BlockPos pos, FluidState state) Returns whether the fluid can be placed in the level.final boolean
FluidType.canBePlacedInLevel
(BlockAndTintGetter getter, BlockPos pos, FluidStack stack) Returns whether the fluid can be placed in the level.protected boolean
ForgeFlowingFluid.canBeReplacedWith
(FluidState state, BlockGetter level, BlockPos pos, Fluid fluidIn, Direction direction) boolean
FluidType.canConvertToSource
(FluidState state, LevelReader reader, BlockPos pos) Returns whether the fluid can create a source.boolean
ForgeFlowingFluid.canConvertToSource
(FluidState state, Level level, BlockPos pos) boolean
Check to see if a block can be drained.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.static boolean
FluidInteractionRegistry.canInteract
(Level level, BlockPos pos) Performs all potential fluid interactions at a given position.static void
FluidUtil.destroyBlockOnFluidPlacement
(Level level, BlockPos pos) Destroys a block when a fluid is placed in the same position.@NotNull FluidStack
IFluidBlock.drain
(Level level, BlockPos pos, IFluidHandler.FluidAction action) Attempt to drain the block.@Nullable BlockPathTypes
FluidType.getAdjacentBlockPathType
(FluidState state, BlockGetter level, BlockPos pos, @Nullable Mob mob, BlockPathTypes originalType) Gets the path type of the adjacent fluid to a pathfinding entity.FluidType.getBlockForFluidState
(BlockAndTintGetter getter, BlockPos pos, FluidState state) Returns the associatedBlockState
for aFluidState
.@Nullable BlockPathTypes
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.int
FluidType.getDensity
(FluidState state, BlockAndTintGetter getter, BlockPos pos) Returns the density of the fluid.float
IFluidBlock.getFilledPercentage
(Level level, BlockPos pos) Returns the amount of a single block is filled.private static IFluidHandler
FluidUtil.getFluidBlockHandler
(Fluid fluid, Level level, BlockPos pos) Internal method for getting a fluid block handler for placing a fluid.static LazyOptional<IFluidHandler>
FluidUtil.getFluidHandler
(Level level, BlockPos blockPos, @Nullable Direction side) Helper method to get an IFluidHandler for at a block position.int
FluidType.getLightLevel
(FluidState state, BlockAndTintGetter getter, BlockPos pos) Returns the light level emitted by the fluid.@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.FluidType.getStateForPlacement
(BlockAndTintGetter getter, BlockPos pos, FluidStack stack) Returns theFluidState
when aFluidStack
is trying to place it.int
FluidType.getTemperature
(FluidState state, BlockAndTintGetter getter, BlockPos pos) Returns the temperature of the fluid.int
FluidType.getViscosity
(FluidState state, BlockAndTintGetter getter, BlockPos pos) Returns the viscosity, or thickness, of the fluid.void
FluidInteractionRegistry.FluidInteraction.interact
(Level level, BlockPos currentPos, BlockPos relativePos, FluidState currentState) Performs the interaction between the source and the surrounding data.static boolean
FluidUtil.interactWithFluidHandler
(@NotNull Player player, @NotNull InteractionHand hand, @NotNull Level level, @NotNull BlockPos pos, @Nullable Direction side) Used to handle the common case of a player holding a fluid item and right-clicking on a fluid handler block.boolean
FluidType.isVaporizedOnPlacement
(Level level, BlockPos pos, FluidStack stack) Determines if this fluid should be vaporized when placed into a level.void
FluidType.onVaporize
(@Nullable Player player, Level level, BlockPos pos, FluidStack stack) Performs an action when a fluid can be vaporized when placed into a level.int
IFluidBlock.place
(Level level, BlockPos pos, @NotNull FluidStack fluidStack, IFluidHandler.FluidAction action) Attempts to place the block at a given position.boolean
FluidInteractionRegistry.HasFluidInteraction.test
(Level level, BlockPos currentPos, BlockPos relativePos, FluidState currentState) Returns whether the interaction can occur.static @NotNull FluidActionResult
FluidUtil.tryPickUpFluid
(@NotNull ItemStack emptyContainer, @Nullable Player playerIn, Level level, BlockPos pos, Direction side) Attempts to pick up a fluid in the level and put it in an empty container item.static @NotNull FluidActionResult
FluidUtil.tryPlaceFluid
(@Nullable Player player, Level level, InteractionHand hand, BlockPos pos, @NotNull ItemStack container, FluidStack resource) static boolean
FluidUtil.tryPlaceFluid
(@Nullable Player player, Level level, InteractionHand hand, BlockPos pos, IFluidHandler fluidSource, FluidStack resource) Tries to place a fluid resource into the level as a block and drains the fluidSource. -
Uses of BlockPos in net.minecraftforge.fluids.capability
ModifierConstructorDescriptionFluidHandlerBlockEntity
(@NotNull BlockEntityType<?> blockEntityType, BlockPos pos, BlockState state) -
Uses of BlockPos in net.minecraftforge.fluids.capability.wrappers
Modifier and TypeFieldDescriptionprotected final BlockPos
BlockWrapper.blockPos
protected final BlockPos
BlockWrapper.LiquidContainerBlockWrapper.blockPos
protected final BlockPos
BucketPickupHandlerWrapper.blockPos
protected final BlockPos
FluidBlockWrapper.blockPos
ModifierConstructorDescriptionBlockWrapper
(BlockState state, Level world, BlockPos blockPos) BucketPickupHandlerWrapper
(BucketPickup bucketPickupHandler, Level world, BlockPos blockPos) FluidBlockWrapper
(IFluidBlock fluidBlock, Level world, BlockPos blockPos) LiquidContainerBlockWrapper
(LiquidBlockContainer liquidContainer, Level world, BlockPos blockPos) -
Uses of BlockPos in net.minecraftforge.gametest
-
Uses of BlockPos in net.minecraftforge.items
Modifier and TypeMethodDescriptionstatic boolean
VanillaInventoryCodeHooks.dropperInsertHook
(Level level, BlockPos pos, DispenserBlockEntity dropper, int slot, @NotNull ItemStack stack) Copied from BlockDropper#dispense and added capability support -
Uses of BlockPos in net.minecraftforge.network
Modifier and TypeMethodDescriptionstatic void
NetworkHooks.openScreen
(ServerPlayer player, MenuProvider containerSupplier, BlockPos pos) Request to open a GUI on the client, from the server Refer toConfigScreenHandler.ConfigScreenFactory
for how to provide a function to consume these GUI requests on the client. -
Uses of BlockPos in net.minecraftforge.server.command
Modifier and TypeMethodDescriptionprivate static int
GenerateCommand.execute
(CommandSourceStack source, BlockPos pos, int count, ServerLevel dim, int interval) ModifierConstructorDescriptionChunkGenWorker
(CommandSourceStack listener, BlockPos start, int total, ServerLevel dim, int interval)
LavaFluid.isFlammable(LevelReader,BlockPos,Direction)
instead