Uses of Class
net.minecraft.world.level.block.state.BlockState
Package
Description
-
Uses of BlockState in net.minecraft
Modifier and TypeMethodDescriptionstatic void
CrashReportCategory.populateBlockDetails
(CrashReportCategory p_178951_, LevelHeightAccessor p_178952_, BlockPos p_178953_, BlockState p_178954_) -
Uses of BlockState in net.minecraft.advancements.critereon
Modifier and TypeMethodDescriptionboolean
BeeNestDestroyedTrigger.TriggerInstance.matches
(BlockState p_146662_, ItemStack p_146663_, int p_146664_) boolean
EnterBlockTrigger.TriggerInstance.matches
(BlockState p_31300_) boolean
ItemUsedOnBlockTrigger.TriggerInstance.matches
(BlockState p_45511_, ServerLevel p_45512_, BlockPos p_45513_, ItemStack p_45514_) boolean
PlacedBlockTrigger.TriggerInstance.matches
(BlockState p_59508_, BlockPos p_59509_, ServerLevel p_59510_, ItemStack p_59511_) boolean
SlideDownBlockTrigger.TriggerInstance.matches
(BlockState p_67009_) boolean
StatePropertiesPredicate.matches
(BlockState p_67668_) void
BeeNestDestroyedTrigger.trigger
(ServerPlayer p_146652_, BlockState p_146653_, ItemStack p_146654_, int p_146655_) void
EnterBlockTrigger.trigger
(ServerPlayer p_31270_, BlockState p_31271_) void
SlideDownBlockTrigger.trigger
(ServerPlayer p_66979_, BlockState p_66980_) -
Uses of BlockState in net.minecraft.client
Modifier and TypeMethodDescriptionprivate void
KeyboardHandler.copyCreateBlockCommand
(BlockState p_90900_, BlockPos p_90901_, CompoundTag p_90902_) -
Uses of BlockState 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_) -
Uses of BlockState in net.minecraft.client.gui.screens
Modifier and TypeMethodDescriptionprivate ItemStack
CreateFlatWorldScreen.DetailsList.Entry.getDisplayItem
(BlockState p_169294_) -
Uses of BlockState in net.minecraft.client.multiplayer
Modifier and TypeMethodDescriptionvoid
ClientLevel.addDestroyBlockEffect
(BlockPos p_171667_, BlockState p_171668_) void
MultiPlayerGameMode.handleBlockBreakAck
(ClientLevel p_105257_, BlockPos p_105258_, BlockState p_105259_, ServerboundPlayerActionPacket.Action p_105260_, boolean p_105261_) void
ClientLevel.sendBlockUpdated
(BlockPos p_104685_, BlockState p_104686_, BlockState p_104687_, int p_104688_) void
ClientLevel.setBlocksDirty
(BlockPos p_104759_, BlockState p_104760_, BlockState p_104761_) void
ClientLevel.setKnownState
(BlockPos p_104756_, BlockState p_104757_) private void
ClientLevel.trySpawnDripParticles
(BlockPos p_104690_, BlockState p_104691_, ParticleOptions p_104692_, boolean p_104693_) -
Uses of BlockState in net.minecraft.client.particle
Modifier and TypeMethodDescriptionvoid
ParticleEngine.destroy
(BlockPos p_107356_, BlockState p_107357_) TerrainParticle.updateSprite
(BlockState state, BlockPos pos) ModifierConstructorDescription(package private)
BlockMarker
(ClientLevel p_194267_, double p_194268_, double p_194269_, double p_194270_, BlockState p_194271_) TerrainParticle
(ClientLevel p_108282_, double p_108283_, double p_108284_, double p_108285_, double p_108286_, double p_108287_, double p_108288_, BlockState p_108289_) TerrainParticle
(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 BlockState in net.minecraft.client.renderer
Modifier and TypeMethodDescriptionprivate static BlockState
ScreenEffectRenderer.getViewBlockingState
(Player p_110717_) 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_) static boolean
ItemBlockRenderTypes.canRenderInLayer
(BlockState state, RenderType type) static RenderType
ItemBlockRenderTypes.getChunkRenderType
(BlockState p_109283_) Deprecated.static int
LevelRenderer.getLightColor
(BlockAndTintGetter p_109538_, BlockState p_109539_, BlockPos p_109540_) static RenderType
ItemBlockRenderTypes.getMovingBlockRenderType
(BlockState p_109294_) Deprecated.static RenderType
ItemBlockRenderTypes.getRenderType
(BlockState p_109285_, boolean p_109286_) 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_) void
LevelRenderer.setBlockDirty
(BlockPos p_109722_, BlockState p_109723_, BlockState p_109724_) -
Uses of BlockState in net.minecraft.client.renderer.block
Modifier and TypeFieldDescriptionprivate final Map<BlockState,
BakedModel> BlockModelShaper.modelByStateCache
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 void
ModelBlockRenderer.calculateShape
(BlockAndTintGetter p_111040_, BlockState p_111041_, BlockPos p_111042_, int[] p_111043_, Direction p_111044_, float[] p_111045_, BitSet p_111046_) BlockModelShaper.getBlockModel
(BlockState p_110894_) BlockRenderDispatcher.getBlockModel
(BlockState p_110911_) private float
LiquidBlockRenderer.getHeight
(BlockAndTintGetter p_203161_, Fluid p_203162_, BlockPos p_203163_, BlockState p_203164_, FluidState p_203165_) int
ModelBlockRenderer.Cache.getLightColor
(BlockState p_111222_, BlockAndTintGetter p_111223_, BlockPos p_111224_) BlockModelShaper.getParticleIcon
(BlockState p_110883_) Deprecated.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_) boolean
BlockRenderDispatcher.renderBatched
(BlockState p_110925_, BlockPos p_110926_, BlockAndTintGetter p_110927_, PoseStack p_110928_, VertexConsumer p_110929_, boolean p_110930_, Random p_110931_) Deprecated.boolean
BlockRenderDispatcher.renderBatched
(BlockState p_110925_, BlockPos p_110926_, BlockAndTintGetter p_110927_, PoseStack p_110928_, VertexConsumer p_110929_, boolean p_110930_, Random p_110931_, IModelData modelData) 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_, IModelData modelData) boolean
BlockRenderDispatcher.renderLiquid
(BlockPos p_203144_, BlockAndTintGetter p_203145_, VertexConsumer p_203146_, BlockState p_203147_, FluidState p_203148_) void
ModelBlockRenderer.renderModel
(PoseStack.Pose p_111068_, VertexConsumer p_111069_, BlockState p_111070_, BakedModel p_111071_, float p_111072_, float p_111073_, float p_111074_, int p_111075_, int p_111076_) Deprecated.void
ModelBlockRenderer.renderModel
(PoseStack.Pose p_111068_, VertexConsumer p_111069_, BlockState p_111070_, BakedModel p_111071_, float p_111072_, float p_111073_, float p_111074_, int p_111075_, int p_111076_, IModelData modelData) 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_) void
BlockRenderDispatcher.renderSingleBlock
(BlockState p_110913_, PoseStack p_110914_, MultiBufferSource p_110915_, int p_110916_, int p_110917_) Deprecated.void
BlockRenderDispatcher.renderSingleBlock
(BlockState p_110913_, PoseStack p_110914_, MultiBufferSource p_110915_, int p_110916_, int p_110917_, IModelData modelData) static boolean
LiquidBlockRenderer.shouldRenderFace
(BlockAndTintGetter p_203167_, BlockPos p_203168_, FluidState p_203169_, BlockState p_203170_, Direction p_203171_, FluidState p_203172_) static ModelResourceLocation
BlockModelShaper.stateToModelLocation
(ResourceLocation p_110890_, BlockState p_110891_) static ModelResourceLocation
BlockModelShaper.stateToModelLocation
(BlockState p_110896_) boolean
LiquidBlockRenderer.tesselate
(BlockAndTintGetter p_203174_, BlockPos p_203175_, VertexConsumer p_203176_, BlockState p_203177_, FluidState p_203178_) boolean
ModelBlockRenderer.tesselateBlock
(BlockAndTintGetter p_111048_, BakedModel p_111049_, BlockState p_111050_, BlockPos p_111051_, PoseStack p_111052_, VertexConsumer p_111053_, boolean p_111054_, Random p_111055_, long p_111056_, int p_111057_) Deprecated.boolean
ModelBlockRenderer.tesselateBlock
(BlockAndTintGetter p_111048_, BakedModel p_111049_, BlockState p_111050_, BlockPos p_111051_, PoseStack p_111052_, VertexConsumer p_111053_, boolean p_111054_, Random p_111055_, long p_111056_, int p_111057_, IModelData modelData) boolean
ModelBlockRenderer.tesselateWithAO
(BlockAndTintGetter p_111079_, BakedModel p_111080_, BlockState p_111081_, BlockPos p_111082_, PoseStack p_111083_, VertexConsumer p_111084_, boolean p_111085_, Random p_111086_, long p_111087_, int p_111088_) Deprecated.boolean
ModelBlockRenderer.tesselateWithAO
(BlockAndTintGetter p_111079_, BakedModel p_111080_, BlockState p_111081_, BlockPos p_111082_, PoseStack p_111083_, VertexConsumer p_111084_, boolean p_111085_, Random p_111086_, long p_111087_, int p_111088_, IModelData modelData) boolean
ModelBlockRenderer.tesselateWithoutAO
(BlockAndTintGetter p_111091_, BakedModel p_111092_, BlockState p_111093_, BlockPos p_111094_, PoseStack p_111095_, VertexConsumer p_111096_, boolean p_111097_, Random p_111098_, long p_111099_, int p_111100_) Deprecated.boolean
ModelBlockRenderer.tesselateWithoutAO
(BlockAndTintGetter p_111091_, BakedModel p_111092_, BlockState p_111093_, BlockPos p_111094_, PoseStack p_111095_, VertexConsumer p_111096_, boolean p_111097_, Random p_111098_, long p_111099_, int p_111100_, IModelData modelData) -
Uses of BlockState in net.minecraft.client.renderer.block.model
Modifier and TypeFieldDescriptionprivate StateDefinition<Block,
BlockState> BlockModelDefinition.Context.definition
Modifier and TypeMethodDescriptionvoid
BlockModelDefinition.Context.setDefinition
(StateDefinition<Block, BlockState> p_111553_) -
Uses of BlockState in net.minecraft.client.renderer.block.model.multipart
Modifier and TypeFieldDescriptionprivate final StateDefinition<Block,
BlockState> MultiPart.definition
Modifier and TypeMethodDescriptionprivate Predicate<BlockState>
KeyValueCondition.getBlockStatePredicate
(StateDefinition<Block, BlockState> p_111945_, Property<?> p_111946_, String p_111947_) AndCondition.getPredicate
(StateDefinition<Block, BlockState> p_111921_) Condition.getPredicate
(StateDefinition<Block, BlockState> p_111933_) KeyValueCondition.getPredicate
(StateDefinition<Block, BlockState> p_111960_) OrCondition.getPredicate
(StateDefinition<Block, BlockState> p_112014_) Selector.getPredicate
(StateDefinition<Block, BlockState> p_112022_) Modifier and TypeMethodDescriptionprivate Predicate<BlockState>
KeyValueCondition.getBlockStatePredicate
(StateDefinition<Block, BlockState> p_111945_, Property<?> p_111946_, String p_111947_) AndCondition.getPredicate
(StateDefinition<Block, BlockState> p_111921_) Condition.getPredicate
(StateDefinition<Block, BlockState> p_111933_) KeyValueCondition.getPredicate
(StateDefinition<Block, BlockState> p_111960_) OrCondition.getPredicate
(StateDefinition<Block, BlockState> p_112014_) Selector.getPredicate
(StateDefinition<Block, BlockState> p_112022_) ModifierConstructorDescriptionMultiPart
(StateDefinition<Block, BlockState> p_111965_, List<Selector> p_111966_) -
Uses of BlockState 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_) -
Uses of BlockState in net.minecraft.client.renderer.chunk
Modifier and TypeFieldDescriptionprivate final List<PalettedContainer<BlockState>>
RenderChunk.sections
Modifier and TypeMethodDescriptionRenderChunk.getBlockState
(BlockPos p_200454_) RenderChunkRegion.getBlockState
(BlockPos p_112947_) -
Uses of BlockState in net.minecraft.client.renderer.entity
Modifier and TypeMethodDescriptionprotected void
MinecartRenderer.renderMinecartContents
(T p_115424_, float p_115425_, BlockState p_115426_, PoseStack p_115427_, MultiBufferSource p_115428_, int p_115429_) protected void
TntMinecartRenderer.renderMinecartContents
(MinecartTNT p_116151_, float p_116152_, BlockState p_116153_, PoseStack p_116154_, MultiBufferSource p_116155_, int p_116156_) static void
TntMinecartRenderer.renderWhiteSolidBlock
(BlockState p_116158_, PoseStack p_116159_, MultiBufferSource p_116160_, int p_116161_, boolean p_116162_) -
Uses of BlockState in net.minecraft.client.renderer.entity.layers
Modifier and TypeMethodDescriptionprivate void
MushroomCowMushroomLayer.renderMushroomBlock
(PoseStack p_174502_, MultiBufferSource p_174503_, int p_174504_, boolean p_174505_, BlockRenderDispatcher p_174506_, BlockState p_174507_, int p_174508_, BakedModel p_174509_) -
Uses of BlockState in net.minecraft.client.resources.model
Modifier and TypeFieldDescriptionprivate static final StateDefinition<Block,
BlockState> ModelBakery.ITEM_FRAME_FAKE_DEFINITION
private final it.unimi.dsi.fastutil.objects.Object2IntMap<BlockState>
ModelBakery.modelGroups
private it.unimi.dsi.fastutil.objects.Object2IntMap<BlockState>
ModelManager.modelGroups
private final Map<BlockState,
BitSet> MultiPartBakedModel.selectorCache
private final List<org.apache.commons.lang3.tuple.Pair<Predicate<BlockState>,
BakedModel>> MultiPartBakedModel.Builder.selectors
private final List<org.apache.commons.lang3.tuple.Pair<Predicate<BlockState>,
BakedModel>> MultiPartBakedModel.selectors
private static final Map<ResourceLocation,
StateDefinition<Block, BlockState>> ModelBakery.STATIC_DEFINITIONS
Modifier and TypeMethodDescriptionit.unimi.dsi.fastutil.objects.Object2IntMap<BlockState>
ModelBakery.getModelGroups()
private static Predicate<BlockState>
ModelBakery.predicate
(StateDefinition<Block, BlockState> p_119274_, String p_119275_) Modifier and TypeMethodDescriptionstatic ModelBakery.ModelGroupKey
ModelBakery.ModelGroupKey.create
(BlockState p_119380_, MultiPart p_119381_, Collection<Property<?>> p_119382_) static ModelBakery.ModelGroupKey
ModelBakery.ModelGroupKey.create
(BlockState p_119384_, UnbakedModel p_119385_, Collection<Property<?>> p_119386_) ModelBakery.ModelGroupKey.getColoringValues
(BlockState p_119388_, Collection<Property<?>> p_119389_) MultiPartBakedModel.getModelData
(BlockAndTintGetter world, BlockPos pos, BlockState state, IModelData tileData) BakedModel.getQuads
(BlockState p_119123_, Direction p_119124_, Random p_119125_) Deprecated.BuiltInModel.getQuads
(BlockState p_119178_, Direction p_119179_, Random p_119180_) MultiPartBakedModel.getQuads
(BlockState p_119465_, Direction p_119466_, Random p_119467_, IModelData modelData) SimpleBakedModel.getQuads
(BlockState p_119499_, Direction p_119500_, Random p_119501_) WeightedBakedModel.getQuads
(BlockState p_119547_, Direction p_119548_, Random p_119549_, IModelData modelData) boolean
ModelManager.requiresRender
(BlockState p_119416_, BlockState p_119417_) boolean
MultiPartBakedModel.useAmbientOcclusion
(BlockState state) boolean
WeightedBakedModel.useAmbientOcclusion
(BlockState state) Modifier and TypeMethodDescriptionvoid
MultiPartBakedModel.Builder.add
(Predicate<BlockState> p_119478_, BakedModel p_119479_) private static Predicate<BlockState>
ModelBakery.predicate
(StateDefinition<Block, BlockState> p_119274_, String p_119275_) private void
ModelBakery.registerModelGroup
(Iterable<BlockState> p_119311_) ModifierConstructorDescriptionMultiPartBakedModel
(List<org.apache.commons.lang3.tuple.Pair<Predicate<BlockState>, BakedModel>> p_119462_) -
Uses of BlockState 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 BlockState in net.minecraft.commands.arguments.blocks
Modifier and TypeFieldDescriptionprivate final BlockState
BlockInput.state
private final BlockState
BlockPredicateArgument.BlockPredicate.state
private BlockState
BlockStateParser.state
Modifier and TypeFieldDescriptionprivate StateDefinition<Block,
BlockState> BlockStateParser.definition
ModifierConstructorDescriptionBlockInput
(BlockState p_114666_, Set<Property<?>> p_114667_, CompoundTag p_114668_) BlockPredicate
(BlockState p_115595_, Set<Property<?>> p_115596_, CompoundTag p_115597_) -
Uses of BlockState in net.minecraft.core
-
Uses of BlockState 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_) Modifier and TypeMethodDescriptionstatic 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_) -
Uses of BlockState in net.minecraft.core.particles
ModifierConstructorDescriptionBlockParticleOption
(ParticleType<BlockParticleOption> p_123629_, BlockState p_123630_) -
Uses of BlockState in net.minecraft.gametest.framework
Modifier and TypeMethodDescriptionvoid
GameTestHelper.setBlock
(int p_177113_, int p_177114_, int p_177115_, BlockState p_177116_) void
GameTestHelper.setBlock
(BlockPos p_177253_, BlockState p_177254_) Modifier and TypeMethodDescriptionvoid
GameTestHelper.assertBlockState
(BlockPos p_177358_, Predicate<BlockState> p_177359_, Supplier<String> p_177360_) -
Uses of BlockState in net.minecraft.nbt
Modifier and TypeMethodDescriptionstatic BlockState
NbtUtils.readBlockState
(CompoundTag p_129242_) Modifier and TypeMethodDescriptionstatic CompoundTag
NbtUtils.writeBlockState
(BlockState p_129203_) -
Uses of BlockState in net.minecraft.network.protocol.game
Modifier and TypeFieldDescriptionprivate final BlockState
ClientboundBlockUpdatePacket.blockState
private final BlockState
ClientboundBlockBreakAckPacket.state
The field for thestate
record component.private final BlockState[]
ClientboundSectionBlocksUpdatePacket.states
Modifier and TypeMethodDescriptionClientboundBlockUpdatePacket.getBlockState()
ClientboundBlockBreakAckPacket.state()
Returns the value of thestate
record component.Modifier and TypeMethodDescriptionstatic void
DebugPackets.sendHiveInfo
(Level p_179511_, BlockPos p_179512_, BlockState p_179513_, BeehiveBlockEntity p_179514_) Modifier and TypeMethodDescriptionvoid
ClientboundSectionBlocksUpdatePacket.runUpdates
(BiConsumer<BlockPos, BlockState> p_132993_) ModifierConstructorDescriptionClientboundBlockBreakAckPacket
(BlockPos pos, BlockState state, ServerboundPlayerActionPacket.Action action, boolean allGood) Creates an instance of aClientboundBlockBreakAckPacket
record class.ClientboundBlockBreakAckPacket
(BlockPos p_131654_, BlockState p_131655_, ServerboundPlayerActionPacket.Action p_131656_, boolean p_131657_, String p_131658_) ClientboundBlockUpdatePacket
(BlockPos p_131738_, BlockState p_131739_) -
Uses of BlockState in net.minecraft.network.syncher
Modifier and TypeFieldDescriptionstatic final EntityDataSerializer<Optional<BlockState>>
EntityDataSerializers.BLOCK_STATE
-
Uses of BlockState in net.minecraft.server.commands
ModifierConstructorDescriptionCloneBlockInfo
(BlockPos p_136783_, BlockState p_136784_, CompoundTag p_136785_) -
Uses of BlockState in net.minecraft.server.level
Modifier and TypeMethodDescriptionprivate void
ChunkHolder.broadcastBlockEntityIfNeeded
(Level p_140033_, BlockPos p_140034_, BlockState p_140035_) protected void
ServerPlayer.checkFallDamage
(double p_8976_, boolean p_8977_, BlockState p_8978_, BlockPos p_8979_) private float
ServerPlayerGameMode.incrementDestroyProgress
(BlockState p_9277_, BlockPos p_9278_, int p_9279_) void
ServerLevel.onBlockStateChange
(BlockPos p_8751_, BlockState p_8752_, BlockState p_8753_) protected void
ServerPlayer.onInsideBlock
(BlockState p_9103_) 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_) Modifier and TypeMethodDescriptionboolean
WorldGenRegion.isStateAtPosition
(BlockPos p_9544_, Predicate<BlockState> p_9545_) -
Uses of BlockState in net.minecraft.world
Modifier and TypeMethodDescriptionWorldlyContainerHolder.getContainer
(BlockState p_19242_, LevelAccessor p_19243_, BlockPos p_19244_) -
Uses of BlockState in net.minecraft.world.entity
Modifier and TypeMethodDescriptionprotected BlockState
Entity.getBlockStateOn()
Entity.getFeetBlockState()
Modifier and TypeMethodDescriptionboolean
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_) float
Entity.getBlockExplosionResistance
(Explosion p_19992_, BlockGetter p_19993_, BlockPos p_19994_, BlockState p_19995_, FluidState p_19996_, float p_19997_) boolean
EntityType.isBlockDangerous
(BlockState p_20631_) boolean
Entity.isColliding
(BlockPos p_20040_, BlockState p_20041_) void
Entity.makeStuckInBlock
(BlockState p_20006_, Vec3 p_20007_) protected void
Entity.onInsideBlock
(BlockState p_20005_) private void
Entity.playAmethystStepSound
(BlockState p_146883_) protected void
Entity.playStepSound
(BlockPos p_20135_, BlockState p_20136_) boolean
Entity.shouldBlockExplode
(Explosion p_19987_, BlockGetter p_19988_, BlockPos p_19989_, BlockState p_19990_, float p_19991_) protected boolean
LivingEntity.shouldRemoveSoulSpeed
(BlockState p_21140_) private boolean
LivingEntity.trapdoorUsableAsLadder
(BlockPos p_21177_, BlockState p_21178_) -
Uses of BlockState in net.minecraft.world.entity.ai.behavior
Modifier and TypeMethodDescriptionprivate void
WorkAtComposter.compostItems
(ServerLevel p_24793_, Villager p_24794_, GlobalPos p_24795_, BlockState p_24796_) private void
WorkAtComposter.spawnComposterFillEffects
(ServerLevel p_24798_, BlockState p_24799_, BlockPos p_24800_, BlockState p_24801_) -
Uses of BlockState in net.minecraft.world.entity.ai.goal
Modifier and TypeFieldDescriptionprivate static final Predicate<BlockState>
EatBlockGoal.IS_TALL_GRASS
-
Uses of BlockState in net.minecraft.world.entity.ai.village.poi
Modifier and TypeFieldDescriptionprotected static final Set<BlockState>
PoiType.ALL_STATES
private static final Set<BlockState>
PoiType.BEDS
private static final Set<BlockState>
PoiType.CAULDRONS
private final Set<BlockState>
PoiType.matchingStates
private static final Map<BlockState,
PoiType> PoiType.TYPE_BY_STATE
Modifier and TypeMethodDescriptioncom.google.common.collect.ImmutableSet<BlockState>
PoiType.getBlockStates()
static Set<BlockState>
PoiType.getBlockStates
(Block p_27373_) Modifier and TypeMethodDescriptionPoiType.forState
(BlockState p_27391_) boolean
PoiType.is
(BlockState p_148693_) Modifier and TypeMethodDescriptionprivate static PoiType
PoiType.register
(String p_27375_, Set<BlockState> p_27376_, int p_27377_, int p_27378_) private static PoiType
PoiType.register
(String p_27380_, Set<BlockState> p_27381_, int p_27382_, Predicate<PoiType> p_27383_, int p_27384_) ModifierConstructorDescriptionPoiType
(String p_27357_, Set<BlockState> p_27358_, int p_27359_, int p_27360_) PoiType
(String p_27362_, Set<BlockState> p_27363_, int p_27364_, Predicate<PoiType> p_27365_, int p_27366_) -
Uses of BlockState in net.minecraft.world.entity.ambient
Modifier and TypeMethodDescriptionprotected void
Bat.checkFallDamage
(double p_27419_, boolean p_27420_, BlockState p_27421_, BlockPos p_27422_) -
Uses of BlockState in net.minecraft.world.entity.animal
Modifier and TypeFieldDescription(package private) final BlockState
MushroomCow.MushroomType.blockState
Modifier and TypeFieldDescriptionprivate final Predicate<BlockState>
Bee.BeePollinateGoal.VALID_POLLINATION_BLOCKS
Modifier and TypeMethodDescriptionprotected 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_) private void
Fox.FoxEatBerriesGoal.pickGlowBerry
(BlockState p_148927_) private void
Fox.FoxEatBerriesGoal.pickSweetBerries
(BlockState p_148929_) 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_) Modifier and TypeMethodDescriptionBee.BeePollinateGoal.findNearestBlock
(Predicate<BlockState> p_28076_, double p_28077_) -
Uses of BlockState in net.minecraft.world.entity.animal.goat
Modifier and TypeMethodDescriptionprotected void
Goat.playStepSound
(BlockPos p_149382_, BlockState p_149383_) -
Uses of BlockState 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 BlockState in net.minecraft.world.entity.boss.wither
Modifier and TypeMethodDescriptionstatic boolean
WitherBoss.canDestroy
(BlockState p_31492_) Deprecated.void
WitherBoss.makeStuckInBlock
(BlockState p_31471_, Vec3 p_31472_) -
Uses of BlockState in net.minecraft.world.entity.item
Modifier and TypeMethodDescriptionstatic FallingBlockEntity
FallingBlockEntity.fall
(Level p_201972_, BlockPos p_201973_, BlockState p_201974_) ModifierConstructorDescriptionprivate
FallingBlockEntity
(Level p_31953_, double p_31954_, double p_31955_, double p_31956_, BlockState p_31957_) -
Uses of BlockState in net.minecraft.world.entity.monster
Modifier and TypeFieldDescriptionprivate static final EntityDataAccessor<Optional<BlockState>>
EnderMan.DATA_CARRY_STATE
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_) protected void
Strider.checkFallDamage
(double p_33870_, boolean p_33871_, BlockState p_33872_, BlockPos p_33873_) void
Spider.makeStuckInBlock
(BlockState p_33796_, Vec3 p_33797_) 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
EnderMan.setCarriedBlock
(BlockState p_32522_) -
Uses of BlockState in net.minecraft.world.entity.monster.hoglin
Modifier and TypeMethodDescriptionprotected void
Hoglin.playStepSound
(BlockPos p_34526_, BlockState p_34527_) -
Uses of BlockState in net.minecraft.world.entity.monster.piglin
Modifier and TypeMethodDescriptionprotected void
Piglin.playStepSound
(BlockPos p_34748_, BlockState p_34749_) protected void
PiglinBrute.playStepSound
(BlockPos p_35066_, BlockState p_35067_) -
Uses of BlockState in net.minecraft.world.entity.player
Modifier and TypeMethodDescriptionfloat
Inventory.getDestroySpeed
(BlockState p_36021_) float
Player.getDestroySpeed
(BlockState p_36282_) Deprecated.float
Player.getDigSpeed
(BlockState p_36282_, BlockPos pos) boolean
Player.hasCorrectToolForDrops
(BlockState p_36299_) void
Player.makeStuckInBlock
(BlockState p_36196_, Vec3 p_36197_) protected boolean
Player.shouldRemoveSoulSpeed
(BlockState p_36262_) -
Uses of BlockState in net.minecraft.world.entity.projectile
Modifier and TypeMethodDescriptionfloat
WitherSkull.getBlockExplosionResistance
(Explosion p_37619_, BlockGetter p_37620_, BlockPos p_37621_, BlockState p_37622_, FluidState p_37623_, float p_37624_) -
Uses of BlockState in net.minecraft.world.entity.vehicle
Modifier and TypeMethodDescriptionAbstractMinecart.getDefaultDisplayBlockState()
MinecartChest.getDefaultDisplayBlockState()
MinecartCommandBlock.getDefaultDisplayBlockState()
MinecartFurnace.getDefaultDisplayBlockState()
MinecartHopper.getDefaultDisplayBlockState()
MinecartSpawner.getDefaultDisplayBlockState()
MinecartTNT.getDefaultDisplayBlockState()
AbstractMinecart.getDisplayBlockState()
Modifier and TypeMethodDescriptionprotected void
Boat.checkFallDamage
(double p_38307_, boolean p_38308_, BlockState p_38309_, BlockPos p_38310_) float
MinecartTNT.getBlockExplosionResistance
(Explosion p_38675_, BlockGetter p_38676_, BlockPos p_38677_, BlockState p_38678_, FluidState p_38679_, float p_38680_) protected void
AbstractMinecart.moveAlongTrack
(BlockPos p_38156_, BlockState p_38157_) protected void
MinecartFurnace.moveAlongTrack
(BlockPos p_38569_, BlockState p_38570_) void
AbstractMinecart.setDisplayBlockState
(BlockState p_38147_) boolean
MinecartTNT.shouldBlockExplode
(Explosion p_38669_, BlockGetter p_38670_, BlockPos p_38671_, BlockState p_38672_, float p_38673_) -
Uses of BlockState in net.minecraft.world.inventory
Modifier and TypeMethodDescriptionprotected boolean
AnvilMenu.isValidBlock
(BlockState p_39019_) protected abstract boolean
ItemCombinerMenu.isValidBlock
(BlockState p_39788_) protected boolean
SmithingMenu.isValidBlock
(BlockState p_40266_) -
Uses of BlockState in net.minecraft.world.item
Modifier and TypeFieldDescriptionprotected static final Map<Block,
BlockState> ShovelItem.FLATTENABLES
Modifier and TypeMethodDescriptionprivate static <T extends Comparable<T>>
BlockStateDebugStickItem.cycleState
(BlockState p_40970_, Property<T> p_40971_, boolean p_40972_) static BlockState
AxeItem.getAxeStrippingState
(BlockState originalState) private BlockState
MapItem.getCorrectStateForFluidBlock
(Level p_42901_, BlockState p_42902_, BlockPos p_42903_) protected BlockState
BlockItem.getPlacementState
(BlockPlaceContext p_40613_) protected BlockState
GameMasterBlockItem.getPlacementState
(BlockPlaceContext p_41321_) protected BlockState
StandingAndWallBlockItem.getPlacementState
(BlockPlaceContext p_43255_) static BlockState
ShovelItem.getShovelPathingState
(BlockState originalState) private BlockState
BlockItem.updateBlockStateFromTag
(BlockPos p_40603_, Level p_40604_, ItemStack p_40605_, BlockState p_40606_) private static <T extends Comparable<T>>
BlockStateBlockItem.updateState
(BlockState p_40594_, Property<T> p_40595_, String p_40596_) Modifier and TypeMethodDescriptionprivate Optional<BlockState>
AxeItem.getStripped
(BlockState p_150691_) static Optional<BlockState>
HoneycombItem.getWaxed
(BlockState p_150879_) Modifier and TypeMethodDescriptionboolean
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
BlockItem.canPlace
(BlockPlaceContext p_40611_, BlockState p_40612_) static Consumer<UseOnContext>
HoeItem.changeIntoState
(BlockState p_150859_) static Consumer<UseOnContext>
HoeItem.changeIntoStateAndDropItem
(BlockState p_150850_, ItemLike p_150851_) private static <T extends Comparable<T>>
BlockStateDebugStickItem.cycleState
(BlockState p_40970_, Property<T> p_40971_, boolean p_40972_) static BlockState
AxeItem.getAxeStrippingState
(BlockState originalState) private BlockState
MapItem.getCorrectStateForFluidBlock
(Level p_42901_, BlockState p_42902_, BlockPos p_42903_) float
DiggerItem.getDestroySpeed
(ItemStack p_41004_, BlockState p_41005_) float
Item.getDestroySpeed
(ItemStack p_41425_, BlockState p_41426_) float
ItemStack.getDestroySpeed
(BlockState p_41692_) float
ShearsItem.getDestroySpeed
(ItemStack p_43084_, BlockState p_43085_) float
SwordItem.getDestroySpeed
(ItemStack p_43288_, BlockState p_43289_) private static <T extends Comparable<T>>
StringDebugStickItem.getNameHelper
(BlockState p_40967_, Property<T> p_40968_) protected SoundEvent
BlockItem.getPlaceSound
(BlockState p_40588_) Deprecated.protected SoundEvent
BlockItem.getPlaceSound
(BlockState state, Level world, BlockPos pos, Player entity) protected SoundEvent
SolidBucketItem.getPlaceSound
(BlockState p_151199_) static BlockState
ShovelItem.getShovelPathingState
(BlockState originalState) private Optional<BlockState>
AxeItem.getStripped
(BlockState p_150691_) static Optional<BlockState>
HoneycombItem.getWaxed
(BlockState p_150879_) private boolean
DebugStickItem.handleInteraction
(Player p_150803_, BlockState p_150804_, LevelAccessor p_150805_, BlockPos p_150806_, boolean p_150807_, ItemStack p_150808_) boolean
DiggerItem.isCorrectToolForDrops
(ItemStack stack, BlockState state) boolean
DiggerItem.isCorrectToolForDrops
(BlockState p_150816_) Deprecated.boolean
Item.isCorrectToolForDrops
(BlockState p_41450_) boolean
ItemStack.isCorrectToolForDrops
(BlockState p_41736_) boolean
ShearsItem.isCorrectToolForDrops
(BlockState p_43087_) boolean
SwordItem.isCorrectToolForDrops
(BlockState p_43298_) 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 boolean
BedItem.placeBlock
(BlockPlaceContext p_40561_, BlockState p_40562_) protected boolean
BlockItem.placeBlock
(BlockPlaceContext p_40578_, BlockState p_40579_) protected boolean
DoubleHighBlockItem.placeBlock
(BlockPlaceContext p_41013_, BlockState p_41014_) 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_) protected boolean
SignItem.updateCustomBlockEntityTag
(BlockPos p_43130_, Level p_43131_, Player p_43132_, ItemStack p_43133_, BlockState p_43134_) private static <T extends Comparable<T>>
BlockStateBlockItem.updateState
(BlockState p_40594_, Property<T> p_40595_, String p_40596_) -
Uses of BlockState in net.minecraft.world.level
Modifier and TypeMethodDescriptionNoiseColumn.getBlock
(int p_186552_) BlockGetter.getBlockState
(BlockPos p_45571_) EmptyBlockGetter.getBlockState
(BlockPos p_45869_) Level.getBlockState
(BlockPos p_46732_) PathNavigationRegion.getBlockState
(BlockPos p_47188_) Modifier and TypeMethodDescriptiondefault Stream<BlockState>
BlockGetter.getBlockStates
(AABB p_45557_) default Stream<BlockState>
LevelReader.getBlockStatesIfLoaded
(AABB p_46848_) ClipBlockStateContext.isTargetBlock()
Modifier and TypeMethodDescriptionvoid
Level.addDestroyBlockEffect
(BlockPos p_151531_, BlockState p_151532_) default BlockHitResult
BlockGetter.clipWithInteractionOverride
(Vec3 p_45559_, Vec3 p_45560_, BlockPos p_45561_, VoxelShape p_45562_, BlockState p_45563_) 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_) EntityBasedExplosionDamageCalculator.getBlockExplosionResistance
(Explosion p_45902_, BlockGetter p_45903_, BlockPos p_45904_, BlockState p_45905_, FluidState p_45906_) ExplosionDamageCalculator.getBlockExplosionResistance
(Explosion p_46099_, BlockGetter p_46100_, BlockPos p_46101_, BlockState p_46102_, FluidState p_46103_) ClipContext.getBlockShape
(BlockState p_45695_, BlockGetter p_45696_, BlockPos p_45697_) 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_) void
Level.markAndNotifyBlock
(BlockPos p_46605_, LevelChunk levelchunk, BlockState blockstate, BlockState p_46606_, int p_46607_, int p_46608_) void
Level.onBlockStateChange
(BlockPos p_46609_, BlockState p_46610_, BlockState p_46611_) abstract void
Level.sendBlockUpdated
(BlockPos p_46612_, BlockState p_46613_, BlockState p_46614_, int p_46615_) 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_) void
NoiseColumn.setBlock
(int p_186554_, BlockState p_186555_) boolean
Level.setBlockAndUpdate
(BlockPos p_46598_, BlockState p_46599_) void
Level.setBlocksDirty
(BlockPos p_46678_, BlockState p_46679_, BlockState p_46680_) 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_) Modifier and TypeMethodDescriptionboolean
Level.isStateAtPosition
(BlockPos p_46620_, Predicate<BlockState> p_46621_) boolean
LevelSimulatedReader.isStateAtPosition
(BlockPos p_46938_, Predicate<BlockState> p_46939_) ModifierConstructorDescriptionClipBlockStateContext
(Vec3 p_151401_, Vec3 p_151402_, Predicate<BlockState> p_151403_) -
Uses of BlockState in net.minecraft.world.level.block
Modifier and TypeFieldDescriptionprivate final BlockState
StairBlock.baseState
private final BlockState
ConcretePowderBlock.concrete
private final BlockState
RedStoneWireBlock.crossState
private BlockState
Block.defaultBlockState
private final BlockState
Block.BlockStatePairKey.first
private final BlockState
Block.BlockStatePairKey.second
private final BlockState
ComposterBlock.InputContainer.state
private final BlockState
ComposterBlock.OutputContainer.state
private BlockState
RailState.state
Modifier and TypeFieldDescriptionstatic final IdMapper<BlockState>
Block.BLOCK_STATE_REGISTRY
Deprecated.private final Map<BlockState,
VoxelShape> WallBlock.collisionShapeByIndex
private static final Map<BlockState,
BlockState> InfestedBlock.HOST_TO_INFESTED_STATES
private static final Map<BlockState,
BlockState> InfestedBlock.HOST_TO_INFESTED_STATES
private static final Map<BlockState,
BlockState> InfestedBlock.INFESTED_TO_HOST_STATES
private static final Map<BlockState,
BlockState> InfestedBlock.INFESTED_TO_HOST_STATES
static final ToIntFunction<BlockState>
CandleBlock.LIGHT_EMISSION
static final ToIntFunction<BlockState>
LightBlock.LIGHT_EMISSION
private static final Predicate<BlockState>
CarvedPumpkinBlock.PUMPKINS_PREDICATE
private final Map<BlockState,
VoxelShape> WallBlock.shapeByIndex
private static final Map<BlockState,
VoxelShape> RedStoneWireBlock.SHAPES_CACHE
private final Map<BlockState,
VoxelShape> BigDripleafBlock.shapesCache
private final Map<BlockState,
VoxelShape> FireBlock.shapesCache
private final com.google.common.collect.ImmutableMap<BlockState,
VoxelShape> MultifaceBlock.shapesCache
private final Map<BlockState,
VoxelShape> VineBlock.shapesCache
protected final StateDefinition<Block,
BlockState> Block.stateDefinition
private final Supplier<BlockState>
StairBlock.stateSupplier
private final it.unimi.dsi.fastutil.objects.Object2IntMap<BlockState>
CrossCollisionBlock.stateToIndex
Modifier and TypeMethodDescription(package private) static BlockState
ComposterBlock.addItem
(BlockState p_51984_, LevelAccessor p_51985_, BlockPos p_51986_, ItemStack p_51987_) static BlockState
private static <T extends Comparable<T>>
BlockStateBlock.copyProperty
(BlockState p_152455_, BlockState p_152456_, Property<T> p_152457_) private BlockState
VineBlock.copyRandomFaces
(BlockState p_57871_, BlockState p_57872_, Random p_57873_) static BlockState
DoublePlantBlock.copyWaterloggedFrom
(LevelReader p_182454_, BlockPos p_182455_, BlockState p_182456_) static BlockState
AnvilBlock.damage
(BlockState p_48825_) final BlockState
Block.defaultBlockState()
(package private) static BlockState
ComposterBlock.empty
(BlockState p_52003_, LevelAccessor p_52004_, BlockPos p_52005_) static BlockState
ComposterBlock.extractProduce
(BlockState p_51999_, Level p_52000_, BlockPos p_52001_) private static BlockState
BubbleColumnBlock.getColumnState
(BlockState p_152718_) private BlockState
RedStoneWireBlock.getConnectionState
(BlockGetter p_55515_, BlockState p_55516_, BlockPos p_55517_) private static BlockState
MultifaceBlock.getDefaultMultifaceState
(StateDefinition<Block, BlockState> p_153919_) static BlockState
WeatheringCopper.getFirst
(BlockState p_154907_) protected BlockState
CaveVinesBlock.getGrowIntoState
(BlockState p_152990_, Random p_152991_) protected BlockState
GrowingPlantHeadBlock.getGrowIntoState
(BlockState p_153331_, Random p_153332_) GrowingPlantHeadBlock.getMaxAgeState
(BlockState p_187439_) private BlockState
RedStoneWireBlock.getMissingConnections
(BlockGetter p_55609_, BlockState p_55610_, BlockPos p_55611_) private BlockState
StairBlock.getModelState()
private static BlockState
InfestedBlock.getNewStateWithProperties
(Map<BlockState, BlockState> p_153424_, BlockState p_153425_, Supplier<BlockState> p_153426_) BambooBlock.getPlant
(BlockGetter world, BlockPos pos) BushBlock.getPlant
(BlockGetter world, BlockPos pos) CactusBlock.getPlant
(BlockGetter world, BlockPos pos) SugarCaneBlock.getPlant
(BlockGetter world, BlockPos pos) static BlockState
BaseFireBlock.getState
(BlockGetter p_49246_, BlockPos p_49247_) RailState.getState()
CropBlock.getStateForAge
(int p_52290_) AbstractFurnaceBlock.getStateForPlacement
(BlockPlaceContext p_48689_) AmethystClusterBlock.getStateForPlacement
(BlockPlaceContext p_152019_) AnvilBlock.getStateForPlacement
(BlockPlaceContext p_48781_) BambooBlock.getStateForPlacement
(BlockPlaceContext p_48881_) BannerBlock.getStateForPlacement
(BlockPlaceContext p_49017_) BarrelBlock.getStateForPlacement
(BlockPlaceContext p_49048_) BaseCoralPlantTypeBlock.getStateForPlacement
(BlockPlaceContext p_49163_) BaseCoralWallFanBlock.getStateForPlacement
(BlockPlaceContext p_49198_) BaseFireBlock.getStateForPlacement
(BlockPlaceContext p_49244_) BaseRailBlock.getStateForPlacement
(BlockPlaceContext p_49363_) BedBlock.getStateForPlacement
(BlockPlaceContext p_49479_) BeehiveBlock.getStateForPlacement
(BlockPlaceContext p_49573_) BellBlock.getStateForPlacement
(BlockPlaceContext p_49698_) BigDripleafBlock.getStateForPlacement
(BlockPlaceContext p_152221_) Block.getStateForPlacement
(BlockPlaceContext p_49820_) CampfireBlock.getStateForPlacement
(BlockPlaceContext p_51240_) CandleBlock.getStateForPlacement
(BlockPlaceContext p_152803_) CarvedPumpkinBlock.getStateForPlacement
(BlockPlaceContext p_51377_) ChainBlock.getStateForPlacement
(BlockPlaceContext p_51454_) ChestBlock.getStateForPlacement
(BlockPlaceContext p_51493_) ChorusPlantBlock.getStateForPlacement
(BlockPlaceContext p_51709_) ChorusPlantBlock.getStateForPlacement
(BlockGetter p_51711_, BlockPos p_51712_) CocoaBlock.getStateForPlacement
(BlockPlaceContext p_51750_) CommandBlock.getStateForPlacement
(BlockPlaceContext p_51800_) ConcretePowderBlock.getStateForPlacement
(BlockPlaceContext p_52063_) ConduitBlock.getStateForPlacement
(BlockPlaceContext p_52096_) CoralBlock.getStateForPlacement
(BlockPlaceContext p_52133_) DiodeBlock.getStateForPlacement
(BlockPlaceContext p_52501_) DirtPathBlock.getStateForPlacement
(BlockPlaceContext p_153131_) DispenserBlock.getStateForPlacement
(BlockPlaceContext p_52669_) DoorBlock.getStateForPlacement
(BlockPlaceContext p_52739_) DoublePlantBlock.getStateForPlacement
(BlockPlaceContext p_52863_) EnderChestBlock.getStateForPlacement
(BlockPlaceContext p_53128_) EndPortalFrameBlock.getStateForPlacement
(BlockPlaceContext p_53052_) EndRodBlock.getStateForPlacement
(BlockPlaceContext p_53087_) FaceAttachedHorizontalDirectionalBlock.getStateForPlacement
(BlockPlaceContext p_53184_) FarmBlock.getStateForPlacement
(BlockPlaceContext p_53249_) FenceBlock.getStateForPlacement
(BlockPlaceContext p_53304_) FenceGateBlock.getStateForPlacement
(BlockPlaceContext p_53358_) FireBlock.getStateForPlacement
(BlockPlaceContext p_53427_) protected BlockState
FireBlock.getStateForPlacement
(BlockGetter p_53471_, BlockPos p_53472_) GlazedTerracottaBlock.getStateForPlacement
(BlockPlaceContext p_53679_) GrowingPlantBlock.getStateForPlacement
(BlockPlaceContext p_53868_) GrowingPlantBlock.getStateForPlacement
(LevelAccessor p_53869_) GrowingPlantHeadBlock.getStateForPlacement
(LevelAccessor p_53949_) HangingRootsBlock.getStateForPlacement
(BlockPlaceContext p_153340_) HopperBlock.getStateForPlacement
(BlockPlaceContext p_54041_) HugeMushroomBlock.getStateForPlacement
(BlockPlaceContext p_54138_) InfestedRotatedPillarBlock.getStateForPlacement
(BlockPlaceContext p_153441_) IronBarsBlock.getStateForPlacement
(BlockPlaceContext p_54200_) JigsawBlock.getStateForPlacement
(BlockPlaceContext p_54227_) KelpBlock.getStateForPlacement
(BlockPlaceContext p_54302_) LadderBlock.getStateForPlacement
(BlockPlaceContext p_54347_) LanternBlock.getStateForPlacement
(BlockPlaceContext p_153467_) LeavesBlock.getStateForPlacement
(BlockPlaceContext p_54424_) LecternBlock.getStateForPlacement
(BlockPlaceContext p_54481_) LightningRodBlock.getStateForPlacement
(BlockPlaceContext p_153711_) LoomBlock.getStateForPlacement
(BlockPlaceContext p_54779_) MultifaceBlock.getStateForPlacement
(BlockPlaceContext p_153824_) MultifaceBlock.getStateForPlacement
(BlockState p_153941_, BlockGetter p_153942_, BlockPos p_153943_, Direction p_153944_) NoteBlock.getStateForPlacement
(BlockPlaceContext p_55018_) ObserverBlock.getStateForPlacement
(BlockPlaceContext p_55087_) PointedDripstoneBlock.getStateForPlacement
(BlockPlaceContext p_154040_) RedstoneLampBlock.getStateForPlacement
(BlockPlaceContext p_55659_) RedstoneWallTorchBlock.getStateForPlacement
(BlockPlaceContext p_55746_) RedStoneWireBlock.getStateForPlacement
(BlockPlaceContext p_55513_) RepeaterBlock.getStateForPlacement
(BlockPlaceContext p_55803_) RotatedPillarBlock.getStateForPlacement
(BlockPlaceContext p_55928_) ScaffoldingBlock.getStateForPlacement
(BlockPlaceContext p_56023_) SculkSensorBlock.getStateForPlacement
(BlockPlaceContext p_154396_) SeagrassBlock.getStateForPlacement
(BlockPlaceContext p_154503_) SeaPickleBlock.getStateForPlacement
(BlockPlaceContext p_56089_) ShulkerBoxBlock.getStateForPlacement
(BlockPlaceContext p_56198_) SkullBlock.getStateForPlacement
(BlockPlaceContext p_56321_) SlabBlock.getStateForPlacement
(BlockPlaceContext p_56361_) SmallDripleafBlock.getStateForPlacement
(BlockPlaceContext p_154592_) SnowLayerBlock.getStateForPlacement
(BlockPlaceContext p_56587_) SnowyDirtBlock.getStateForPlacement
(BlockPlaceContext p_56642_) StairBlock.getStateForPlacement
(BlockPlaceContext p_56872_) StandingSignBlock.getStateForPlacement
(BlockPlaceContext p_56993_) StonecutterBlock.getStateForPlacement
(BlockPlaceContext p_57070_) TallSeagrassBlock.getStateForPlacement
(BlockPlaceContext p_154747_) TrapDoorBlock.getStateForPlacement
(BlockPlaceContext p_57533_) TripWireBlock.getStateForPlacement
(BlockPlaceContext p_57606_) TripWireHookBlock.getStateForPlacement
(BlockPlaceContext p_57678_) TurtleEggBlock.getStateForPlacement
(BlockPlaceContext p_57761_) VineBlock.getStateForPlacement
(BlockPlaceContext p_57849_) WallBannerBlock.getStateForPlacement
(BlockPlaceContext p_57923_) WallBlock.getStateForPlacement
(BlockPlaceContext p_57973_) WallSignBlock.getStateForPlacement
(BlockPlaceContext p_58071_) WallSkullBlock.getStateForPlacement
(BlockPlaceContext p_58104_) WallTorchBlock.getStateForPlacement
(BlockPlaceContext p_58126_) 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_) InfestedBlock.hostStateByInfested
(BlockState p_153433_) static BlockState
InfestedBlock.infestedStateByHost
(BlockState p_153431_) static BlockState
ComposterBlock.insertItem
(BlockState p_51930_, ServerLevel p_51931_, ItemStack p_51932_, BlockPos p_51933_) private BlockState
MultifaceBlock.mapDirections
(BlockState p_153911_, Function<Direction, Direction> p_153912_) AbstractFurnaceBlock.mirror
(BlockState p_48719_, Mirror p_48720_) AmethystClusterBlock.mirror
(BlockState p_152030_, Mirror p_152031_) AttachedStemBlock.mirror
(BlockState p_48842_, Mirror p_48843_) BannerBlock.mirror
(BlockState p_49023_, Mirror p_49024_) BarrelBlock.mirror
(BlockState p_49082_, Mirror p_49083_) BaseCoralWallFanBlock.mirror
(BlockState p_49204_, Mirror p_49205_) BeehiveBlock.mirror
(BlockState blockState, Mirror mirror) CampfireBlock.mirror
(BlockState p_51292_, Mirror p_51293_) ChestBlock.mirror
(BlockState p_51549_, Mirror p_51550_) CommandBlock.mirror
(BlockState p_51845_, Mirror p_51846_) CrossCollisionBlock.mirror
(BlockState p_52338_, Mirror p_52339_) DetectorRailBlock.mirror
(BlockState p_52463_, Mirror p_52464_) DispenserBlock.mirror
(BlockState p_52713_, Mirror p_52714_) DoorBlock.mirror
(BlockState p_52787_, Mirror p_52788_) EnderChestBlock.mirror
(BlockState p_53154_, Mirror p_53155_) EndPortalFrameBlock.mirror
(BlockState p_53065_, Mirror p_53066_) GrindstoneBlock.mirror
(BlockState p_53832_, Mirror p_53833_) HopperBlock.mirror
(BlockState p_54091_, Mirror p_54092_) HorizontalDirectionalBlock.mirror
(BlockState p_54122_, Mirror p_54123_) HugeMushroomBlock.mirror
(BlockState p_54140_, Mirror p_54141_) JigsawBlock.mirror
(BlockState p_54238_, Mirror p_54239_) LadderBlock.mirror
(BlockState p_54357_, Mirror p_54358_) LecternBlock.mirror
(BlockState p_54537_, Mirror p_54538_) MultifaceBlock.mirror
(BlockState p_153892_, Mirror p_153893_) ObserverBlock.mirror
(BlockState p_55112_, Mirror p_55113_) PoweredRailBlock.mirror
(BlockState p_55237_, Mirror p_55238_) RailBlock.mirror
(BlockState p_55402_, Mirror p_55403_) RedstoneWallTorchBlock.mirror
(BlockState p_55766_, Mirror p_55767_) RedStoneWireBlock.mirror
(BlockState p_55589_, Mirror p_55590_) RodBlock.mirror
(BlockState p_154351_, Mirror p_154352_) ShulkerBoxBlock.mirror
(BlockState p_56240_, Mirror p_56241_) SkullBlock.mirror
(BlockState p_56323_, Mirror p_56324_) SmallDripleafBlock.mirror
(BlockState p_154619_, Mirror p_154620_) StairBlock.mirror
(BlockState p_56919_, Mirror p_56920_) StandingSignBlock.mirror
(BlockState p_56999_, Mirror p_57000_) StonecutterBlock.mirror
(BlockState p_57090_, Mirror p_57091_) TripWireBlock.mirror
(BlockState p_57636_, Mirror p_57637_) TripWireHookBlock.mirror
(BlockState p_57725_, Mirror p_57726_) VineBlock.mirror
(BlockState p_57865_, Mirror p_57866_) WallBannerBlock.mirror
(BlockState p_57929_, Mirror p_57930_) WallBlock.mirror
(BlockState p_58001_, Mirror p_58002_) WallSignBlock.mirror
(BlockState p_58077_, Mirror p_58078_) WallSkullBlock.mirror
(BlockState p_58106_, Mirror p_58107_) WallTorchBlock.mirror
(BlockState p_58137_, Mirror p_58138_) LeverBlock.pull
(BlockState p_54677_, Level p_54678_, BlockPos p_54679_) static BlockState
Block.pushEntitiesUp
(BlockState p_49898_, BlockState p_49899_, Level p_49900_, BlockPos p_49901_) private static BlockState
MultifaceBlock.removeFace
(BlockState p_153898_, BooleanProperty p_153899_) AbstractFurnaceBlock.rotate
(BlockState p_48722_, Rotation p_48723_) AmethystClusterBlock.rotate
(BlockState p_152033_, Rotation p_152034_) AnvilBlock.rotate
(BlockState p_48811_, Rotation p_48812_) AttachedStemBlock.rotate
(BlockState p_48845_, Rotation p_48846_) BannerBlock.rotate
(BlockState p_49026_, Rotation p_49027_) BarrelBlock.rotate
(BlockState p_49085_, Rotation p_49086_) BaseCoralWallFanBlock.rotate
(BlockState p_49207_, Rotation p_49208_) BeehiveBlock.rotate
(BlockState blockState, Rotation rotation) CampfireBlock.rotate
(BlockState p_51295_, Rotation p_51296_) ChestBlock.rotate
(BlockState p_51552_, Rotation p_51553_) CommandBlock.rotate
(BlockState p_51848_, Rotation p_51849_) CrossCollisionBlock.rotate
(BlockState p_52341_, Rotation p_52342_) DetectorRailBlock.rotate
(BlockState p_52466_, Rotation p_52467_) DispenserBlock.rotate
(BlockState p_52716_, Rotation p_52717_) DoorBlock.rotate
(BlockState p_52790_, Rotation p_52791_) EnderChestBlock.rotate
(BlockState p_53157_, Rotation p_53158_) EndPortalFrameBlock.rotate
(BlockState p_53068_, Rotation p_53069_) GrindstoneBlock.rotate
(BlockState p_53835_, Rotation p_53836_) HopperBlock.rotate
(BlockState p_54094_, Rotation p_54095_) HorizontalDirectionalBlock.rotate
(BlockState p_54125_, Rotation p_54126_) HugeMushroomBlock.rotate
(BlockState p_54143_, Rotation p_54144_) InfestedRotatedPillarBlock.rotate
(BlockState p_153443_, Rotation p_153444_) JigsawBlock.rotate
(BlockState p_54241_, Rotation p_54242_) LadderBlock.rotate
(BlockState p_54360_, Rotation p_54361_) LecternBlock.rotate
(BlockState p_54540_, Rotation p_54541_) MultifaceBlock.rotate
(BlockState p_153895_, Rotation p_153896_) NetherPortalBlock.rotate
(BlockState p_54925_, Rotation p_54926_) ObserverBlock.rotate
(BlockState p_55115_, Rotation p_55116_) PoweredRailBlock.rotate
(BlockState p_55240_, Rotation p_55241_) RailBlock.rotate
(BlockState p_55405_, Rotation p_55406_) RedstoneWallTorchBlock.rotate
(BlockState p_55769_, Rotation p_55770_) RedStoneWireBlock.rotate
(BlockState p_55592_, Rotation p_55593_) RodBlock.rotate
(BlockState p_154354_, Rotation p_154355_) RotatedPillarBlock.rotate
(BlockState p_55930_, Rotation p_55931_) ShulkerBoxBlock.rotate
(BlockState p_56243_, Rotation p_56244_) SkullBlock.rotate
(BlockState p_56326_, Rotation p_56327_) SmallDripleafBlock.rotate
(BlockState p_154622_, Rotation p_154623_) StairBlock.rotate
(BlockState p_56922_, Rotation p_56923_) StandingSignBlock.rotate
(BlockState p_57002_, Rotation p_57003_) StonecutterBlock.rotate
(BlockState p_57093_, Rotation p_57094_) TripWireBlock.rotate
(BlockState p_57639_, Rotation p_57640_) TripWireHookBlock.rotate
(BlockState p_57728_, Rotation p_57729_) VineBlock.rotate
(BlockState p_57868_, Rotation p_57869_) WallBannerBlock.rotate
(BlockState p_57932_, Rotation p_57933_) WallBlock.rotate
(BlockState p_58004_, Rotation p_58005_) WallSignBlock.rotate
(BlockState p_58080_, Rotation p_58081_) WallSkullBlock.rotate
(BlockState p_58109_, Rotation p_58110_) WallTorchBlock.rotate
(BlockState p_58140_, Rotation p_58141_) static BlockState
RotatedPillarBlock.rotatePillar
(BlockState p_154377_, Rotation p_154378_) protected abstract BlockState
BasePressurePlateBlock.setSignalForState
(BlockState p_49301_, int p_49302_) protected BlockState
PressurePlateBlock.setSignalForState
(BlockState p_55259_, int p_55260_) protected BlockState
WeightedPressurePlateBlock.setSignalForState
(BlockState p_58208_, int p_58209_) private BlockState
WallBlock.sideUpdate
(LevelReader p_57989_, BlockPos p_57990_, BlockState p_57991_, BlockPos p_57992_, BlockState p_57993_, Direction p_57994_) static BlockState
Block.stateById
(int p_49804_) private BlockState
WallBlock.topUpdate
(LevelReader p_57975_, BlockState p_57976_, BlockPos p_57977_, BlockState p_57978_) protected BlockState
CaveVinesBlock.updateBodyAfterConvertedFromHead
(BlockState p_152987_, BlockState p_152988_) protected BlockState
GrowingPlantHeadBlock.updateBodyAfterConvertedFromHead
(BlockState p_153329_, BlockState p_153330_) 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_) protected BlockState
CaveVinesPlantBlock.updateHeadAfterConvertedFromBody
(BlockState p_153028_, BlockState p_153029_) protected BlockState
GrowingPlantBodyBlock.updateHeadAfterConvertedFromBody
(BlockState p_153326_, BlockState p_153327_) 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_) BambooBlock.updateShape
(BlockState p_48921_, Direction p_48922_, BlockState p_48923_, LevelAccessor p_48924_, BlockPos p_48925_, BlockPos p_48926_) BambooSaplingBlock.updateShape
(BlockState p_48990_, Direction p_48991_, BlockState p_48992_, LevelAccessor p_48993_, BlockPos p_48994_, BlockPos p_48995_) 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_) 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_) 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_) 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_) 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_) 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 BlockState
WallBlock.updateSides
(BlockState p_58025_, boolean p_58026_, boolean p_58027_, boolean p_58028_, boolean p_58029_, VoxelShape p_58030_) protected BlockState
BaseRailBlock.updateState
(BlockState p_49390_, Level p_49391_, BlockPos p_49392_, boolean p_49393_) final BlockState
Block.withPropertiesOf
(BlockState p_152466_) Modifier and TypeMethodDescriptionstatic ToIntFunction<BlockState>
CaveVines.emission
(int p_181218_) static ToIntFunction<BlockState>
GlowLichenBlock.emission
(int p_181223_) ChangeOverTimeBlock.getNext
(BlockState p_153040_) default Optional<BlockState>
WeatheringCopper.getNext
(BlockState p_154893_) static Optional<BlockState>
WeatheringCopper.getPrevious
(BlockState p_154900_) protected com.google.common.collect.ImmutableMap<BlockState,
VoxelShape> Block.getShapeForEachState
(Function<BlockState, VoxelShape> p_152459_) Block.getStateDefinition()
private static ToIntFunction<BlockState>
Blocks.litBlockEmission
(int p_50760_) private Map<BlockState,
VoxelShape> WallBlock.makeShapes
(float p_57966_, float p_57967_, float p_57968_, float p_57969_, float p_57970_, float p_57971_) Modifier and TypeMethodDescriptionstatic void
SculkSensorBlock.activate
(Level p_154412_, BlockPos p_154413_, BlockState p_154414_, int p_154415_) (package private) static BlockState
ComposterBlock.addItem
(BlockState p_51984_, LevelAccessor p_51985_, BlockPos p_51986_, ItemStack p_51987_) void
SaplingBlock.advanceTree
(ServerLevel p_55981_, BlockPos p_55982_, BlockState p_55983_, Random p_55984_) 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_) void
AbstractCandleBlock.animateTick
(BlockState p_151929_, Level p_151930_, BlockPos p_151931_, Random p_151932_) void
BaseFireBlock.animateTick
(BlockState p_49265_, Level p_49266_, BlockPos p_49267_, Random p_49268_) void
BeehiveBlock.animateTick
(BlockState p_49631_, Level p_49632_, BlockPos p_49633_, Random p_49634_) void
BlastFurnaceBlock.animateTick
(BlockState p_49781_, Level p_49782_, BlockPos p_49783_, Random p_49784_) void
Block.animateTick
(BlockState p_49888_, Level p_49889_, BlockPos p_49890_, Random p_49891_) void
BrewingStandBlock.animateTick
(BlockState p_50943_, Level p_50944_, BlockPos p_50945_, Random p_50946_) void
BubbleColumnBlock.animateTick
(BlockState p_50981_, Level p_50982_, BlockPos p_50983_, Random p_50984_) void
CampfireBlock.animateTick
(BlockState p_51287_, Level p_51288_, BlockPos p_51289_, Random p_51290_) void
CryingObsidianBlock.animateTick
(BlockState p_52373_, Level p_52374_, BlockPos p_52375_, Random p_52376_) void
EnchantmentTableBlock.animateTick
(BlockState p_52981_, Level p_52982_, BlockPos p_52983_, Random p_52984_) void
EnderChestBlock.animateTick
(BlockState p_53144_, Level p_53145_, BlockPos p_53146_, Random p_53147_) void
EndGatewayBlock.animateTick
(BlockState p_53007_, Level p_53008_, BlockPos p_53009_, Random p_53010_) void
EndPortalBlock.animateTick
(BlockState p_53030_, Level p_53031_, BlockPos p_53032_, Random p_53033_) void
EndRodBlock.animateTick
(BlockState p_53094_, Level p_53095_, BlockPos p_53096_, Random p_53097_) void
FallingBlock.animateTick
(BlockState p_53221_, Level p_53222_, BlockPos p_53223_, Random p_53224_) void
FurnaceBlock.animateTick
(BlockState p_53635_, Level p_53636_, BlockPos p_53637_, Random p_53638_) void
LeavesBlock.animateTick
(BlockState p_54431_, Level p_54432_, BlockPos p_54433_, Random p_54434_) void
LeverBlock.animateTick
(BlockState p_54653_, Level p_54654_, BlockPos p_54655_, Random p_54656_) void
LightningRodBlock.animateTick
(BlockState p_153734_, Level p_153735_, BlockPos p_153736_, Random p_153737_) void
MyceliumBlock.animateTick
(BlockState p_54900_, Level p_54901_, BlockPos p_54902_, Random p_54903_) void
NetherPortalBlock.animateTick
(BlockState p_54920_, Level p_54921_, BlockPos p_54922_, Random p_54923_) void
PointedDripstoneBlock.animateTick
(BlockState p_154122_, Level p_154123_, BlockPos p_154124_, Random p_154125_) void
RedStoneOreBlock.animateTick
(BlockState p_55479_, Level p_55480_, BlockPos p_55481_, Random p_55482_) void
RedstoneTorchBlock.animateTick
(BlockState p_55712_, Level p_55713_, BlockPos p_55714_, Random p_55715_) void
RedstoneWallTorchBlock.animateTick
(BlockState p_55757_, Level p_55758_, BlockPos p_55759_, Random p_55760_) void
RedStoneWireBlock.animateTick
(BlockState p_55574_, Level p_55575_, BlockPos p_55576_, Random p_55577_) void
RepeaterBlock.animateTick
(BlockState p_55816_, Level p_55817_, BlockPos p_55818_, Random p_55819_) void
RespawnAnchorBlock.animateTick
(BlockState p_55881_, Level p_55882_, BlockPos p_55883_, Random p_55884_) void
SculkSensorBlock.animateTick
(BlockState p_154452_, Level p_154453_, BlockPos p_154454_, Random p_154455_) void
SmokerBlock.animateTick
(BlockState p_56447_, Level p_56448_, BlockPos p_56449_, Random p_56450_) void
SporeBlossomBlock.animateTick
(BlockState p_154704_, Level p_154705_, BlockPos p_154706_, Random p_154707_) void
StairBlock.animateTick
(BlockState p_56914_, Level p_56915_, BlockPos p_56916_, Random p_56917_) void
TorchBlock.animateTick
(BlockState p_57494_, Level p_57495_, BlockPos p_57496_, Random p_57497_) void
WallTorchBlock.animateTick
(BlockState p_58128_, Level p_58129_, BlockPos p_58130_, Random p_58131_) void
WetSpongeBlock.animateTick
(BlockState p_58224_, Level p_58225_, BlockPos p_58226_, Random p_58227_) void
WitherRoseBlock.animateTick
(BlockState p_58243_, Level p_58244_, BlockPos p_58245_, Random p_58246_) default void
ChangeOverTimeBlock.applyChangeOverTime
(BlockState p_153047_, ServerLevel p_153048_, BlockPos p_153049_, Random p_153050_) final boolean
IronBarsBlock.attachsTo
(BlockState p_54218_, boolean p_54219_) 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 static VoxelShape
MultifaceBlock.calculateMultifaceShape
(BlockState p_153959_) private int
ComparatorBlock.calculateOutputSignal
(Level p_51904_, BlockPos p_51905_, BlockState p_51906_) private static VoxelShape
BigDripleafBlock.calculateShape
(BlockState p_152318_) private static VoxelShape
FireBlock.calculateShape
(BlockState p_53491_) private VoxelShape
RedStoneWireBlock.calculateShape
(BlockState p_55643_) private static VoxelShape
VineBlock.calculateShape
(BlockState p_57906_) void
TripWireHookBlock.calculateState
(Level p_57686_, BlockPos p_57687_, BlockState p_57688_, boolean p_57689_, boolean p_57690_, int p_57691_, BlockState p_57692_) static boolean
SculkSensorBlock.canActivate
(BlockState p_154490_) protected boolean
GrowingPlantBlock.canAttachTo
(BlockState p_153321_) protected boolean
KelpBlock.canAttachTo
(BlockState p_153455_) protected boolean
KelpPlantBlock.canAttachTo
(BlockState p_153457_) private static boolean
MultifaceBlock.canAttachTo
(BlockGetter p_153830_, Direction p_153831_, BlockPos p_153832_, BlockState p_153833_) private static boolean
RespawnAnchorBlock.canBeCharged
(BlockState p_55895_) private static boolean
SpreadingSnowyDirtBlock.canBeGrass
(BlockState p_56824_, LevelReader p_56825_, BlockPos p_56826_) protected boolean
AbstractCandleBlock.canBeLit
(BlockState p_151935_) protected boolean
CandleBlock.canBeLit
(BlockState p_152842_) private static boolean
NyliumBlock.canBeNylium
(BlockState p_55079_, LevelReader p_55080_, BlockPos p_55081_) boolean
CandleBlock.canBeReplaced
(BlockState p_152814_, BlockPlaceContext p_152815_) boolean
EndGatewayBlock.canBeReplaced
(BlockState p_53012_, Fluid p_53013_) boolean
EndPortalBlock.canBeReplaced
(BlockState p_53035_, Fluid p_53036_) boolean
GlowLichenBlock.canBeReplaced
(BlockState p_153299_, BlockPlaceContext p_153300_) boolean
GrowingPlantBodyBlock.canBeReplaced
(BlockState p_53910_, BlockPlaceContext p_53911_) boolean
MultifaceBlock.canBeReplaced
(BlockState p_153848_, BlockPlaceContext p_153849_) boolean
ScaffoldingBlock.canBeReplaced
(BlockState p_56037_, BlockPlaceContext p_56038_) boolean
SeaPickleBlock.canBeReplaced
(BlockState p_56101_, BlockPlaceContext p_56102_) boolean
SlabBlock.canBeReplaced
(BlockState p_56373_, BlockPlaceContext p_56374_) boolean
SnowLayerBlock.canBeReplaced
(BlockState p_56589_, BlockPlaceContext p_56590_) boolean
TallFlowerBlock.canBeReplaced
(BlockState p_57313_, BlockPlaceContext p_57314_) boolean
TurtleEggBlock.canBeReplaced
(BlockState p_57796_, BlockPlaceContext p_57797_) boolean
VineBlock.canBeReplaced
(BlockState p_57858_, BlockPlaceContext p_57859_) protected abstract boolean
BaseFireBlock.canBurn
(BlockState p_49284_) protected boolean
FireBlock.canBurn
(BlockState p_53489_) Deprecated.protected boolean
SoulFireBlock.canBurn
(BlockState p_56668_) static boolean
BuddingAmethystBlock.canClusterGrowAtState
(BlockState p_152735_) static boolean
PointedDripstoneBlock.canDrip
(BlockState p_154239_) private static boolean
PointedDripstoneBlock.canDripThrough
(BlockGetter p_202018_, BlockPos p_202019_, BlockState p_202020_) private static boolean
BubbleColumnBlock.canExistIn
(BlockState p_152716_) private static boolean
PointedDripstoneBlock.canGrow
(BlockState p_154141_, BlockState p_154142_) protected boolean
CaveVinesBlock.canGrowInto
(BlockState p_152998_) protected abstract boolean
GrowingPlantHeadBlock.canGrowInto
(BlockState p_53968_) protected boolean
KelpBlock.canGrowInto
(BlockState p_54321_) protected boolean
TwistingVinesBlock.canGrowInto
(BlockState p_154869_) protected boolean
WeepingVinesBlock.canGrowInto
(BlockState p_154971_) static boolean
CampfireBlock.canLight
(BlockState p_51322_) static boolean
CandleBlock.canLight
(BlockState p_152846_) static boolean
CandleCakeBlock.canLight
(BlockState p_152911_) private static boolean
ShulkerBoxBlock.canOpen
(BlockState p_154547_, Level p_154548_, BlockPos p_154549_, ShulkerBoxBlockEntity p_154550_) protected static boolean
BigDripleafBlock.canPlaceAt
(LevelHeightAccessor p_152252_, BlockPos p_152253_, BlockState p_152254_) 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_) private static boolean
BigDripleafBlock.canReplace
(BlockState p_152320_) private static boolean
ConcretePowderBlock.canSolidify
(BlockState p_52089_) protected boolean
MultifaceBlock.canSpread
(BlockState p_153949_, BlockGetter p_153950_, BlockPos p_153951_, Direction p_153952_) private boolean
MultifaceBlock.canSpreadInto
(BlockState p_153957_) boolean
AmethystClusterBlock.canSurvive
(BlockState p_152026_, LevelReader p_152027_, BlockPos p_152028_) boolean
BambooBlock.canSurvive
(BlockState p_48917_, LevelReader p_48918_, BlockPos p_48919_) boolean
BambooSaplingBlock.canSurvive
(BlockState p_48986_, LevelReader p_48987_, BlockPos p_48988_) 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
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
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
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_) static boolean
SoulFireBlock.canSurviveOnBlock
(BlockState p_154651_) 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
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_) private 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_) 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_) boolean
FenceBlock.connectsTo
(BlockState p_53330_, boolean p_53331_, Direction p_53332_) private boolean
WallBlock.connectsTo
(BlockState p_58021_, boolean p_58022_, Direction p_58023_) static boolean
FenceGateBlock.connectsToDirection
(BlockState p_53379_, Direction p_53380_) private static <T extends Comparable<T>>
BlockStateBlock.copyProperty
(BlockState p_152455_, BlockState p_152456_, Property<T> p_152457_) private BlockState
VineBlock.copyRandomFaces
(BlockState p_57871_, BlockState p_57872_, Random p_57873_) static BlockState
DoublePlantBlock.copyWaterloggedFrom
(LevelReader p_182454_, BlockPos p_182455_, BlockState p_182456_) private int
VineBlock.countFaces
(BlockState p_57910_) private static void
PointedDripstoneBlock.createMergedTips
(BlockState p_154231_, LevelAccessor p_154232_, BlockPos p_154233_) static BlockState
AnvilBlock.damage
(BlockState p_48825_) 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_) 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
TurtleEggBlock.destroyEgg
(Level p_154851_, BlockState p_154852_, BlockPos p_154853_, Entity p_154854_, int p_154855_) static void
CampfireBlock.dowse
(Entity p_152750_, LevelAccessor p_152751_, BlockPos p_152752_, BlockState p_152753_) 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_) static void
Block.dropResources
(BlockState p_152461_, LootContext.Builder p_152462_) protected static InteractionResult
CakeBlock.eat
(LevelAccessor p_51186_, BlockPos p_51187_, BlockState p_51188_, Player p_51189_) (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
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 void
RespawnAnchorBlock.explode
(BlockState p_55891_, Level p_55892_, BlockPos p_55893_) 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_) 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_) private static BlockPos
PointedDripstoneBlock.findTip
(BlockState p_154131_, LevelAccessor p_154132_, BlockPos p_154133_, int p_154134_, boolean p_154135_) protected int
CrossCollisionBlock.getAABBIndex
(BlockState p_52364_) protected int
PipeBlock.getAABBIndex
(BlockState p_55175_) protected int
CropBlock.getAge
(BlockState p_52306_) protected int
DiodeBlock.getAlternateSignal
(LevelReader p_52548_, BlockPos p_52549_, BlockState p_52550_) 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
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_) LeavesBlock.getBlockSupportShape
(BlockState p_54456_, BlockGetter p_54457_, BlockPos p_54458_) SnowLayerBlock.getBlockSupportShape
(BlockState p_56632_, BlockGetter p_56633_, BlockPos p_56634_) SoulSandBlock.getBlockSupportShape
(BlockState p_56707_, BlockGetter p_56708_, BlockPos p_56709_) BedBlock.getBlockType
(BlockState p_49560_) ChestBlock.getBlockType
(BlockState p_51583_) int
FireBlock.getBurnOdd
(BlockState p_53493_) Deprecated.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_) SpawnerBlock.getCloneItemStack
(BlockGetter p_56785_, BlockPos p_56786_, BlockState p_56787_) 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_) BambooBlock.getCollisionShape
(BlockState p_48950_, BlockGetter p_48951_, BlockPos p_48952_, CollisionContext p_48953_) 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_) 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_) 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_) private static BlockState
BubbleColumnBlock.getColumnState
(BlockState p_152718_) static Direction
BedBlock.getConnectedDirection
(BlockState p_49558_) private static Direction
BellBlock.getConnectedDirection
(BlockState p_49769_) static Direction
ChestBlock.getConnectedDirection
(BlockState p_51585_) protected static Direction
FaceAttachedHorizontalDirectionalBlock.getConnectedDirection
(BlockState p_53201_) protected static Direction
LanternBlock.getConnectedDirection
(BlockState p_153496_) 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_) protected double
AbstractCauldronBlock.getContentHeight
(BlockState p_151948_) protected double
LavaCauldronBlock.getContentHeight
(BlockState p_153500_) protected double
LayeredCauldronBlock.getContentHeight
(BlockState p_153528_) protected int
ComparatorBlock.getDelay
(BlockState p_51912_) protected abstract int
DiodeBlock.getDelay
(BlockState p_52584_) protected int
RepeaterBlock.getDelay
(BlockState p_55830_) float
BambooBlock.getDestroyProgress
(BlockState p_48901_, Player p_48902_, BlockGetter p_48903_, BlockPos p_48904_) float
BambooSaplingBlock.getDestroyProgress
(BlockState p_48981_, Player p_48982_, BlockGetter p_48983_, BlockPos p_48984_) 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_) private static int
LeavesBlock.getDistanceAt
(BlockState p_54464_) BeehiveBlock.getDrops
(BlockState p_49636_, LootContext.Builder p_49637_) 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_) LiquidBlock.getDrops
(BlockState p_54720_, LootContext.Builder p_54721_) PlayerWallHeadBlock.getDrops
(BlockState p_55193_, LootContext.Builder p_55194_) ShulkerBoxBlock.getDrops
(BlockState p_56246_, LootContext.Builder p_56247_) 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
OreBlock.getExpDrop
(BlockState state, LevelReader reader, BlockPos pos, int fortune, int silktouch) int
RedStoneOreBlock.getExpDrop
(BlockState state, LevelReader world, BlockPos pos, int fortune, int silktouch) int
SpawnerBlock.getExpDrop
(BlockState state, LevelReader world, BlockPos pos, int fortune, int silktouch) static BlockState
WeatheringCopper.getFirst
(BlockState p_154907_) int
FireBlock.getFlameOdds
(BlockState p_53495_) Deprecated.PointedDripstoneBlock.getFluidAboveStalactite
(Level p_154182_, BlockPos p_154183_, BlockState p_154184_) AmethystClusterBlock.getFluidState
(BlockState p_152045_) BaseCoralPlantTypeBlock.getFluidState
(BlockState p_49191_) BaseRailBlock.getFluidState
(BlockState p_152158_) BigDripleafBlock.getFluidState
(BlockState p_152312_) BigDripleafStemBlock.getFluidState
(BlockState p_152378_) BubbleColumnBlock.getFluidState
(BlockState p_51016_) CampfireBlock.getFluidState
(BlockState p_51318_) CandleBlock.getFluidState
(BlockState p_152844_) ChainBlock.getFluidState
(BlockState p_51475_) ChestBlock.getFluidState
(BlockState p_51581_) ConduitBlock.getFluidState
(BlockState p_52127_) CrossCollisionBlock.getFluidState
(BlockState p_52362_) EnderChestBlock.getFluidState
(BlockState p_53177_) GlowLichenBlock.getFluidState
(BlockState p_153311_) HangingRootsBlock.getFluidState
(BlockState p_153360_) KelpBlock.getFluidState
(BlockState p_54319_) KelpPlantBlock.getFluidState
(BlockState p_54336_) LadderBlock.getFluidState
(BlockState p_54377_) LanternBlock.getFluidState
(BlockState p_153492_) LightBlock.getFluidState
(BlockState p_153699_) LightningRodBlock.getFluidState
(BlockState p_153759_) LiquidBlock.getFluidState
(BlockState p_54765_) PointedDripstoneBlock.getFluidState
(BlockState p_154235_) ScaffoldingBlock.getFluidState
(BlockState p_56073_) SculkSensorBlock.getFluidState
(BlockState p_154479_) SeagrassBlock.getFluidState
(BlockState p_154537_) SeaPickleBlock.getFluidState
(BlockState p_56131_) SignBlock.getFluidState
(BlockState p_56299_) SlabBlock.getFluidState
(BlockState p_56397_) SmallDripleafBlock.getFluidState
(BlockState p_154634_) StairBlock.getFluidState
(BlockState p_56969_) TallSeagrassBlock.getFluidState
(BlockState p_154772_) TrapDoorBlock.getFluidState
(BlockState p_57568_) WallBlock.getFluidState
(BlockState p_58060_) static Direction
JigsawBlock.getFrontFacing
(BlockState p_54251_) protected BlockState
CaveVinesBlock.getGrowIntoState
(BlockState p_152990_, Random p_152991_) protected BlockState
GrowingPlantHeadBlock.getGrowIntoState
(BlockState p_153331_, Random p_153332_) static int
Block.getId
(BlockState p_49957_) 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_) 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_) int
LeavesBlock.getLightBlock
(BlockState p_54460_, BlockGetter p_54461_, BlockPos p_54462_) int
TintedGlassBlock.getLightBlock
(BlockState p_154828_, BlockGetter p_154829_, BlockPos p_154830_) GrowingPlantHeadBlock.getMaxAgeState
(BlockState p_187439_) 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_) private static BlockState
InfestedBlock.getNewStateWithProperties
(Map<BlockState, BlockState> p_153424_, BlockState p_153425_, Supplier<BlockState> p_153426_) ChangeOverTimeBlock.getNext
(BlockState p_153040_) default Optional<BlockState>
WeatheringCopper.getNext
(BlockState p_154893_) 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_) 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_) AbstractCandleBlock.getParticleOffsets
(BlockState p_151927_) CandleBlock.getParticleOffsets
(BlockState p_152812_) CandleCakeBlock.getParticleOffsets
(BlockState p_152868_) static SculkSensorPhase
SculkSensorBlock.getPhase
(BlockState p_154488_) AmethystClusterBlock.getPistonPushReaction
(BlockState p_152047_) BasePressurePlateBlock.getPistonPushReaction
(BlockState p_49353_) BaseRailBlock.getPistonPushReaction
(BlockState p_49415_) BedBlock.getPistonPushReaction
(BlockState p_49556_) BellBlock.getPistonPushReaction
(BlockState p_49765_) BuddingAmethystBlock.getPistonPushReaction
(BlockState p_152733_) DoorBlock.getPistonPushReaction
(BlockState p_52814_) EndRodBlock.getPistonPushReaction
(BlockState p_53112_) GlazedTerracottaBlock.getPistonPushReaction
(BlockState p_53683_) IceBlock.getPistonPushReaction
(BlockState p_54173_) LanternBlock.getPistonPushReaction
(BlockState p_153494_) PointedDripstoneBlock.getPistonPushReaction
(BlockState p_154237_) ShulkerBoxBlock.getPistonPushReaction
(BlockState p_56265_) StructureVoidBlock.getPistonPushReaction
(BlockState p_57163_) static Optional<BlockState>
WeatheringCopper.getPrevious
(BlockState p_154900_) BaseRailBlock.getRailDirection
(BlockState state, BlockGetter world, BlockPos pos, AbstractMinecart cart) AbstractFurnaceBlock.getRenderShape
(BlockState p_48727_) AirBlock.getRenderShape
(BlockState p_48758_) BarrelBlock.getRenderShape
(BlockState p_49090_) BarrierBlock.getRenderShape
(BlockState p_49098_) BaseEntityBlock.getRenderShape
(BlockState p_49232_) BeaconBlock.getRenderShape
(BlockState p_49439_) BedBlock.getRenderShape
(BlockState p_49545_) BeehiveBlock.getRenderShape
(BlockState p_49653_) BellBlock.getRenderShape
(BlockState p_49753_) BrewingStandBlock.getRenderShape
(BlockState p_50950_) BubbleColumnBlock.getRenderShape
(BlockState p_51003_) CampfireBlock.getRenderShape
(BlockState p_51307_) ChestBlock.getRenderShape
(BlockState p_51567_) CommandBlock.getRenderShape
(BlockState p_51853_) ConduitBlock.getRenderShape
(BlockState p_52120_) DaylightDetectorBlock.getRenderShape
(BlockState p_52400_) DispenserBlock.getRenderShape
(BlockState p_52725_) EnchantmentTableBlock.getRenderShape
(BlockState p_52986_) EnderChestBlock.getRenderShape
(BlockState p_53169_) FlowerPotBlock.getRenderShape
(BlockState p_53554_) GrindstoneBlock.getRenderShape
(BlockState p_53840_) HopperBlock.getRenderShape
(BlockState p_54103_) JukeboxBlock.getRenderShape
(BlockState p_54296_) LecternBlock.getRenderShape
(BlockState p_54559_) LightBlock.getRenderShape
(BlockState p_153693_) LiquidBlock.getRenderShape
(BlockState p_54738_) SculkSensorBlock.getRenderShape
(BlockState p_154477_) ShulkerBoxBlock.getRenderShape
(BlockState p_56255_) SpawnerBlock.getRenderShape
(BlockState p_56794_) StonecutterBlock.getRenderShape
(BlockState p_57098_) StructureBlock.getRenderShape
(BlockState p_57144_) StructureVoidBlock.getRenderShape
(BlockState p_57156_) static int
RespawnAnchorBlock.getScaledChargeLevel
(BlockState p_55862_, int p_55863_) 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
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_) BambooBlock.getShape
(BlockState p_48945_, BlockGetter p_48946_, BlockPos p_48947_, CollisionContext p_48948_) BambooSaplingBlock.getShape
(BlockState p_49003_, BlockGetter p_49004_, BlockPos p_49005_, CollisionContext p_49006_) 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_) 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_) 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_) 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_) 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_) 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_) static VoxelShape
WallTorchBlock.getShape
(BlockState p_58157_) 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_) private int
StairBlock.getShapeIndex
(BlockState p_56983_) 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.getSignalForState
(BlockState p_49354_) protected int
PressurePlateBlock.getSignalForState
(BlockState p_55270_) protected int
WeightedPressurePlateBlock.getSignalForState
(BlockState p_58220_) Block.getSoundType
(BlockState p_49963_) Deprecated.MultifaceBlock.getSpreadFromFaceTowardDirection
(BlockState p_153856_, BlockGetter p_153857_, BlockPos p_153858_, Direction p_153859_, Direction p_153860_) private static StairsShape
StairBlock.getStairsShape
(BlockState p_56977_, BlockGetter p_56978_, BlockPos p_56979_) MultifaceBlock.getStateForPlacement
(BlockState p_153941_, BlockGetter p_153942_, BlockPos p_153943_, Direction p_153944_) <T extends BlockEntity>
BlockEntityTicker<T>AbstractSkullBlock.getTicker
(Level p_151992_, BlockState p_151993_, BlockEntityType<T> p_151994_) <T extends BlockEntity>
BlockEntityTicker<T>BeaconBlock.getTicker
(Level p_152160_, BlockState p_152161_, BlockEntityType<T> p_152162_) <T extends BlockEntity>
BlockEntityTicker<T>BeehiveBlock.getTicker
(Level p_152180_, BlockState p_152181_, BlockEntityType<T> p_152182_) <T extends BlockEntity>
BlockEntityTicker<T>BellBlock.getTicker
(Level p_152194_, BlockState p_152195_, BlockEntityType<T> p_152196_) <T extends BlockEntity>
BlockEntityTicker<T>BlastFurnaceBlock.getTicker
(Level p_152382_, BlockState p_152383_, BlockEntityType<T> p_152384_) <T extends BlockEntity>
BlockEntityTicker<T>BrewingStandBlock.getTicker
(Level p_152694_, BlockState p_152695_, BlockEntityType<T> p_152696_) <T extends BlockEntity>
BlockEntityTicker<T>CampfireBlock.getTicker
(Level p_152755_, BlockState p_152756_, BlockEntityType<T> p_152757_) <T extends BlockEntity>
BlockEntityTicker<T>ChestBlock.getTicker
(Level p_153055_, BlockState p_153056_, BlockEntityType<T> p_153057_) <T extends BlockEntity>
BlockEntityTicker<T>ConduitBlock.getTicker
(Level p_153094_, BlockState p_153095_, BlockEntityType<T> p_153096_) <T extends BlockEntity>
BlockEntityTicker<T>DaylightDetectorBlock.getTicker
(Level p_153109_, BlockState p_153110_, BlockEntityType<T> p_153111_) <T extends BlockEntity>
BlockEntityTicker<T>EnchantmentTableBlock.getTicker
(Level p_153182_, BlockState p_153183_, BlockEntityType<T> p_153184_) <T extends BlockEntity>
BlockEntityTicker<T>EnderChestBlock.getTicker
(Level p_153199_, BlockState p_153200_, BlockEntityType<T> p_153201_) <T extends BlockEntity>
BlockEntityTicker<T>EndGatewayBlock.getTicker
(Level p_153189_, BlockState p_153190_, BlockEntityType<T> p_153191_) default <T extends BlockEntity>
BlockEntityTicker<T>EntityBlock.getTicker
(Level p_153212_, BlockState p_153213_, BlockEntityType<T> p_153214_) <T extends BlockEntity>
BlockEntityTicker<T>FurnaceBlock.getTicker
(Level p_153273_, BlockState p_153274_, BlockEntityType<T> p_153275_) <T extends BlockEntity>
BlockEntityTicker<T>HopperBlock.getTicker
(Level p_153378_, BlockState p_153379_, BlockEntityType<T> p_153380_) <T extends BlockEntity>
BlockEntityTicker<T>SculkSensorBlock.getTicker
(Level p_154401_, BlockState p_154402_, BlockEntityType<T> p_154403_) <T extends BlockEntity>
BlockEntityTicker<T>ShulkerBoxBlock.getTicker
(Level p_154543_, BlockState p_154544_, BlockEntityType<T> p_154545_) <T extends BlockEntity>
BlockEntityTicker<T>SmokerBlock.getTicker
(Level p_154640_, BlockState p_154641_, BlockEntityType<T> p_154642_) <T extends BlockEntity>
BlockEntityTicker<T>SpawnerBlock.getTicker
(Level p_154683_, BlockState p_154684_, BlockEntityType<T> p_154685_) static Direction
JigsawBlock.getTopFacing
(BlockState p_54253_) private BlockState
VineBlock.getUpdatedState
(BlockState p_57902_, BlockGetter p_57903_, BlockPos p_57904_) 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_) 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_) private VoxelShape
BellBlock.getVoxelShape
(BlockState p_49767_) private VoxelShape
GrindstoneBlock.getVoxelShape
(BlockState p_53856_) boolean
ComparatorBlock.getWeakChanges
(BlockState state, LevelReader world, BlockPos pos) private int
RedStoneWireBlock.getWireSignal
(BlockState p_55649_) protected void
BambooBlock.growBamboo
(BlockState p_48911_, Level p_48912_, BlockPos p_48913_, Random p_48914_, int p_48915_) void
CropBlock.growCrops
(Level p_52264_, BlockPos p_52265_, BlockState p_52266_) boolean
MushroomBlock.growMushroom
(ServerLevel p_54860_, BlockPos p_54861_, BlockState p_54862_, Random p_54863_) static void
PointedDripstoneBlock.growStalactiteOrStalagmiteIfPossible
(BlockState p_154226_, ServerLevel p_154227_, BlockPos p_154228_, Random p_154229_) 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_) 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_) boolean
AbstractCauldronBlock.hasAnalogOutputSignal
(BlockState p_151986_) boolean
AbstractFurnaceBlock.hasAnalogOutputSignal
(BlockState p_48700_) boolean
BarrelBlock.hasAnalogOutputSignal
(BlockState p_49058_) boolean
BeehiveBlock.hasAnalogOutputSignal
(BlockState p_49618_) boolean
BrewingStandBlock.hasAnalogOutputSignal
(BlockState p_50919_) boolean
CakeBlock.hasAnalogOutputSignal
(BlockState p_51191_) boolean
CandleCakeBlock.hasAnalogOutputSignal
(BlockState p_152909_) boolean
ChestBlock.hasAnalogOutputSignal
(BlockState p_51520_) boolean
CommandBlock.hasAnalogOutputSignal
(BlockState p_51814_) boolean
ComposterBlock.hasAnalogOutputSignal
(BlockState p_51928_) boolean
DetectorRailBlock.hasAnalogOutputSignal
(BlockState p_52442_) boolean
DispenserBlock.hasAnalogOutputSignal
(BlockState p_52682_) boolean
EndPortalFrameBlock.hasAnalogOutputSignal
(BlockState p_53054_) boolean
HopperBlock.hasAnalogOutputSignal
(BlockState p_54055_) boolean
JukeboxBlock.hasAnalogOutputSignal
(BlockState p_54275_) boolean
LecternBlock.hasAnalogOutputSignal
(BlockState p_54503_) boolean
RespawnAnchorBlock.hasAnalogOutputSignal
(BlockState p_55860_) boolean
SculkSensorBlock.hasAnalogOutputSignal
(BlockState p_154481_) boolean
ShulkerBoxBlock.hasAnalogOutputSignal
(BlockState p_56221_) protected static boolean
MultifaceBlock.hasAnyFace
(BlockState p_153961_) private static boolean
MultifaceBlock.hasAnyVacantFace
(BlockState p_153963_) private static boolean
MultifaceBlock.hasFace
(BlockState p_153901_, Direction p_153902_) private boolean
VineBlock.hasFaces
(BlockState p_57908_) static boolean
CaveVines.hasGlowBerries
(BlockState p_152952_) private boolean
VineBlock.hasHorizontalConnection
(BlockState p_57912_) 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_) InfestedBlock.hostStateByInfested
(BlockState p_153433_) static BlockState
InfestedBlock.infestedStateByHost
(BlockState p_153431_) 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_) protected boolean
DiodeBlock.isAlternateInput
(BlockState p_52585_) protected boolean
RepeaterBlock.isAlternateInput
(BlockState p_55832_) boolean
AzaleaBlock.isBonemealSuccess
(Level p_152079_, Random p_152080_, BlockPos p_152081_, BlockState p_152082_) boolean
BambooBlock.isBonemealSuccess
(Level p_48891_, Random p_48892_, BlockPos p_48893_, BlockState p_48894_) boolean
BambooSaplingBlock.isBonemealSuccess
(Level p_48976_, Random p_48977_, BlockPos p_48978_, BlockState p_48979_) boolean
BigDripleafBlock.isBonemealSuccess
(Level p_152237_, Random p_152238_, BlockPos p_152239_, BlockState p_152240_) boolean
BigDripleafStemBlock.isBonemealSuccess
(Level p_152345_, Random p_152346_, BlockPos p_152347_, BlockState p_152348_) boolean
BonemealableBlock.isBonemealSuccess
(Level p_50901_, Random p_50902_, BlockPos p_50903_, BlockState p_50904_) boolean
CaveVinesBlock.isBonemealSuccess
(Level p_152975_, Random p_152976_, BlockPos p_152977_, BlockState p_152978_) boolean
CaveVinesPlantBlock.isBonemealSuccess
(Level p_153016_, Random p_153017_, BlockPos p_153018_, BlockState p_153019_) boolean
CocoaBlock.isBonemealSuccess
(Level p_51757_, Random p_51758_, BlockPos p_51759_, BlockState p_51760_) boolean
CropBlock.isBonemealSuccess
(Level p_52268_, Random p_52269_, BlockPos p_52270_, BlockState p_52271_) boolean
FungusBlock.isBonemealSuccess
(Level p_53613_, Random p_53614_, BlockPos p_53615_, BlockState p_53616_) boolean
GlowLichenBlock.isBonemealSuccess
(Level p_153294_, Random p_153295_, BlockPos p_153296_, BlockState p_153297_) boolean
GrassBlock.isBonemealSuccess
(Level p_53697_, Random p_53698_, BlockPos p_53699_, BlockState p_53700_) boolean
GrowingPlantBodyBlock.isBonemealSuccess
(Level p_53905_, Random p_53906_, BlockPos p_53907_, BlockState p_53908_) boolean
GrowingPlantHeadBlock.isBonemealSuccess
(Level p_53944_, Random p_53945_, BlockPos p_53946_, BlockState p_53947_) boolean
MossBlock.isBonemealSuccess
(Level p_153802_, Random p_153803_, BlockPos p_153804_, BlockState p_153805_) boolean
MushroomBlock.isBonemealSuccess
(Level p_54875_, Random p_54876_, BlockPos p_54877_, BlockState p_54878_) boolean
NetherrackBlock.isBonemealSuccess
(Level p_55007_, Random p_55008_, BlockPos p_55009_, BlockState p_55010_) boolean
NyliumBlock.isBonemealSuccess
(Level p_55069_, Random p_55070_, BlockPos p_55071_, BlockState p_55072_) boolean
RootedDirtBlock.isBonemealSuccess
(Level p_154371_, Random p_154372_, BlockPos p_154373_, BlockState p_154374_) boolean
SaplingBlock.isBonemealSuccess
(Level p_55996_, Random p_55997_, BlockPos p_55998_, BlockState p_55999_) boolean
SeagrassBlock.isBonemealSuccess
(Level p_154515_, Random p_154516_, BlockPos p_154517_, BlockState p_154518_) boolean
SeaPickleBlock.isBonemealSuccess
(Level p_56096_, Random p_56097_, BlockPos p_56098_, BlockState p_56099_) boolean
SmallDripleafBlock.isBonemealSuccess
(Level p_154605_, Random p_154606_, BlockPos p_154607_, BlockState p_154608_) boolean
StemBlock.isBonemealSuccess
(Level p_57035_, Random p_57036_, BlockPos p_57037_, BlockState p_57038_) boolean
SweetBerryBushBlock.isBonemealSuccess
(Level p_57265_, Random p_57266_, BlockPos p_57267_, BlockState p_57268_) boolean
TallFlowerBlock.isBonemealSuccess
(Level p_57308_, Random p_57309_, BlockPos p_57310_, BlockState p_57311_) boolean
TallGrassBlock.isBonemealSuccess
(Level p_57330_, Random p_57331_, BlockPos p_57332_, BlockState p_57333_) boolean
BambooBlock.isCollisionShapeFullBlock
(BlockState p_181159_, BlockGetter p_181160_, BlockPos p_181161_) boolean
PointedDripstoneBlock.isCollisionShapeFullBlock
(BlockState p_181235_, BlockGetter p_181236_, BlockPos p_181237_) static boolean
InfestedBlock.isCompatibleHostBlock
(BlockState p_54196_) private static boolean
WallBlock.isConnected
(BlockState p_58011_, Property<WallSide> p_58012_) private static boolean
RedStoneWireBlock.isCross
(BlockState p_55645_) static boolean
SeaPickleBlock.isDead
(BlockState p_56133_) static boolean
DiodeBlock.isDiode
(BlockState p_52587_) private static boolean
RedStoneWireBlock.isDot
(BlockState p_55647_) protected boolean
AbstractCauldronBlock.isEntityInsideContent
(BlockState p_151980_, BlockPos p_151981_, Entity p_151982_) static boolean
Block.isExceptionForConnection
(BlockState p_152464_) boolean
BaseRailBlock.isFlexibleRail
(BlockState state, BlockGetter world, BlockPos pos) static boolean
FallingBlock.isFree
(BlockState p_53242_) abstract boolean
AbstractCauldronBlock.isFull
(BlockState p_151984_) boolean
CauldronBlock.isFull
(BlockState p_152947_) boolean
LavaCauldronBlock.isFull
(BlockState p_153511_) boolean
LayeredCauldronBlock.isFull
(BlockState p_153555_) boolean
TrapDoorBlock.isLadder
(BlockState state, LevelReader world, BlockPos pos, LivingEntity entity) static boolean
AbstractCandleBlock.isLit
(BlockState p_151934_) static boolean
CampfireBlock.isLitCampfire
(BlockState p_51320_) boolean
DiodeBlock.isLocked
(LevelReader p_52511_, BlockPos p_52512_, BlockState p_52513_) boolean
RepeaterBlock.isLocked
(LevelReader p_55805_, BlockPos p_55806_, BlockState p_55807_) boolean
CropBlock.isMaxAge
(BlockState p_52308_) boolean
GrowingPlantHeadBlock.isMaxAge
(BlockState p_187441_) boolean
DoorBlock.isOpen
(BlockState p_52816_) 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
BambooBlock.isPathfindable
(BlockState p_48906_, BlockGetter p_48907_, BlockPos p_48908_, PathComputationType p_48909_) 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
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_) private static boolean
PointedDripstoneBlock.isPointedDripstoneWithDirection
(BlockState p_154208_, Direction p_154209_) private boolean
BellBlock.isProperHit
(BlockState p_49740_, Direction p_49741_, double p_49742_) static boolean
BaseRailBlock.isRail
(BlockState p_49417_) boolean
BambooBlock.isRandomlyTicking
(BlockState p_48930_) boolean
Block.isRandomlyTicking
(BlockState p_49921_) boolean
ChorusFlowerBlock.isRandomlyTicking
(BlockState p_51696_) boolean
CocoaBlock.isRandomlyTicking
(BlockState p_51780_) boolean
CropBlock.isRandomlyTicking
(BlockState p_52288_) boolean
GrowingPlantHeadBlock.isRandomlyTicking
(BlockState p_53961_) boolean
LeavesBlock.isRandomlyTicking
(BlockState p_54449_) boolean
LiquidBlock.isRandomlyTicking
(BlockState p_54732_) boolean
NetherWartBlock.isRandomlyTicking
(BlockState p_54979_) boolean
RedStoneOreBlock.isRandomlyTicking
(BlockState p_55486_) boolean
StairBlock.isRandomlyTicking
(BlockState p_56947_) boolean
SweetBerryBushBlock.isRandomlyTicking
(BlockState p_57284_) boolean
WeatheringCopperFullBlock.isRandomlyTicking
(BlockState p_154935_) boolean
WeatheringCopperSlabBlock.isRandomlyTicking
(BlockState p_154947_) boolean
WeatheringCopperStairBlock.isRandomlyTicking
(BlockState p_154961_) private boolean
FenceBlock.isSameFence
(BlockState p_153255_) boolean
BasePressurePlateBlock.isSignalSource
(BlockState p_49351_) boolean
ButtonBlock.isSignalSource
(BlockState p_51114_) boolean
DaylightDetectorBlock.isSignalSource
(BlockState p_52407_) boolean
DetectorRailBlock.isSignalSource
(BlockState p_52489_) boolean
DiodeBlock.isSignalSource
(BlockState p_52572_) boolean
LecternBlock.isSignalSource
(BlockState p_54575_) boolean
LeverBlock.isSignalSource
(BlockState p_54675_) boolean
LightningRodBlock.isSignalSource
(BlockState p_153769_) boolean
ObserverBlock.isSignalSource
(BlockState p_55138_) boolean
PoweredBlock.isSignalSource
(BlockState p_55213_) boolean
RedstoneTorchBlock.isSignalSource
(BlockState p_55730_) boolean
RedStoneWireBlock.isSignalSource
(BlockState p_55636_) boolean
SculkSensorBlock.isSignalSource
(BlockState p_154484_) boolean
TargetBlock.isSignalSource
(BlockState p_57418_) boolean
TrappedChestBlock.isSignalSource
(BlockState p_57587_) boolean
TripWireHookBlock.isSignalSource
(BlockState p_57750_) private boolean
CampfireBlock.isSmokeSource
(BlockState p_51324_) private static boolean
SnowyDirtBlock.isSnowySetting
(BlockState p_154649_) static boolean
StairBlock.isStairs
(BlockState p_56981_) private static boolean
PointedDripstoneBlock.isStalactite
(BlockState p_154241_) private static boolean
PointedDripstoneBlock.isStalactiteStartPos
(BlockState p_154204_, LevelReader p_154205_, BlockPos p_154206_) private static boolean
PointedDripstoneBlock.isStalagmite
(BlockState p_154243_) abstract boolean
SupportType.isSupporting
(BlockState p_57209_, BlockGetter p_57210_, BlockPos p_57211_, Direction p_57212_) private static boolean
PointedDripstoneBlock.isTip
(BlockState p_154154_, boolean p_154155_) private static boolean
PointedDripstoneBlock.isUnmergedTipWithDirection
(BlockState p_154144_, Direction p_154145_) boolean
AzaleaBlock.isValidBonemealTarget
(BlockGetter p_152074_, BlockPos p_152075_, BlockState p_152076_, boolean p_152077_) boolean
BambooBlock.isValidBonemealTarget
(BlockGetter p_48886_, BlockPos p_48887_, BlockState p_48888_, boolean p_48889_) boolean
BambooSaplingBlock.isValidBonemealTarget
(BlockGetter p_48968_, BlockPos p_48969_, BlockState p_48970_, boolean p_48971_) boolean
BigDripleafBlock.isValidBonemealTarget
(BlockGetter p_152223_, BlockPos p_152224_, BlockState p_152225_, boolean p_152226_) boolean
BigDripleafStemBlock.isValidBonemealTarget
(BlockGetter p_152340_, BlockPos p_152341_, BlockState p_152342_, boolean p_152343_) boolean
BonemealableBlock.isValidBonemealTarget
(BlockGetter p_50897_, BlockPos p_50898_, BlockState p_50899_, boolean p_50900_) boolean
CaveVinesBlock.isValidBonemealTarget
(BlockGetter p_152970_, BlockPos p_152971_, BlockState p_152972_, boolean p_152973_) boolean
CaveVinesPlantBlock.isValidBonemealTarget
(BlockGetter p_153011_, BlockPos p_153012_, BlockState p_153013_, boolean p_153014_) boolean
CocoaBlock.isValidBonemealTarget
(BlockGetter p_51752_, BlockPos p_51753_, BlockState p_51754_, boolean p_51755_) boolean
CropBlock.isValidBonemealTarget
(BlockGetter p_52258_, BlockPos p_52259_, BlockState p_52260_, boolean p_52261_) boolean
FungusBlock.isValidBonemealTarget
(BlockGetter p_53608_, BlockPos p_53609_, BlockState p_53610_, boolean p_53611_) boolean
GlowLichenBlock.isValidBonemealTarget
(BlockGetter p_153289_, BlockPos p_153290_, BlockState p_153291_, boolean p_153292_) boolean
GrassBlock.isValidBonemealTarget
(BlockGetter p_53692_, BlockPos p_53693_, BlockState p_53694_, boolean p_53695_) boolean
GrowingPlantBodyBlock.isValidBonemealTarget
(BlockGetter p_53900_, BlockPos p_53901_, BlockState p_53902_, boolean p_53903_) boolean
GrowingPlantHeadBlock.isValidBonemealTarget
(BlockGetter p_53939_, BlockPos p_53940_, BlockState p_53941_, boolean p_53942_) boolean
MossBlock.isValidBonemealTarget
(BlockGetter p_153797_, BlockPos p_153798_, BlockState p_153799_, boolean p_153800_) boolean
MushroomBlock.isValidBonemealTarget
(BlockGetter p_54870_, BlockPos p_54871_, BlockState p_54872_, boolean p_54873_) boolean
NetherrackBlock.isValidBonemealTarget
(BlockGetter p_55002_, BlockPos p_55003_, BlockState p_55004_, boolean p_55005_) boolean
NyliumBlock.isValidBonemealTarget
(BlockGetter p_55064_, BlockPos p_55065_, BlockState p_55066_, boolean p_55067_) boolean
RootedDirtBlock.isValidBonemealTarget
(BlockGetter p_154366_, BlockPos p_154367_, BlockState p_154368_, boolean p_154369_) boolean
SaplingBlock.isValidBonemealTarget
(BlockGetter p_55991_, BlockPos p_55992_, BlockState p_55993_, boolean p_55994_) boolean
SeagrassBlock.isValidBonemealTarget
(BlockGetter p_154510_, BlockPos p_154511_, BlockState p_154512_, boolean p_154513_) boolean
SeaPickleBlock.isValidBonemealTarget
(BlockGetter p_56091_, BlockPos p_56092_, BlockState p_56093_, boolean p_56094_) boolean
SmallDripleafBlock.isValidBonemealTarget
(BlockGetter p_154594_, BlockPos p_154595_, BlockState p_154596_, boolean p_154597_) boolean
StemBlock.isValidBonemealTarget
(BlockGetter p_57030_, BlockPos p_57031_, BlockState p_57032_, boolean p_57033_) boolean
SweetBerryBushBlock.isValidBonemealTarget
(BlockGetter p_57260_, BlockPos p_57261_, BlockState p_57262_, boolean p_57263_) boolean
TallFlowerBlock.isValidBonemealTarget
(BlockGetter p_57303_, BlockPos p_57304_, BlockState p_57305_, boolean p_57306_) boolean
TallGrassBlock.isValidBonemealTarget
(BlockGetter p_57325_, BlockPos p_57326_, BlockState p_57327_, boolean p_57328_) static boolean
NetherVines.isValidGrowthState
(BlockState p_54964_) private boolean
FenceGateBlock.isWall
(BlockState p_53405_) static boolean
DoorBlock.isWoodenDoor
(BlockState p_52818_) 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_) private BlockState
MultifaceBlock.mapDirections
(BlockState p_153911_, Function<Direction, Direction> p_153912_) static void
PointedDripstoneBlock.maybeFillCauldron
(BlockState p_154102_, ServerLevel p_154103_, BlockPos p_154104_, float p_154105_) 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_) protected boolean
FungusBlock.mayPlaceOn
(BlockState p_53623_, BlockGetter p_53624_, BlockPos p_53625_) 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_) AbstractFurnaceBlock.mirror
(BlockState p_48719_, Mirror p_48720_) AmethystClusterBlock.mirror
(BlockState p_152030_, Mirror p_152031_) AttachedStemBlock.mirror
(BlockState p_48842_, Mirror p_48843_) BannerBlock.mirror
(BlockState p_49023_, Mirror p_49024_) BarrelBlock.mirror
(BlockState p_49082_, Mirror p_49083_) BaseCoralWallFanBlock.mirror
(BlockState p_49204_, Mirror p_49205_) BeehiveBlock.mirror
(BlockState blockState, Mirror mirror) CampfireBlock.mirror
(BlockState p_51292_, Mirror p_51293_) ChestBlock.mirror
(BlockState p_51549_, Mirror p_51550_) CommandBlock.mirror
(BlockState p_51845_, Mirror p_51846_) CrossCollisionBlock.mirror
(BlockState p_52338_, Mirror p_52339_) DetectorRailBlock.mirror
(BlockState p_52463_, Mirror p_52464_) DispenserBlock.mirror
(BlockState p_52713_, Mirror p_52714_) DoorBlock.mirror
(BlockState p_52787_, Mirror p_52788_) EnderChestBlock.mirror
(BlockState p_53154_, Mirror p_53155_) EndPortalFrameBlock.mirror
(BlockState p_53065_, Mirror p_53066_) GrindstoneBlock.mirror
(BlockState p_53832_, Mirror p_53833_) HopperBlock.mirror
(BlockState p_54091_, Mirror p_54092_) HorizontalDirectionalBlock.mirror
(BlockState p_54122_, Mirror p_54123_) HugeMushroomBlock.mirror
(BlockState p_54140_, Mirror p_54141_) JigsawBlock.mirror
(BlockState p_54238_, Mirror p_54239_) LadderBlock.mirror
(BlockState p_54357_, Mirror p_54358_) LecternBlock.mirror
(BlockState p_54537_, Mirror p_54538_) MultifaceBlock.mirror
(BlockState p_153892_, Mirror p_153893_) ObserverBlock.mirror
(BlockState p_55112_, Mirror p_55113_) PoweredRailBlock.mirror
(BlockState p_55237_, Mirror p_55238_) RailBlock.mirror
(BlockState p_55402_, Mirror p_55403_) RedstoneWallTorchBlock.mirror
(BlockState p_55766_, Mirror p_55767_) RedStoneWireBlock.mirror
(BlockState p_55589_, Mirror p_55590_) RodBlock.mirror
(BlockState p_154351_, Mirror p_154352_) ShulkerBoxBlock.mirror
(BlockState p_56240_, Mirror p_56241_) SkullBlock.mirror
(BlockState p_56323_, Mirror p_56324_) SmallDripleafBlock.mirror
(BlockState p_154619_, Mirror p_154620_) StairBlock.mirror
(BlockState p_56919_, Mirror p_56920_) StandingSignBlock.mirror
(BlockState p_56999_, Mirror p_57000_) StonecutterBlock.mirror
(BlockState p_57090_, Mirror p_57091_) TripWireBlock.mirror
(BlockState p_57636_, Mirror p_57637_) TripWireHookBlock.mirror
(BlockState p_57725_, Mirror p_57726_) VineBlock.mirror
(BlockState p_57865_, Mirror p_57866_) WallBannerBlock.mirror
(BlockState p_57929_, Mirror p_57930_) WallBlock.mirror
(BlockState p_58001_, Mirror p_58002_) WallSignBlock.mirror
(BlockState p_58077_, Mirror p_58078_) WallSkullBlock.mirror
(BlockState p_58106_, Mirror p_58107_) WallTorchBlock.mirror
(BlockState p_58137_, Mirror p_58138_) 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_) ChestBlock.newBlockEntity
(BlockPos p_153064_, BlockState p_153065_) 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_) SculkSensorBlock.newBlockEntity
(BlockPos p_154466_, BlockState p_154467_) 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_) private static Boolean
Blocks.ocelotOrParrot
(BlockState p_50822_, BlockGetter p_50823_, BlockPos p_50824_, EntityType<?> p_50825_) void
TntBlock.onCaughtFire
(BlockState state, Level world, BlockPos pos, Direction face, LivingEntity igniter) boolean
BellBlock.onHit
(Level p_49702_, BlockState p_49703_, BlockHitResult p_49704_, Player p_49705_, boolean p_49706_) 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
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_) void
AbstractCandleBlock.onProjectileHit
(Level p_151905_, BlockState p_151906_, BlockHitResult p_151907_, Projectile p_151908_) void
AmethystBlock.onProjectileHit
(Level p_152001_, BlockState p_152002_, BlockHitResult p_152003_, Projectile p_152004_) void
BellBlock.onProjectileHit
(Level p_49708_, BlockState p_49709_, BlockHitResult p_49710_, Projectile p_49711_) void
BigDripleafBlock.onProjectileHit
(Level p_152228_, BlockState p_152229_, BlockHitResult p_152230_, Projectile p_152231_) void
CampfireBlock.onProjectileHit
(Level p_51244_, BlockState p_51245_, BlockHitResult p_51246_, Projectile p_51247_) void
ChorusFlowerBlock.onProjectileHit
(Level p_51654_, BlockState p_51655_, BlockHitResult p_51656_, Projectile p_51657_) void
LightningRodBlock.onProjectileHit
(Level p_153713_, BlockState p_153714_, BlockHitResult p_153715_, Projectile p_153716_) void
PointedDripstoneBlock.onProjectileHit
(Level p_154042_, BlockState p_154043_, BlockHitResult p_154044_, Projectile p_154045_) void
TargetBlock.onProjectileHit
(Level p_57381_, BlockState p_57382_, BlockHitResult p_57383_, Projectile p_57384_) void
TntBlock.onProjectileHit
(Level p_57429_, BlockState p_57430_, BlockHitResult p_57431_, Projectile p_57432_) default void
ChangeOverTimeBlock.onRandomTick
(BlockState p_153042_, ServerLevel p_153043_, BlockPos p_153044_, Random p_153045_) 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
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
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_) void
AzaleaBlock.performBonemeal
(ServerLevel p_152069_, Random p_152070_, BlockPos p_152071_, BlockState p_152072_) void
BambooBlock.performBonemeal
(ServerLevel p_48876_, Random p_48877_, BlockPos p_48878_, BlockState p_48879_) void
BambooSaplingBlock.performBonemeal
(ServerLevel p_48959_, Random p_48960_, BlockPos p_48961_, BlockState p_48962_) void
BigDripleafBlock.performBonemeal
(ServerLevel p_152216_, Random p_152217_, BlockPos p_152218_, BlockState p_152219_) void
BigDripleafStemBlock.performBonemeal
(ServerLevel p_152331_, Random p_152332_, BlockPos p_152333_, BlockState p_152334_) void
BonemealableBlock.performBonemeal
(ServerLevel p_50893_, Random p_50894_, BlockPos p_50895_, BlockState p_50896_) void
CaveVinesBlock.performBonemeal
(ServerLevel p_152961_, Random p_152962_, BlockPos p_152963_, BlockState p_152964_) void
CaveVinesPlantBlock.performBonemeal
(ServerLevel p_153002_, Random p_153003_, BlockPos p_153004_, BlockState p_153005_) void
CocoaBlock.performBonemeal
(ServerLevel p_51745_, Random p_51746_, BlockPos p_51747_, BlockState p_51748_) void
CropBlock.performBonemeal
(ServerLevel p_52249_, Random p_52250_, BlockPos p_52251_, BlockState p_52252_) void
FungusBlock.performBonemeal
(ServerLevel p_53603_, Random p_53604_, BlockPos p_53605_, BlockState p_53606_) void
GlowLichenBlock.performBonemeal
(ServerLevel p_153284_, Random p_153285_, BlockPos p_153286_, BlockState p_153287_) void
GrassBlock.performBonemeal
(ServerLevel p_53687_, Random p_53688_, BlockPos p_53689_, BlockState p_53690_) void
GrowingPlantBodyBlock.performBonemeal
(ServerLevel p_53891_, Random p_53892_, BlockPos p_53893_, BlockState p_53894_) void
GrowingPlantHeadBlock.performBonemeal
(ServerLevel p_53934_, Random p_53935_, BlockPos p_53936_, BlockState p_53937_) void
MossBlock.performBonemeal
(ServerLevel p_153792_, Random p_153793_, BlockPos p_153794_, BlockState p_153795_) void
MushroomBlock.performBonemeal
(ServerLevel p_54865_, Random p_54866_, BlockPos p_54867_, BlockState p_54868_) void
NetherrackBlock.performBonemeal
(ServerLevel p_54997_, Random p_54998_, BlockPos p_54999_, BlockState p_55000_) void
NyliumBlock.performBonemeal
(ServerLevel p_55059_, Random p_55060_, BlockPos p_55061_, BlockState p_55062_) void
RootedDirtBlock.performBonemeal
(ServerLevel p_154361_, Random p_154362_, BlockPos p_154363_, BlockState p_154364_) void
SaplingBlock.performBonemeal
(ServerLevel p_55986_, Random p_55987_, BlockPos p_55988_, BlockState p_55989_) void
SeagrassBlock.performBonemeal
(ServerLevel p_154498_, Random p_154499_, BlockPos p_154500_, BlockState p_154501_) void
SeaPickleBlock.performBonemeal
(ServerLevel p_56084_, Random p_56085_, BlockPos p_56086_, BlockState p_56087_) void
SmallDripleafBlock.performBonemeal
(ServerLevel p_154587_, Random p_154588_, BlockPos p_154589_, BlockState p_154590_) void
StemBlock.performBonemeal
(ServerLevel p_57021_, Random p_57022_, BlockPos p_57023_, BlockState p_57024_) void
SweetBerryBushBlock.performBonemeal
(ServerLevel p_57251_, Random p_57252_, BlockPos p_57253_, BlockState p_57254_) void
TallFlowerBlock.performBonemeal
(ServerLevel p_57298_, Random p_57299_, BlockPos p_57300_, BlockState p_57301_) void
TallGrassBlock.performBonemeal
(ServerLevel p_57320_, Random p_57321_, BlockPos p_57322_, BlockState p_57323_) 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_) 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_) 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_) 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
LecternBlock.popBook
(BlockState p_54588_, Level p_54589_, BlockPos p_54590_) 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
BambooBlock.propagatesSkylightDown
(BlockState p_48941_, BlockGetter p_48942_, BlockPos p_48943_) 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_, Level p_49900_, BlockPos p_49901_) void
BambooBlock.randomTick
(BlockState p_48936_, ServerLevel p_48937_, BlockPos p_48938_, Random p_48939_) void
BambooSaplingBlock.randomTick
(BlockState p_48998_, ServerLevel p_48999_, BlockPos p_49000_, Random p_49001_) void
BeetrootBlock.randomTick
(BlockState p_49667_, ServerLevel p_49668_, BlockPos p_49669_, Random p_49670_) void
BuddingAmethystBlock.randomTick
(BlockState p_152728_, ServerLevel p_152729_, BlockPos p_152730_, Random p_152731_) void
CactusBlock.randomTick
(BlockState p_51166_, ServerLevel p_51167_, BlockPos p_51168_, Random p_51169_) void
ChorusFlowerBlock.randomTick
(BlockState p_51702_, ServerLevel p_51703_, BlockPos p_51704_, Random p_51705_) void
CocoaBlock.randomTick
(BlockState p_51782_, ServerLevel p_51783_, BlockPos p_51784_, Random p_51785_) void
CropBlock.randomTick
(BlockState p_52292_, ServerLevel p_52293_, BlockPos p_52294_, Random p_52295_) void
FarmBlock.randomTick
(BlockState p_53285_, ServerLevel p_53286_, BlockPos p_53287_, Random p_53288_) void
FrostedIceBlock.randomTick
(BlockState p_53588_, ServerLevel p_53589_, BlockPos p_53590_, Random p_53591_) void
GrowingPlantHeadBlock.randomTick
(BlockState p_53963_, ServerLevel p_53964_, BlockPos p_53965_, Random p_53966_) void
IceBlock.randomTick
(BlockState p_54164_, ServerLevel p_54165_, BlockPos p_54166_, Random p_54167_) void
LeavesBlock.randomTick
(BlockState p_54451_, ServerLevel p_54452_, BlockPos p_54453_, Random p_54454_) void
LiquidBlock.randomTick
(BlockState p_54740_, ServerLevel p_54741_, BlockPos p_54742_, Random p_54743_) void
MagmaBlock.randomTick
(BlockState p_54818_, ServerLevel p_54819_, BlockPos p_54820_, Random p_54821_) void
MushroomBlock.randomTick
(BlockState p_54884_, ServerLevel p_54885_, BlockPos p_54886_, Random p_54887_) void
NetherPortalBlock.randomTick
(BlockState p_54937_, ServerLevel p_54938_, BlockPos p_54939_, Random p_54940_) void
NetherWartBlock.randomTick
(BlockState p_54981_, ServerLevel p_54982_, BlockPos p_54983_, Random p_54984_) void
NyliumBlock.randomTick
(BlockState p_55074_, ServerLevel p_55075_, BlockPos p_55076_, Random p_55077_) void
PointedDripstoneBlock.randomTick
(BlockState p_154199_, ServerLevel p_154200_, BlockPos p_154201_, Random p_154202_) void
RedStoneOreBlock.randomTick
(BlockState p_55488_, ServerLevel p_55489_, BlockPos p_55490_, Random p_55491_) void
SaplingBlock.randomTick
(BlockState p_56003_, ServerLevel p_56004_, BlockPos p_56005_, Random p_56006_) void
SnowLayerBlock.randomTick
(BlockState p_56615_, ServerLevel p_56616_, BlockPos p_56617_, Random p_56618_) void
SpreadingSnowyDirtBlock.randomTick
(BlockState p_56819_, ServerLevel p_56820_, BlockPos p_56821_, Random p_56822_) void
StairBlock.randomTick
(BlockState p_56951_, ServerLevel p_56952_, BlockPos p_56953_, Random p_56954_) void
StemBlock.randomTick
(BlockState p_57042_, ServerLevel p_57043_, BlockPos p_57044_, Random p_57045_) void
SugarCaneBlock.randomTick
(BlockState p_57188_, ServerLevel p_57189_, BlockPos p_57190_, Random p_57191_) void
SweetBerryBushBlock.randomTick
(BlockState p_57286_, ServerLevel p_57287_, BlockPos p_57288_, Random p_57289_) void
TurtleEggBlock.randomTick
(BlockState p_57804_, ServerLevel p_57805_, BlockPos p_57806_, Random p_57807_) void
VineBlock.randomTick
(BlockState p_57892_, ServerLevel p_57893_, BlockPos p_57894_, Random p_57895_) void
WeatheringCopperFullBlock.randomTick
(BlockState p_154929_, ServerLevel p_154930_, BlockPos p_154931_, Random p_154932_) void
WeatheringCopperSlabBlock.randomTick
(BlockState p_154942_, ServerLevel p_154943_, BlockPos p_154944_, Random p_154945_) void
WeatheringCopperStairBlock.randomTick
(BlockState p_154956_, ServerLevel p_154957_, BlockPos p_154958_, Random p_154959_) 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_) protected final void
Block.registerDefaultState
(BlockState p_49960_) void
BeehiveBlock.releaseBeesAndResetHoneyLevel
(Level p_49595_, BlockState p_49596_, BlockPos p_49597_, Player p_49598_, BeehiveBlockEntity.BeeReleaseStatus p_49599_) private static BlockState
MultifaceBlock.removeFace
(BlockState p_153898_, BooleanProperty p_153899_) 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_) AbstractFurnaceBlock.rotate
(BlockState p_48722_, Rotation p_48723_) AmethystClusterBlock.rotate
(BlockState p_152033_, Rotation p_152034_) AnvilBlock.rotate
(BlockState p_48811_, Rotation p_48812_) AttachedStemBlock.rotate
(BlockState p_48845_, Rotation p_48846_) BannerBlock.rotate
(BlockState p_49026_, Rotation p_49027_) BarrelBlock.rotate
(BlockState p_49085_, Rotation p_49086_) BaseCoralWallFanBlock.rotate
(BlockState p_49207_, Rotation p_49208_) BeehiveBlock.rotate
(BlockState blockState, Rotation rotation) CampfireBlock.rotate
(BlockState p_51295_, Rotation p_51296_) ChestBlock.rotate
(BlockState p_51552_, Rotation p_51553_) CommandBlock.rotate
(BlockState p_51848_, Rotation p_51849_) CrossCollisionBlock.rotate
(BlockState p_52341_, Rotation p_52342_) DetectorRailBlock.rotate
(BlockState p_52466_, Rotation p_52467_) DispenserBlock.rotate
(BlockState p_52716_, Rotation p_52717_) DoorBlock.rotate
(BlockState p_52790_, Rotation p_52791_) EnderChestBlock.rotate
(BlockState p_53157_, Rotation p_53158_) EndPortalFrameBlock.rotate
(BlockState p_53068_, Rotation p_53069_) GrindstoneBlock.rotate
(BlockState p_53835_, Rotation p_53836_) HopperBlock.rotate
(BlockState p_54094_, Rotation p_54095_) HorizontalDirectionalBlock.rotate
(BlockState p_54125_, Rotation p_54126_) HugeMushroomBlock.rotate
(BlockState p_54143_, Rotation p_54144_) InfestedRotatedPillarBlock.rotate
(BlockState p_153443_, Rotation p_153444_) JigsawBlock.rotate
(BlockState p_54241_, Rotation p_54242_) LadderBlock.rotate
(BlockState p_54360_, Rotation p_54361_) LecternBlock.rotate
(BlockState p_54540_, Rotation p_54541_) MultifaceBlock.rotate
(BlockState p_153895_, Rotation p_153896_) NetherPortalBlock.rotate
(BlockState p_54925_, Rotation p_54926_) ObserverBlock.rotate
(BlockState p_55115_, Rotation p_55116_) PoweredRailBlock.rotate
(BlockState p_55240_, Rotation p_55241_) RailBlock.rotate
(BlockState p_55405_, Rotation p_55406_) RedstoneWallTorchBlock.rotate
(BlockState p_55769_, Rotation p_55770_) RedStoneWireBlock.rotate
(BlockState p_55592_, Rotation p_55593_) RodBlock.rotate
(BlockState p_154354_, Rotation p_154355_) RotatedPillarBlock.rotate
(BlockState p_55930_, Rotation p_55931_) ShulkerBoxBlock.rotate
(BlockState p_56243_, Rotation p_56244_) SkullBlock.rotate
(BlockState p_56326_, Rotation p_56327_) SmallDripleafBlock.rotate
(BlockState p_154622_, Rotation p_154623_) StairBlock.rotate
(BlockState p_56922_, Rotation p_56923_) StandingSignBlock.rotate
(BlockState p_57002_, Rotation p_57003_) StonecutterBlock.rotate
(BlockState p_57093_, Rotation p_57094_) TripWireBlock.rotate
(BlockState p_57639_, Rotation p_57640_) TripWireHookBlock.rotate
(BlockState p_57728_, Rotation p_57729_) VineBlock.rotate
(BlockState p_57868_, Rotation p_57869_) WallBannerBlock.rotate
(BlockState p_57932_, Rotation p_57933_) WallBlock.rotate
(BlockState p_58004_, Rotation p_58005_) WallSignBlock.rotate
(BlockState p_58080_, Rotation p_58081_) WallSkullBlock.rotate
(BlockState p_58109_, Rotation p_58110_) WallTorchBlock.rotate
(BlockState p_58140_, Rotation p_58141_) static BlockState
RotatedPillarBlock.rotatePillar
(BlockState p_154377_, Rotation p_154378_) protected static boolean
BaseCoralPlantTypeBlock.scanForWater
(BlockState p_49187_, BlockGetter p_49188_, BlockPos p_49189_) 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
(LevelAccessor p_54270_, BlockPos p_54271_, BlockState p_54272_, ItemStack p_54273_) protected abstract BlockState
BasePressurePlateBlock.setSignalForState
(BlockState p_49301_, int p_49302_) protected BlockState
PressurePlateBlock.setSignalForState
(BlockState p_55259_, int p_55260_) protected BlockState
WeightedPressurePlateBlock.setSignalForState
(BlockState p_58208_, int p_58209_) 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_) protected static boolean
RedStoneWireBlock.shouldConnectTo
(BlockState p_55641_) protected static boolean
RedStoneWireBlock.shouldConnectTo
(BlockState p_55595_, Direction p_55596_) boolean
TripWireBlock.shouldConnectTo
(BlockState p_57642_, Direction p_57643_) boolean
DiodeBlock.shouldPrioritize
(BlockGetter p_52574_, BlockPos p_52575_, BlockState p_52576_) private boolean
WallBlock.shouldRaisePost
(BlockState p_58007_, BlockState p_58008_, VoxelShape p_58009_) 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 boolean
LiquidBlock.shouldSpreadLiquid
(Level p_54697_, BlockPos p_54698_, BlockState p_54699_) 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 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_) boolean
HalfTransparentBlock.skipRendering
(BlockState p_53972_, BlockState p_53973_, Direction p_53974_) boolean
IronBarsBlock.skipRendering
(BlockState p_54207_, BlockState p_54208_, Direction p_54209_) boolean
LiquidBlock.skipRendering
(BlockState p_54716_, BlockState p_54717_, Direction p_54718_) boolean
PowderSnowBlock.skipRendering
(BlockState p_154268_, BlockState p_154269_, Direction p_154270_) private boolean
FrostedIceBlock.slightlyMelt
(BlockState p_53593_, Level p_53594_, BlockPos p_53595_) void
InfestedBlock.spawnAfterBreak
(BlockState p_54188_, ServerLevel p_54189_, BlockPos p_54190_, ItemStack p_54191_) void
OreBlock.spawnAfterBreak
(BlockState p_55142_, ServerLevel p_55143_, BlockPos p_55144_, ItemStack p_55145_) void
RedStoneOreBlock.spawnAfterBreak
(BlockState p_55462_, ServerLevel p_55463_, BlockPos p_55464_, ItemStack p_55465_) void
SpawnerBlock.spawnAfterBreak
(BlockState p_56789_, ServerLevel p_56790_, BlockPos p_56791_, ItemStack p_56792_) 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_) boolean
MultifaceBlock.spreadFromFaceTowardDirection
(BlockState p_153867_, LevelAccessor p_153868_, BlockPos p_153869_, Direction p_153870_, Direction p_153871_, boolean p_153872_) boolean
MultifaceBlock.spreadFromFaceTowardRandomDirection
(BlockState p_153874_, LevelAccessor p_153875_, BlockPos p_153876_, Direction p_153877_, Random p_153878_, boolean p_153879_) boolean
MultifaceBlock.spreadFromRandomFaceTowardRandomDirection
(BlockState p_153936_, ServerLevel p_153937_, BlockPos p_153938_, Random p_153939_) 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
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_) void
AbstractCauldronBlock.tick
(BlockState p_151950_, ServerLevel p_151951_, BlockPos p_151952_, Random p_151953_) void
BambooBlock.tick
(BlockState p_48896_, ServerLevel p_48897_, BlockPos p_48898_, Random p_48899_) void
BarrelBlock.tick
(BlockState p_49060_, ServerLevel p_49061_, BlockPos p_49062_, Random p_49063_) void
BasePressurePlateBlock.tick
(BlockState p_49304_, ServerLevel p_49305_, BlockPos p_49306_, Random p_49307_) void
BigDripleafBlock.tick
(BlockState p_152256_, ServerLevel p_152257_, BlockPos p_152258_, Random p_152259_) void
BigDripleafStemBlock.tick
(BlockState p_152355_, ServerLevel p_152356_, BlockPos p_152357_, Random p_152358_) void
BubbleColumnBlock.tick
(BlockState p_50971_, ServerLevel p_50972_, BlockPos p_50973_, Random p_50974_) void
ButtonBlock.tick
(BlockState p_51073_, ServerLevel p_51074_, BlockPos p_51075_, Random p_51076_) void
CactusBlock.tick
(BlockState p_51138_, ServerLevel p_51139_, BlockPos p_51140_, Random p_51141_) void
ChestBlock.tick
(BlockState p_153059_, ServerLevel p_153060_, BlockPos p_153061_, Random p_153062_) void
ChorusFlowerBlock.tick
(BlockState p_51678_, ServerLevel p_51679_, BlockPos p_51680_, Random p_51681_) void
ChorusPlantBlock.tick
(BlockState p_51714_, ServerLevel p_51715_, BlockPos p_51716_, Random p_51717_) void
CommandBlock.tick
(BlockState p_51816_, ServerLevel p_51817_, BlockPos p_51818_, Random p_51819_) void
ComparatorBlock.tick
(BlockState p_51869_, ServerLevel p_51870_, BlockPos p_51871_, Random p_51872_) void
ComposterBlock.tick
(BlockState p_51935_, ServerLevel p_51936_, BlockPos p_51937_, Random p_51938_) void
CoralBlock.tick
(BlockState p_52138_, ServerLevel p_52139_, BlockPos p_52140_, Random p_52141_) void
CoralFanBlock.tick
(BlockState p_52154_, ServerLevel p_52155_, BlockPos p_52156_, Random p_52157_) void
CoralPlantBlock.tick
(BlockState p_52178_, ServerLevel p_52179_, BlockPos p_52180_, Random p_52181_) void
CoralWallFanBlock.tick
(BlockState p_52205_, ServerLevel p_52206_, BlockPos p_52207_, Random p_52208_) void
DetectorRailBlock.tick
(BlockState p_52444_, ServerLevel p_52445_, BlockPos p_52446_, Random p_52447_) void
DiodeBlock.tick
(BlockState p_52515_, ServerLevel p_52516_, BlockPos p_52517_, Random p_52518_) void
DirtPathBlock.tick
(BlockState p_153133_, ServerLevel p_153134_, BlockPos p_153135_, Random p_153136_) void
DispenserBlock.tick
(BlockState p_52684_, ServerLevel p_52685_, BlockPos p_52686_, Random p_52687_) void
EnderChestBlock.tick
(BlockState p_153203_, ServerLevel p_153204_, BlockPos p_153205_, Random p_153206_) void
FallingBlock.tick
(BlockState p_53216_, ServerLevel p_53217_, BlockPos p_53218_, Random p_53219_) void
FarmBlock.tick
(BlockState p_53262_, ServerLevel p_53263_, BlockPos p_53264_, Random p_53265_) void
FireBlock.tick
(BlockState p_53449_, ServerLevel p_53450_, BlockPos p_53451_, Random p_53452_) void
FrostedIceBlock.tick
(BlockState p_53574_, ServerLevel p_53575_, BlockPos p_53576_, Random p_53577_) void
GrowingPlantBlock.tick
(BlockState p_53871_, ServerLevel p_53872_, BlockPos p_53873_, Random p_53874_) void
LeavesBlock.tick
(BlockState p_54426_, ServerLevel p_54427_, BlockPos p_54428_, Random p_54429_) void
LecternBlock.tick
(BlockState p_54505_, ServerLevel p_54506_, BlockPos p_54507_, Random p_54508_) void
LightningRodBlock.tick
(BlockState p_153718_, ServerLevel p_153719_, BlockPos p_153720_, Random p_153721_) void
MagmaBlock.tick
(BlockState p_54806_, ServerLevel p_54807_, BlockPos p_54808_, Random p_54809_) void
ObserverBlock.tick
(BlockState p_55096_, ServerLevel p_55097_, BlockPos p_55098_, Random p_55099_) void
PointedDripstoneBlock.tick
(BlockState p_154107_, ServerLevel p_154108_, BlockPos p_154109_, Random p_154110_) void
RedstoneLampBlock.tick
(BlockState p_55661_, ServerLevel p_55662_, BlockPos p_55663_, Random p_55664_) void
RedstoneTorchBlock.tick
(BlockState p_55689_, ServerLevel p_55690_, BlockPos p_55691_, Random p_55692_) void
ScaffoldingBlock.tick
(BlockState p_56032_, ServerLevel p_56033_, BlockPos p_56034_, Random p_56035_) void
SculkSensorBlock.tick
(BlockState p_154422_, ServerLevel p_154423_, BlockPos p_154424_, Random p_154425_) void
SoulSandBlock.tick
(BlockState p_56674_, ServerLevel p_56675_, BlockPos p_56676_, Random p_56677_) void
StairBlock.tick
(BlockState p_56886_, ServerLevel p_56887_, BlockPos p_56888_, Random p_56889_) void
SugarCaneBlock.tick
(BlockState p_57170_, ServerLevel p_57171_, BlockPos p_57172_, Random p_57173_) void
TargetBlock.tick
(BlockState p_57397_, ServerLevel p_57398_, BlockPos p_57399_, Random p_57400_) void
TripWireBlock.tick
(BlockState p_57620_, ServerLevel p_57621_, BlockPos p_57622_, Random p_57623_) void
TripWireHookBlock.tick
(BlockState p_57705_, ServerLevel p_57706_, BlockPos p_57707_, Random p_57708_) 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_) 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_) 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_) static void
FarmBlock.turnToDirt
(BlockState p_53297_, Level p_53298_, BlockPos p_53299_) private static void
LecternBlock.updateBelow
(Level p_54545_, BlockPos p_54546_, BlockState p_54547_) protected BlockState
CaveVinesBlock.updateBodyAfterConvertedFromHead
(BlockState p_152987_, BlockState p_152988_) protected BlockState
GrowingPlantHeadBlock.updateBodyAfterConvertedFromHead
(BlockState p_153329_, BlockState p_153330_) 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_) 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_) protected BlockState
CaveVinesPlantBlock.updateHeadAfterConvertedFromBody
(BlockState p_153028_, BlockState p_153029_) protected BlockState
GrowingPlantBodyBlock.updateHeadAfterConvertedFromBody
(BlockState p_153326_, BlockState p_153327_) 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
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_) 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_) private static int
TargetBlock.updateRedstoneOutput
(LevelAccessor p_57392_, BlockState p_57393_, BlockHitResult p_57394_, Entity p_57395_) 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_) BambooBlock.updateShape
(BlockState p_48921_, Direction p_48922_, BlockState p_48923_, LevelAccessor p_48924_, BlockPos p_48925_, BlockPos p_48926_) BambooSaplingBlock.updateShape
(BlockState p_48990_, Direction p_48991_, BlockState p_48992_, LevelAccessor p_48993_, BlockPos p_48994_, BlockPos p_48995_) 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_) 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_) 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_) 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_) 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_) 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 BlockState
WallBlock.updateSides
(BlockState p_58025_, boolean p_58026_, boolean p_58027_, boolean p_58028_, boolean p_58029_, VoxelShape p_58030_) 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_) ChestBlock.use
(BlockState p_51531_, Level p_51532_, BlockPos p_51533_, Player p_51534_, InteractionHand p_51535_, BlockHitResult p_51536_) 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_) boolean
DaylightDetectorBlock.useShapeForLightOcclusion
(BlockState p_52409_) boolean
DirtPathBlock.useShapeForLightOcclusion
(BlockState p_153159_) boolean
EnchantmentTableBlock.useShapeForLightOcclusion
(BlockState p_52997_) boolean
EndPortalFrameBlock.useShapeForLightOcclusion
(BlockState p_53079_) boolean
FarmBlock.useShapeForLightOcclusion
(BlockState p_53295_) boolean
LecternBlock.useShapeForLightOcclusion
(BlockState p_54582_) boolean
SculkSensorBlock.useShapeForLightOcclusion
(BlockState p_154486_) boolean
SlabBlock.useShapeForLightOcclusion
(BlockState p_56395_) boolean
SnowLayerBlock.useShapeForLightOcclusion
(BlockState p_56630_) boolean
StairBlock.useShapeForLightOcclusion
(BlockState p_56967_) boolean
StonecutterBlock.useShapeForLightOcclusion
(BlockState p_57109_) final BlockState
Block.withPropertiesOf
(BlockState p_152466_) 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_) protected void
AbstractFurnaceBlock.createBlockStateDefinition
(StateDefinition.Builder<Block, BlockState> p_48725_) protected void
AmethystClusterBlock.createBlockStateDefinition
(StateDefinition.Builder<Block, BlockState> p_152043_) protected void
AnvilBlock.createBlockStateDefinition
(StateDefinition.Builder<Block, BlockState> p_48814_) protected void
AttachedStemBlock.createBlockStateDefinition
(StateDefinition.Builder<Block, BlockState> p_48855_) protected void
BambooBlock.createBlockStateDefinition
(StateDefinition.Builder<Block, BlockState> p_48928_) protected void
BannerBlock.createBlockStateDefinition
(StateDefinition.Builder<Block, BlockState> p_49036_) protected void
BarrelBlock.createBlockStateDefinition
(StateDefinition.Builder<Block, BlockState> p_49088_) protected void
BaseCoralPlantTypeBlock.createBlockStateDefinition
(StateDefinition.Builder<Block, BlockState> p_49180_) protected void
BaseCoralWallFanBlock.createBlockStateDefinition
(StateDefinition.Builder<Block, BlockState> p_49217_) protected void
BedBlock.createBlockStateDefinition
(StateDefinition.Builder<Block, BlockState> p_49532_) protected void
BeehiveBlock.createBlockStateDefinition
(StateDefinition.Builder<Block, BlockState> p_49646_) protected void
BeetrootBlock.createBlockStateDefinition
(StateDefinition.Builder<Block, BlockState> p_49665_) protected void
BellBlock.createBlockStateDefinition
(StateDefinition.Builder<Block, BlockState> p_49751_) protected void
BigDripleafBlock.createBlockStateDefinition
(StateDefinition.Builder<Block, BlockState> p_152300_) protected void
BigDripleafStemBlock.createBlockStateDefinition
(StateDefinition.Builder<Block, BlockState> p_152376_) protected void
Block.createBlockStateDefinition
(StateDefinition.Builder<Block, BlockState> p_49915_) protected void
BrewingStandBlock.createBlockStateDefinition
(StateDefinition.Builder<Block, BlockState> p_50948_) protected void
BubbleColumnBlock.createBlockStateDefinition
(StateDefinition.Builder<Block, BlockState> p_50997_) protected void
ButtonBlock.createBlockStateDefinition
(StateDefinition.Builder<Block, BlockState> p_51101_) protected void
CactusBlock.createBlockStateDefinition
(StateDefinition.Builder<Block, BlockState> p_51164_) protected void
CakeBlock.createBlockStateDefinition
(StateDefinition.Builder<Block, BlockState> p_51220_) protected void
CampfireBlock.createBlockStateDefinition
(StateDefinition.Builder<Block, BlockState> p_51305_) protected void
CandleBlock.createBlockStateDefinition
(StateDefinition.Builder<Block, BlockState> p_152840_) protected void
CandleCakeBlock.createBlockStateDefinition
(StateDefinition.Builder<Block, BlockState> p_152905_) protected void
CarvedPumpkinBlock.createBlockStateDefinition
(StateDefinition.Builder<Block, BlockState> p_51385_) protected void
CaveVinesBlock.createBlockStateDefinition
(StateDefinition.Builder<Block, BlockState> p_152993_) protected void
CaveVinesPlantBlock.createBlockStateDefinition
(StateDefinition.Builder<Block, BlockState> p_153031_) protected void
ChainBlock.createBlockStateDefinition
(StateDefinition.Builder<Block, BlockState> p_51468_) protected void
ChestBlock.createBlockStateDefinition
(StateDefinition.Builder<Block, BlockState> p_51562_) protected void
ChorusFlowerBlock.createBlockStateDefinition
(StateDefinition.Builder<Block, BlockState> p_51694_) protected void
ChorusPlantBlock.createBlockStateDefinition
(StateDefinition.Builder<Block, BlockState> p_51735_) protected void
CocoaBlock.createBlockStateDefinition
(StateDefinition.Builder<Block, BlockState> p_51778_) protected void
CommandBlock.createBlockStateDefinition
(StateDefinition.Builder<Block, BlockState> p_51851_) protected void
ComparatorBlock.createBlockStateDefinition
(StateDefinition.Builder<Block, BlockState> p_51887_) protected void
ComposterBlock.createBlockStateDefinition
(StateDefinition.Builder<Block, BlockState> p_51965_) protected void
ConduitBlock.createBlockStateDefinition
(StateDefinition.Builder<Block, BlockState> p_52118_) protected void
CropBlock.createBlockStateDefinition
(StateDefinition.Builder<Block, BlockState> p_52286_) protected void
DaylightDetectorBlock.createBlockStateDefinition
(StateDefinition.Builder<Block, BlockState> p_52398_) protected void
DetectorRailBlock.createBlockStateDefinition
(StateDefinition.Builder<Block, BlockState> p_52469_) protected void
DispenserBlock.createBlockStateDefinition
(StateDefinition.Builder<Block, BlockState> p_52719_) protected void
DoorBlock.createBlockStateDefinition
(StateDefinition.Builder<Block, BlockState> p_52803_) protected void
DoublePlantBlock.createBlockStateDefinition
(StateDefinition.Builder<Block, BlockState> p_52901_) protected void
EnderChestBlock.createBlockStateDefinition
(StateDefinition.Builder<Block, BlockState> p_53167_) protected void
EndPortalFrameBlock.createBlockStateDefinition
(StateDefinition.Builder<Block, BlockState> p_53071_) protected void
EndRodBlock.createBlockStateDefinition
(StateDefinition.Builder<Block, BlockState> p_53105_) protected void
FarmBlock.createBlockStateDefinition
(StateDefinition.Builder<Block, BlockState> p_53283_) protected void
FenceBlock.createBlockStateDefinition
(StateDefinition.Builder<Block, BlockState> p_53334_) protected void
FenceGateBlock.createBlockStateDefinition
(StateDefinition.Builder<Block, BlockState> p_53389_) protected void
FireBlock.createBlockStateDefinition
(StateDefinition.Builder<Block, BlockState> p_53465_) protected void
FrostedIceBlock.createBlockStateDefinition
(StateDefinition.Builder<Block, BlockState> p_53586_) protected void
GlazedTerracottaBlock.createBlockStateDefinition
(StateDefinition.Builder<Block, BlockState> p_53681_) protected void
GlowLichenBlock.createBlockStateDefinition
(StateDefinition.Builder<Block, BlockState> p_153309_) protected void
GrindstoneBlock.createBlockStateDefinition
(StateDefinition.Builder<Block, BlockState> p_53838_) protected void
GrowingPlantHeadBlock.createBlockStateDefinition
(StateDefinition.Builder<Block, BlockState> p_53958_) protected void
HangingRootsBlock.createBlockStateDefinition
(StateDefinition.Builder<Block, BlockState> p_153358_) protected void
HopperBlock.createBlockStateDefinition
(StateDefinition.Builder<Block, BlockState> p_54097_) protected void
HugeMushroomBlock.createBlockStateDefinition
(StateDefinition.Builder<Block, BlockState> p_54153_) protected void
InfestedRotatedPillarBlock.createBlockStateDefinition
(StateDefinition.Builder<Block, BlockState> p_153446_) protected void
IronBarsBlock.createBlockStateDefinition
(StateDefinition.Builder<Block, BlockState> p_54221_) protected void
JigsawBlock.createBlockStateDefinition
(StateDefinition.Builder<Block, BlockState> p_54244_) protected void
JukeboxBlock.createBlockStateDefinition
(StateDefinition.Builder<Block, BlockState> p_54294_) protected void
LadderBlock.createBlockStateDefinition
(StateDefinition.Builder<Block, BlockState> p_54370_) protected void
LanternBlock.createBlockStateDefinition
(StateDefinition.Builder<Block, BlockState> p_153490_) protected void
LayeredCauldronBlock.createBlockStateDefinition
(StateDefinition.Builder<Block, BlockState> p_153549_) protected void
LeavesBlock.createBlockStateDefinition
(StateDefinition.Builder<Block, BlockState> p_54447_) protected void
LecternBlock.createBlockStateDefinition
(StateDefinition.Builder<Block, BlockState> p_54543_) protected void
LeverBlock.createBlockStateDefinition
(StateDefinition.Builder<Block, BlockState> p_54663_) protected void
LightBlock.createBlockStateDefinition
(StateDefinition.Builder<Block, BlockState> p_153687_) protected void
LightningRodBlock.createBlockStateDefinition
(StateDefinition.Builder<Block, BlockState> p_153746_) protected void
LiquidBlock.createBlockStateDefinition
(StateDefinition.Builder<Block, BlockState> p_54730_) protected void
LoomBlock.createBlockStateDefinition
(StateDefinition.Builder<Block, BlockState> p_54794_) protected void
MultifaceBlock.createBlockStateDefinition
(StateDefinition.Builder<Block, BlockState> p_153917_) protected void
NetherPortalBlock.createBlockStateDefinition
(StateDefinition.Builder<Block, BlockState> p_54935_) protected void
NetherWartBlock.createBlockStateDefinition
(StateDefinition.Builder<Block, BlockState> p_54977_) protected void
NoteBlock.createBlockStateDefinition
(StateDefinition.Builder<Block, BlockState> p_55055_) protected void
ObserverBlock.createBlockStateDefinition
(StateDefinition.Builder<Block, BlockState> p_55125_) protected void
PointedDripstoneBlock.createBlockStateDefinition
(StateDefinition.Builder<Block, BlockState> p_154157_) protected void
PoweredRailBlock.createBlockStateDefinition
(StateDefinition.Builder<Block, BlockState> p_55243_) protected void
PressurePlateBlock.createBlockStateDefinition
(StateDefinition.Builder<Block, BlockState> p_55262_) protected void
RailBlock.createBlockStateDefinition
(StateDefinition.Builder<Block, BlockState> p_55408_) protected void
RedstoneLampBlock.createBlockStateDefinition
(StateDefinition.Builder<Block, BlockState> p_55673_) protected void
RedStoneOreBlock.createBlockStateDefinition
(StateDefinition.Builder<Block, BlockState> p_55484_) protected void
RedstoneTorchBlock.createBlockStateDefinition
(StateDefinition.Builder<Block, BlockState> p_55717_) protected void
RedstoneWallTorchBlock.createBlockStateDefinition
(StateDefinition.Builder<Block, BlockState> p_55779_) protected void
RedStoneWireBlock.createBlockStateDefinition
(StateDefinition.Builder<Block, BlockState> p_55605_) protected void
RepeaterBlock.createBlockStateDefinition
(StateDefinition.Builder<Block, BlockState> p_55828_) protected void
RespawnAnchorBlock.createBlockStateDefinition
(StateDefinition.Builder<Block, BlockState> p_55886_) protected void
RotatedPillarBlock.createBlockStateDefinition
(StateDefinition.Builder<Block, BlockState> p_55933_) protected void
SaplingBlock.createBlockStateDefinition
(StateDefinition.Builder<Block, BlockState> p_56001_) protected void
ScaffoldingBlock.createBlockStateDefinition
(StateDefinition.Builder<Block, BlockState> p_56051_) protected void
SculkSensorBlock.createBlockStateDefinition
(StateDefinition.Builder<Block, BlockState> p_154464_) protected void
SeaPickleBlock.createBlockStateDefinition
(StateDefinition.Builder<Block, BlockState> p_56120_) protected void
ShulkerBoxBlock.createBlockStateDefinition
(StateDefinition.Builder<Block, BlockState> p_56249_) protected void
SkullBlock.createBlockStateDefinition
(StateDefinition.Builder<Block, BlockState> p_56329_) protected void
SlabBlock.createBlockStateDefinition
(StateDefinition.Builder<Block, BlockState> p_56388_) protected void
SmallDripleafBlock.createBlockStateDefinition
(StateDefinition.Builder<Block, BlockState> p_154632_) protected void
SnowLayerBlock.createBlockStateDefinition
(StateDefinition.Builder<Block, BlockState> p_56613_) protected void
SnowyDirtBlock.createBlockStateDefinition
(StateDefinition.Builder<Block, BlockState> p_56651_) protected void
StairBlock.createBlockStateDefinition
(StateDefinition.Builder<Block, BlockState> p_56932_) protected void
StandingSignBlock.createBlockStateDefinition
(StateDefinition.Builder<Block, BlockState> p_57012_) protected void
StemBlock.createBlockStateDefinition
(StateDefinition.Builder<Block, BlockState> p_57040_) protected void
StonecutterBlock.createBlockStateDefinition
(StateDefinition.Builder<Block, BlockState> p_57096_) protected void
StructureBlock.createBlockStateDefinition
(StateDefinition.Builder<Block, BlockState> p_57142_) protected void
SugarCaneBlock.createBlockStateDefinition
(StateDefinition.Builder<Block, BlockState> p_57186_) protected void
SweetBerryBushBlock.createBlockStateDefinition
(StateDefinition.Builder<Block, BlockState> p_57282_) protected void
TargetBlock.createBlockStateDefinition
(StateDefinition.Builder<Block, BlockState> p_57407_) protected void
TntBlock.createBlockStateDefinition
(StateDefinition.Builder<Block, BlockState> p_57464_) protected void
TrapDoorBlock.createBlockStateDefinition
(StateDefinition.Builder<Block, BlockState> p_57561_) protected void
TripWireBlock.createBlockStateDefinition
(StateDefinition.Builder<Block, BlockState> p_57652_) protected void
TripWireHookBlock.createBlockStateDefinition
(StateDefinition.Builder<Block, BlockState> p_57738_) protected void
TurtleEggBlock.createBlockStateDefinition
(StateDefinition.Builder<Block, BlockState> p_57799_) protected void
VineBlock.createBlockStateDefinition
(StateDefinition.Builder<Block, BlockState> p_57882_) protected void
WallBannerBlock.createBlockStateDefinition
(StateDefinition.Builder<Block, BlockState> p_57942_) protected void
WallBlock.createBlockStateDefinition
(StateDefinition.Builder<Block, BlockState> p_58032_) protected void
WallSignBlock.createBlockStateDefinition
(StateDefinition.Builder<Block, BlockState> p_58090_) protected void
WallSkullBlock.createBlockStateDefinition
(StateDefinition.Builder<Block, BlockState> p_58112_) protected void
WallTorchBlock.createBlockStateDefinition
(StateDefinition.Builder<Block, BlockState> p_58150_) protected void
WeightedPressurePlateBlock.createBlockStateDefinition
(StateDefinition.Builder<Block, BlockState> p_58211_) PointedDripstoneBlock.findBlockVertical
(LevelAccessor p_202007_, BlockPos p_202008_, Direction.AxisDirection p_202009_, BiPredicate<BlockPos, BlockState> p_202010_, Predicate<BlockState> p_202011_, int p_202012_) PointedDripstoneBlock.findBlockVertical
(LevelAccessor p_202007_, BlockPos p_202008_, Direction.AxisDirection p_202009_, BiPredicate<BlockPos, BlockState> p_202010_, Predicate<BlockState> p_202011_, int p_202012_) private static BlockState
MultifaceBlock.getDefaultMultifaceState
(StateDefinition<Block, BlockState> p_153919_) private static BlockState
InfestedBlock.getNewStateWithProperties
(Map<BlockState, BlockState> p_153424_, BlockState p_153425_, Supplier<BlockState> p_153426_) private static BlockState
InfestedBlock.getNewStateWithProperties
(Map<BlockState, BlockState> p_153424_, BlockState p_153425_, Supplier<BlockState> p_153426_) private static BlockState
InfestedBlock.getNewStateWithProperties
(Map<BlockState, BlockState> p_153424_, BlockState p_153425_, Supplier<BlockState> p_153426_) protected com.google.common.collect.ImmutableMap<BlockState,
VoxelShape> Block.getShapeForEachState
(Function<BlockState, VoxelShape> p_152459_) ModifierConstructorDescriptionBlockStatePairKey
(BlockState p_49984_, BlockState p_49985_, Direction p_49986_) 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_) StairBlock
(BlockState p_56862_, BlockBehaviour.Properties p_56863_) Deprecated.WeatheringCopperStairBlock
(WeatheringCopper.WeatherState p_154951_, BlockState p_154952_, BlockBehaviour.Properties p_154953_) ModifierConstructorDescriptionStairBlock
(Supplier<BlockState> state, BlockBehaviour.Properties properties) -
Uses of BlockState in net.minecraft.world.level.block.entity
Modifier and TypeMethodDescriptionstatic 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_) 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
ShulkerBoxBlockEntity.doNeighborUpdates
(Level p_155688_, BlockPos p_155689_, BlockState p_155690_) static void
SkullBlockEntity.dragonHeadAnimation
(Level p_155734_, BlockPos p_155735_, BlockState p_155736_, SkullBlockEntity p_155737_) private static boolean
HopperBlockEntity.ejectItems
(Level p_155563_, BlockPos p_155564_, BlockState p_155565_, HopperBlockEntity p_155566_) void
BeehiveBlockEntity.emptyAllLivingFromHive
(Player p_58749_, BlockState p_58750_, BeehiveBlockEntity.BeeReleaseStatus p_58751_) static void
HopperBlockEntity.entityInside
(Level p_155568_, BlockPos p_155569_, BlockState p_155570_, Entity p_155571_, HopperBlockEntity p_155572_) private static Container
HopperBlockEntity.getAttachedContainer
(Level p_155593_, BlockPos p_155594_, BlockState p_155595_) ShulkerBoxBlockEntity.getBoundingBox
(BlockState p_59667_) static int
BeehiveBlockEntity.getHoneyLevel
(BlockState p_58753_) void
ContainerOpenersCounter.incrementOpeners
(Player p_155453_, Level p_155454_, BlockPos p_155455_, BlockState p_155456_) boolean
BlockEntityType.isValid
(BlockState p_155263_) 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 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_) 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_) (package private) void
BarrelBlockEntity.playSound
(BlockState p_58601_, SoundEvent p_58602_) (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_) BeehiveBlockEntity.releaseAllOccupants
(BlockState p_58760_, BeehiveBlockEntity.BeeReleaseStatus p_58761_) 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_) 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
SpawnerBlockEntity.serverTick
(Level p_155762_, BlockPos p_155763_, BlockState p_155764_, SpawnerBlockEntity p_155765_) void
BlockEntity.setBlockState
(BlockState p_155251_) Deprecated.void
ChestBlockEntity.setBlockState
(BlockState p_155251_) protected static void
BlockEntity.setChanged
(Level p_155233_, BlockPos p_155234_, BlockState p_155235_) 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_) 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_) (package private) void
BarrelBlockEntity.updateBlockState
(BlockState p_58607_, boolean p_58608_) private static void
ConduitBlockEntity.updateDestroyTarget
(Level p_155409_, BlockPos p_155410_, BlockState p_155411_, List<BlockPos> p_155412_, ConduitBlockEntity p_155413_) 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_) 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_) 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_) SculkSensorBlockEntity
(BlockPos p_155635_, BlockState p_155636_) ShulkerBoxBlockEntity
(BlockPos p_155670_, BlockState p_155671_) ShulkerBoxBlockEntity
(DyeColor p_155666_, BlockPos p_155667_, BlockState p_155668_) SignBlockEntity
(BlockPos p_155700_, BlockState p_155701_) 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 BlockState in net.minecraft.world.level.block.grower
Modifier and TypeMethodDescriptionboolean
AbstractMegaTreeGrower.growTree
(ServerLevel p_59985_, ChunkGenerator p_59986_, BlockPos p_59987_, BlockState p_59988_, Random p_59989_) boolean
AbstractTreeGrower.growTree
(ServerLevel p_60006_, ChunkGenerator p_60007_, BlockPos p_60008_, BlockState p_60009_, Random p_60010_) static boolean
AbstractMegaTreeGrower.isTwoByTwoSapling
(BlockState p_59999_, BlockGetter p_60000_, BlockPos p_60001_, int p_60002_, int p_60003_) boolean
AbstractMegaTreeGrower.placeMega
(ServerLevel p_59991_, ChunkGenerator p_59992_, BlockPos p_59993_, BlockState p_59994_, Random p_59995_, int p_59996_, int p_59997_) -
Uses of BlockState in net.minecraft.world.level.block.piston
Modifier and TypeMethodDescriptionprivate BlockState
PistonMovingBlockEntity.getCollisionRelatedBlockState()
PistonMovingBlockEntity.getMovedState()
PistonBaseBlock.getStateForPlacement
(BlockPlaceContext p_60166_) MovingPistonBlock.mirror
(BlockState p_60083_, Mirror p_60084_) PistonBaseBlock.mirror
(BlockState p_60212_, Mirror p_60213_) PistonHeadBlock.mirror
(BlockState p_60292_, Mirror p_60293_) MovingPistonBlock.rotate
(BlockState p_60086_, Rotation p_60087_) PistonBaseBlock.rotate
(BlockState p_60215_, Rotation p_60216_) PistonBaseBlock.rotate
(BlockState state, LevelAccessor world, BlockPos pos, Rotation direction) PistonHeadBlock.rotate
(BlockState p_60295_, Rotation p_60296_) PistonHeadBlock.updateShape
(BlockState p_60301_, Direction p_60302_, BlockState p_60303_, LevelAccessor p_60304_, BlockPos p_60305_, BlockPos p_60306_) Modifier and TypeMethodDescriptionboolean
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_) 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_) MovingPistonBlock.getDrops
(BlockState p_60089_, LootContext.Builder p_60090_) 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_) <T extends BlockEntity>
BlockEntityTicker<T>MovingPistonBlock.getTicker
(Level p_155875_, BlockState p_155876_, BlockEntityType<T> p_155877_) private boolean
PistonHeadBlock.isFittingBase
(BlockState p_60298_, BlockState p_60299_) 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_) MovingPistonBlock.mirror
(BlockState p_60083_, Mirror p_60084_) PistonBaseBlock.mirror
(BlockState p_60212_, Mirror p_60213_) PistonHeadBlock.mirror
(BlockState p_60292_, Mirror p_60293_) 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_) MovingPistonBlock.rotate
(BlockState p_60086_, Rotation p_60087_) PistonBaseBlock.rotate
(BlockState p_60215_, Rotation p_60216_) PistonBaseBlock.rotate
(BlockState state, LevelAccessor world, BlockPos pos, Rotation direction) PistonHeadBlock.rotate
(BlockState p_60295_, Rotation p_60296_) 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_) boolean
PistonBaseBlock.useShapeForLightOcclusion
(BlockState p_60231_) boolean
PistonHeadBlock.useShapeForLightOcclusion
(BlockState p_60325_) Modifier and TypeMethodDescriptionprotected void
MovingPistonBlock.createBlockStateDefinition
(StateDefinition.Builder<Block, BlockState> p_60097_) protected void
PistonBaseBlock.createBlockStateDefinition
(StateDefinition.Builder<Block, BlockState> p_60218_) protected void
PistonHeadBlock.createBlockStateDefinition
(StateDefinition.Builder<Block, BlockState> p_60308_) 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_) -
Uses of BlockState in net.minecraft.world.level.block.state
Modifier and TypeFieldDescriptionstatic final com.mojang.serialization.Codec<BlockState>
BlockState.CODEC
(package private) ToIntFunction<BlockState>
BlockBehaviour.Properties.lightEmission
(package private) Function<BlockState,
MaterialColor> BlockBehaviour.Properties.materialColor
Modifier and TypeMethodDescriptionprotected abstract BlockState
BlockBehaviour.BlockStateBase.asState()
protected BlockState
BlockState.asState()
BlockBehaviour.mirror
(BlockState p_60528_, Mirror p_60529_) Deprecated.Deprecated.BlockBehaviour.rotate
(BlockState p_60530_, Rotation p_60531_) Deprecated.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.Modifier and TypeMethodDescriptionvoid
BlockBehaviour.attack
(BlockState p_60499_, Level p_60500_, BlockPos p_60501_, Player p_60502_) Deprecated.boolean
BlockBehaviour.canBeReplaced
(BlockState p_60470_, BlockPlaceContext p_60471_) Deprecated.boolean
BlockBehaviour.canBeReplaced
(BlockState p_60535_, Fluid p_60536_) Deprecated.boolean
BlockBehaviour.canSurvive
(BlockState p_60525_, LevelReader p_60526_, BlockPos p_60527_) Deprecated.void
BlockBehaviour.entityInside
(BlockState p_60495_, Level p_60496_, BlockPos p_60497_, Entity p_60498_) Deprecated.int
BlockBehaviour.getAnalogOutputSignal
(BlockState p_60487_, Level p_60488_, BlockPos p_60489_) Deprecated.BlockBehaviour.getBlockSupportShape
(BlockState p_60581_, BlockGetter p_60582_, BlockPos p_60583_) Deprecated.BlockBehaviour.getCollisionShape
(BlockState p_60572_, BlockGetter p_60573_, BlockPos p_60574_, CollisionContext p_60575_) Deprecated.float
BlockBehaviour.getDestroyProgress
(BlockState p_60466_, Player p_60467_, BlockGetter p_60468_, BlockPos p_60469_) Deprecated.int
BlockBehaviour.getDirectSignal
(BlockState p_60559_, BlockGetter p_60560_, BlockPos p_60561_, Direction p_60562_) Deprecated.BlockBehaviour.getDrops
(BlockState p_60537_, LootContext.Builder p_60538_) Deprecated.BlockBehaviour.getFluidState
(BlockState p_60577_) Deprecated.BlockBehaviour.getInteractionShape
(BlockState p_60547_, BlockGetter p_60548_, BlockPos p_60549_) Deprecated.int
BlockBehaviour.getLightBlock
(BlockState p_60585_, BlockGetter p_60586_, BlockPos p_60587_) Deprecated.BlockBehaviour.getMenuProvider
(BlockState p_60563_, Level p_60564_, BlockPos p_60565_) Deprecated.BlockBehaviour.getOcclusionShape
(BlockState p_60578_, BlockGetter p_60579_, BlockPos p_60580_) Deprecated.BlockBehaviour.getPistonPushReaction
(BlockState p_60584_) Deprecated.BlockBehaviour.getRenderShape
(BlockState p_60550_) Deprecated.long
BlockBehaviour.getSeed
(BlockState p_60539_, BlockPos p_60540_) Deprecated.float
BlockBehaviour.getShadeBrightness
(BlockState p_60472_, BlockGetter p_60473_, BlockPos p_60474_) Deprecated.BlockBehaviour.getShape
(BlockState p_60555_, BlockGetter p_60556_, BlockPos p_60557_, CollisionContext p_60558_) Deprecated.int
BlockBehaviour.getSignal
(BlockState p_60483_, BlockGetter p_60484_, BlockPos p_60485_, Direction p_60486_) Deprecated.BlockBehaviour.getVisualShape
(BlockState p_60479_, BlockGetter p_60480_, BlockPos p_60481_, CollisionContext p_60482_) Deprecated.boolean
BlockBehaviour.hasAnalogOutputSignal
(BlockState p_60457_) Deprecated.protected boolean
BlockBehaviour.isAir
(BlockState state) boolean
BlockBehaviour.isCollisionShapeFullBlock
(BlockState p_181242_, BlockGetter p_181243_, BlockPos p_181244_) Deprecated.boolean
BlockBehaviour.isPathfindable
(BlockState p_60475_, BlockGetter p_60476_, BlockPos p_60477_, PathComputationType p_60478_) Deprecated.boolean
BlockBehaviour.isSignalSource
(BlockState p_60571_) Deprecated.BlockBehaviour.mirror
(BlockState p_60528_, Mirror p_60529_) 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.onProjectileHit
(Level p_60670_, BlockState p_60671_, BlockHitResult p_60672_, Projectile p_60673_) void
BlockBehaviour.onProjectileHit
(Level p_60453_, BlockState p_60454_, BlockHitResult p_60455_, Projectile p_60456_) 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.void
BlockBehaviour.randomTick
(BlockState p_60551_, ServerLevel p_60552_, BlockPos p_60553_, Random p_60554_) Deprecated.BlockBehaviour.rotate
(BlockState p_60530_, Rotation p_60531_) Deprecated.boolean
BlockBehaviour.BlockStateBase.skipRendering
(BlockState p_60720_, Direction p_60721_) boolean
BlockBehaviour.skipRendering
(BlockState p_60532_, BlockState p_60533_, Direction p_60534_) Deprecated.void
BlockBehaviour.spawnAfterBreak
(BlockState p_60458_, ServerLevel p_60459_, BlockPos p_60460_, ItemStack p_60461_) 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.tick
(BlockState p_60462_, ServerLevel p_60463_, BlockPos p_60464_, Random p_60465_) Deprecated.boolean
BlockBehaviour.triggerEvent
(BlockState p_60490_, Level p_60491_, BlockPos p_60492_, int p_60493_, int p_60494_) Deprecated.void
BlockBehaviour.updateIndirectNeighbourShapes
(BlockState p_60520_, LevelAccessor p_60521_, BlockPos p_60522_, int p_60523_, int p_60524_) Deprecated.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.boolean
BlockBehaviour.useShapeForLightOcclusion
(BlockState p_60576_) Deprecated.Modifier and TypeMethodDescriptionBlockBehaviour.Properties.lightLevel
(ToIntFunction<BlockState> p_60954_) static BlockBehaviour.Properties
BlockBehaviour.Properties.of
(Material p_60948_, Function<BlockState, MaterialColor> p_60949_) ModifierConstructorDescriptionBlockState
(Block p_61042_, com.google.common.collect.ImmutableMap<Property<?>, Comparable<?>> p_61043_, com.mojang.serialization.MapCodec<BlockState> p_61044_) protected
BlockStateBase
(Block p_60608_, com.google.common.collect.ImmutableMap<Property<?>, Comparable<?>> p_60609_, com.mojang.serialization.MapCodec<BlockState> p_60610_) private
Properties
(Material p_60908_, Function<BlockState, MaterialColor> p_60909_) -
Uses of BlockState in net.minecraft.world.level.block.state.pattern
Modifier and TypeMethodDescriptionstatic Predicate<BlockInWorld>
BlockInWorld.hasState
(Predicate<BlockState> p_61170_) -
Uses of BlockState in net.minecraft.world.level.block.state.predicate
Modifier and TypeFieldDescriptionstatic final Predicate<BlockState>
BlockStatePredicate.ANY
private final StateDefinition<Block,
BlockState> BlockStatePredicate.definition
Modifier and TypeMethodDescriptionprotected <T extends Comparable<T>>
booleanBlockStatePredicate.applies
(BlockState p_61292_, Property<T> p_61293_, Predicate<Object> p_61294_) boolean
BlockMaterialPredicate.test
(BlockState p_61261_) boolean
BlockPredicate.test
(BlockState p_61278_) boolean
BlockStatePredicate.test
(BlockState p_61290_) ModifierConstructorDescriptionprivate
BlockStatePredicate
(StateDefinition<Block, BlockState> p_61286_) -
Uses of BlockState in net.minecraft.world.level.block.state.properties
Modifier and TypeMethodDescriptionstatic NoteBlockInstrument
NoteBlockInstrument.byState
(BlockState p_61667_) -
Uses of BlockState in net.minecraft.world.level.chunk
Modifier and TypeFieldDescriptionprivate final PalettedContainer<BlockState>
LevelChunkSection.states
Modifier and TypeMethodDescriptionBlockColumn.getBlock
(int p_187573_) BulkSectionAccess.getBlockState
(BlockPos p_156111_) EmptyLevelChunk.getBlockState
(BlockPos p_62625_) ImposterProtoChunk.getBlockState
(BlockPos p_62749_) LevelChunk.getBlockState
(BlockPos p_62923_) LevelChunkSection.getBlockState
(int p_62983_, int p_62984_, int p_62985_) ProtoChunk.getBlockState
(BlockPos p_63264_) 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_) LevelChunkSection.setBlockState
(int p_62987_, int p_62988_, int p_62989_, BlockState p_62990_) LevelChunkSection.setBlockState
(int p_62992_, int p_62993_, int p_62994_, BlockState p_62995_, boolean p_62996_) 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_) Modifier and TypeMethodDescriptionvoid
BlockColumn.setBlock
(int p_187574_, BlockState p_187575_) 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_) LevelChunkSection.setBlockState
(int p_62987_, int p_62988_, int p_62989_, BlockState p_62990_) LevelChunkSection.setBlockState
(int p_62992_, int p_62993_, int p_62994_, BlockState p_62995_, boolean p_62996_) 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_) Modifier and TypeMethodDescriptionboolean
LevelChunkSection.maybeHas
(Predicate<BlockState> p_63003_) ModifierConstructorDescriptionLevelChunkSection
(int p_187997_, PalettedContainer<BlockState> p_187998_, PalettedContainer<Holder<Biome>> p_187999_) -
Uses of BlockState in net.minecraft.world.level.chunk.storage
Modifier and TypeFieldDescriptionprivate static final com.mojang.serialization.Codec<PalettedContainer<BlockState>>
ChunkSerializer.BLOCK_STATE_CODEC
-
Uses of BlockState in net.minecraft.world.level.levelgen
Modifier and TypeFieldDescriptionprotected static final BlockState
DebugLevelSource.AIR
private static final BlockState
NoiseBasedChunkGenerator.AIR
protected static final BlockState
DebugLevelSource.BARRIER
private static final BlockState
SurfaceSystem.BROWN_TERRACOTTA
private final BlockState[]
SurfaceSystem.clayBands
protected final BlockState
NoiseBasedChunkGenerator.defaultBlock
private final BlockState
NoiseGeneratorSettings.defaultBlock
The field for thedefaultBlock
record component.private final BlockState
SurfaceSystem.defaultBlock
private final BlockState
NoiseGeneratorSettings.defaultFluid
The field for thedefaultFluid
record component.private static final BlockState[]
NoiseBasedChunkGenerator.EMPTY_COLUMN
(package private) final BlockState
OreVeinifier.VeinType.filler
(package private) final BlockState
Aquifer.FluidStatus.fluidType
private static final BlockState
SurfaceSystem.LIGHT_GRAY_TERRACOTTA
private static final BlockState
SurfaceSystem.ORANGE_TERRACOTTA
(package private) final BlockState
OreVeinifier.VeinType.ore
private static final BlockState
SurfaceSystem.PACKED_ICE
(package private) final BlockState
OreVeinifier.VeinType.rawOreBlock
private static final BlockState
SurfaceSystem.RED_TERRACOTTA
private final BlockState
SurfaceRules.BlockRuleSource.resultState
The field for theresultState
record component.private static final BlockState
SurfaceSystem.SNOW_BLOCK
private final BlockState
SurfaceRules.StateRule.state
The field for thestate
record component.private static final BlockState
SurfaceSystem.TERRACOTTA
private static final BlockState
SurfaceSystem.WHITE_TERRACOTTA
private static final BlockState
SurfaceSystem.YELLOW_TERRACOTTA
Modifier and TypeFieldDescriptionprivate static List<BlockState>
DebugLevelSource.ALL_BLOCKS
final List<BlockState>
GeodeBlockSettings.innerPlacements
private final Predicate<BlockState>
Heightmap.isOpaque
private final Predicate<BlockState>
Heightmap.Types.isOpaque
(package private) static final Predicate<BlockState>
Heightmap.MATERIAL_MOTION_BLOCKING
(package private) static final Predicate<BlockState>
Heightmap.NOT_AIR
Modifier and TypeMethodDescriptionAquifer.FluidStatus.at
(int p_188406_) NoiseChunk.BlockStateFiller.calculate
(DensityFunction.FunctionContext p_209283_) Aquifer.computeSubstance
(DensityFunction.FunctionContext p_208158_, double p_208159_) Aquifer.NoiseBasedAquifer.computeSubstance
(DensityFunction.FunctionContext p_208186_, double p_208187_) private BlockState
NoiseBasedChunkGenerator.debugPreliminarySurfaceLevel
(NoiseChunk p_198232_, int p_198233_, int p_198234_, int p_198235_, BlockState p_198236_) NoiseGeneratorSettings.defaultBlock()
Returns the value of thedefaultBlock
record component.NoiseGeneratorSettings.defaultFluid()
Returns the value of thedefaultFluid
record component.private static BlockState[]
SurfaceSystem.generateBands
(RandomSource p_189965_) protected BlockState
SurfaceSystem.getBand
(int p_189931_, int p_189932_, int p_189933_) static BlockState
DebugLevelSource.getBlockStateFor
(int p_64149_, int p_64150_) protected BlockState
NoiseChunk.getInterpolatedState()
SurfaceRules.BlockRuleSource.resultState()
Returns the value of theresultState
record component.SurfaceRules.StateRule.state()
Returns the value of thestate
record component.SurfaceRules.SequenceRule.tryApply
(int p_189694_, int p_189695_, int p_189696_) SurfaceRules.StateRule.tryApply
(int p_189721_, int p_189722_, int p_189723_) SurfaceRules.SurfaceRule.tryApply
(int p_189774_, int p_189775_, int p_189776_) SurfaceRules.TestRule.tryApply
(int p_189805_, int p_189806_, int p_189807_) Modifier and TypeMethodDescriptionHeightmap.Types.isOpaque()
NoiseBasedChunkGenerator.topMaterial
(CarvingContext p_188669_, Function<BlockPos, Holder<Biome>> p_188670_, ChunkAccess p_188671_, NoiseChunk p_188672_, BlockPos p_188673_, boolean p_188674_) Deprecated.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 TypeMethodDescriptionprivate BlockState
NoiseBasedChunkGenerator.debugPreliminarySurfaceLevel
(NoiseChunk p_198232_, int p_198233_, int p_198234_, int p_198235_, BlockState p_198236_) private boolean
SurfaceSystem.isStone
(BlockState p_189953_) protected OptionalInt
NoiseBasedChunkGenerator.iterateNoiseColumn
(int p_158414_, int p_158415_, BlockState[] p_158416_, Predicate<BlockState> p_158417_, int p_158418_, int p_158419_) private static void
SurfaceSystem.makeBands
(RandomSource p_189967_, BlockState[] p_189968_, int p_189969_, BlockState p_189970_) static SurfaceRules.RuleSource
SurfaceRules.state
(BlockState p_189391_) boolean
Heightmap.update
(int p_64250_, int p_64251_, int p_64252_, BlockState p_64253_) Modifier and TypeMethodDescriptionprotected OptionalInt
NoiseBasedChunkGenerator.iterateNoiseColumn
(int p_158414_, int p_158415_, BlockState[] p_158416_, Predicate<BlockState> p_158417_, int p_158418_, int p_158419_) Column.scan
(LevelSimulatedReader p_158176_, BlockPos p_158177_, int p_158178_, Predicate<BlockState> p_158179_, Predicate<BlockState> p_158180_) private static OptionalInt
Column.scanDirection
(LevelSimulatedReader p_158168_, int p_158169_, Predicate<BlockState> p_158170_, Predicate<BlockState> p_158171_, BlockPos.MutableBlockPos p_158172_, int p_158173_, Direction p_158174_) ModifierConstructorDescription(package private)
BlockRuleSource
(BlockState p_189517_) (package private)
BlockRuleSource
(BlockState resultState, SurfaceRules.StateRule rule) Creates an instance of aBlockRuleSource
record class.FluidStatus
(int p_188403_, BlockState p_188404_) NoiseGeneratorSettings
(NoiseSettings noiseSettings, BlockState defaultBlock, BlockState defaultFluid, NoiseRouterWithOnlyNoises noiseRouter, SurfaceRules.RuleSource surfaceRule, int seaLevel, boolean disableMobGeneration, boolean aquifersEnabled, boolean oreVeinsEnabled, boolean useLegacyRandomSource) Creates an instance of aNoiseGeneratorSettings
record class.(package private)
StateRule
(BlockState state) Creates an instance of aStateRule
record class.SurfaceSystem
(Registry<NormalNoise.NoiseParameters> p_198285_, BlockState p_198286_, int p_198287_, long p_198288_, WorldgenRandom.Algorithm p_198289_) private
VeinType
(BlockState p_209684_, BlockState p_209685_, BlockState p_209686_, int p_209687_, int p_209688_) ModifierConstructorDescriptionGeodeBlockSettings
(BlockStateProvider p_204555_, BlockStateProvider p_204556_, BlockStateProvider p_204557_, BlockStateProvider p_204558_, BlockStateProvider p_204559_, List<BlockState> p_204560_, TagKey<Block> p_204561_, TagKey<Block> p_204562_) private
Types
(String p_64284_, Heightmap.Usage p_64285_, Predicate<BlockState> p_64286_) -
Uses of BlockState in net.minecraft.world.level.levelgen.blockpredicates
Modifier and TypeMethodDescriptionprotected boolean
MatchingBlocksPredicate.test
(BlockState p_190487_) protected boolean
MatchingBlockTagPredicate.test
(BlockState p_198343_) protected boolean
MatchingFluidsPredicate.test
(BlockState p_190500_) protected boolean
ReplaceablePredicate.test
(BlockState p_190527_) protected boolean
SolidPredicate.test
(BlockState p_190536_) protected abstract boolean
StateTestingPredicate.test
(BlockState p_190545_) static BlockPredicate
BlockPredicate.wouldSurvive
(BlockState p_190400_, Vec3i p_190401_) ModifierConstructorDescriptionprotected
WouldSurvivePredicate
(Vec3i p_190570_, BlockState p_190571_) -
Uses of BlockState in net.minecraft.world.level.levelgen.carver
Modifier and TypeFieldDescriptionprotected static final BlockState
WorldCarver.AIR
private final BlockState
CarverDebugSettings.airState
private final BlockState
CarverDebugSettings.barrierState
protected static final BlockState
WorldCarver.CAVE_AIR
private final BlockState
CarverDebugSettings.lavaState
private final BlockState
CarverDebugSettings.waterState
Modifier and TypeMethodDescriptionCarverDebugSettings.getAirState()
CarverDebugSettings.getBarrierState()
private BlockState
WorldCarver.getCarveState
(CarvingContext p_159419_, C p_159420_, BlockPos p_159421_, Aquifer p_159422_) private static BlockState
WorldCarver.getDebugState
(CarverConfiguration p_159382_, BlockState p_159383_) CarverDebugSettings.getLavaState()
CarverDebugSettings.getWaterState()
Modifier and TypeMethodDescriptionCarvingContext.topMaterial
(Function<BlockPos, Holder<Biome>> p_190647_, ChunkAccess p_190648_, BlockPos p_190649_, boolean p_190650_) Deprecated.Modifier and TypeMethodDescriptionprotected boolean
WorldCarver.canReplaceBlock
(BlockState p_65011_) private static BlockState
WorldCarver.getDebugState
(CarverConfiguration p_159382_, BlockState p_159383_) static CarverDebugSettings
CarverDebugSettings.of
(boolean p_159137_, BlockState p_159138_) static CarverDebugSettings
CarverDebugSettings.of
(boolean p_159140_, BlockState p_159141_, BlockState p_159142_, BlockState p_159143_, BlockState p_159144_) static CarverDebugSettings
CarverDebugSettings.of
(BlockState p_159130_, BlockState p_159131_, BlockState p_159132_, BlockState p_159133_) ModifierConstructorDescriptionprivate
CarverDebugSettings
(boolean p_159123_, BlockState p_159124_, BlockState p_159125_, BlockState p_159126_, BlockState p_159127_) -
Uses of BlockState in net.minecraft.world.level.levelgen.feature
Modifier and TypeFieldDescriptionprivate static final BlockState
LakeFeature.AIR
Deprecated.private static final BlockState
MonsterRoomFeature.AIR
private static final BlockState
BambooFeature.BAMBOO_FINAL_LARGE
private static final BlockState
BambooFeature.BAMBOO_TOP_LARGE
private static final BlockState
BambooFeature.BAMBOO_TOP_SMALL
private static final BlockState
BambooFeature.BAMBOO_TRUNK
final BlockState
HugeFungusConfiguration.decorState
private final BlockState
MineshaftFeature.Type.fenceState
final BlockState
HugeFungusConfiguration.hatState
private final BlockState
MineshaftFeature.Type.planksState
private final BlockState
DesertWellFeature.sandSlab
private final BlockState
DesertWellFeature.sandstone
final BlockState
HugeFungusConfiguration.stemState
final BlockState
HugeFungusConfiguration.validBaseState
private final BlockState
DesertWellFeature.water
private final BlockState
MineshaftFeature.Type.woodState
Modifier and TypeMethodDescriptionprivate static BlockState
DripstoneUtils.createPointedDripstone
(Direction p_159657_, DripstoneThickness p_159658_) MineshaftFeature.Type.getFenceState()
MineshaftFeature.Type.getPlanksState()
MineshaftFeature.Type.getWoodState()
Modifier and TypeMethodDescriptionstatic Predicate<BlockState>
Feature.isReplaceable
(TagKey<Block> p_204736_) Modifier and TypeMethodDescriptionstatic boolean
OreFeature.canPlaceOre
(BlockState p_160170_, Function<BlockPos, BlockState> p_160171_, Random p_160172_, OreConfiguration p_160173_, OreConfiguration.TargetBlockState p_160174_, BlockPos.MutableBlockPos p_160175_) private boolean
LakeFeature.canReplaceBlock
(BlockState p_190952_) Deprecated.private void
IcebergFeature.generateIcebergBlock
(LevelAccessor p_66059_, Random p_66060_, BlockPos p_66061_, int p_66062_, int p_66063_, int p_66064_, int p_66065_, int p_66066_, int p_66067_, boolean p_66068_, int p_66069_, double p_66070_, boolean p_66071_, BlockState p_66072_) private static boolean
GlowLichenFeature.isAirOrWater
(BlockState p_159859_) private static boolean
RootSystemFeature.isAllowedTreeSpace
(BlockState p_160253_, int p_160254_, int p_160255_) static boolean
Feature.isDirt
(BlockState p_159760_) static boolean
DripstoneUtils.isDripstoneBase
(BlockState p_159663_) static boolean
DripstoneUtils.isDripstoneBaseOrLava
(BlockState p_159650_) static boolean
DripstoneUtils.isEmptyOrWater
(BlockState p_159665_) static boolean
DripstoneUtils.isEmptyOrWaterOrLava
(BlockState p_159667_) private static boolean
IcebergFeature.isIcebergState
(BlockState p_159886_) static boolean
DripstoneUtils.isNeitherEmptyNorWater
(BlockState p_203131_) protected static boolean
Feature.isStone
(BlockState p_159748_) protected boolean
CoralFeature.placeCoralBlock
(LevelAccessor p_65447_, Random p_65448_, BlockPos p_65449_, BlockState p_65450_) protected boolean
CoralClawFeature.placeFeature
(LevelAccessor p_65424_, Random p_65425_, BlockPos p_65426_, BlockState p_65427_) protected abstract boolean
CoralFeature.placeFeature
(LevelAccessor p_65430_, Random p_65431_, BlockPos p_65432_, BlockState p_65433_) protected boolean
CoralMushroomFeature.placeFeature
(LevelAccessor p_65454_, Random p_65455_, BlockPos p_65456_, BlockState p_65457_) protected boolean
CoralTreeFeature.placeFeature
(LevelAccessor p_65490_, Random p_65491_, BlockPos p_65492_, BlockState p_65493_) static boolean
GlowLichenFeature.placeGlowLichenIfPossible
(WorldGenLevel p_159840_, BlockPos p_159841_, BlockState p_159842_, GlowLichenConfiguration p_159843_, Random p_159844_, List<Direction> p_159845_) private void
HugeFungusFeature.placeHatDropBlock
(LevelAccessor p_65943_, Random p_65944_, BlockPos p_65945_, BlockState p_65946_, boolean p_65947_) 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_66086_, LevelAccessor p_66087_, Random p_66088_, int p_66089_, int p_66090_, boolean p_66091_, boolean p_66092_, BlockState p_66093_) Modifier and TypeMethodDescriptionprotected static void
DripstoneUtils.buildBaseToTipColumn
(Direction p_159652_, int p_159653_, boolean p_159654_, Consumer<BlockState> p_159655_) static boolean
OreFeature.canPlaceOre
(BlockState p_160170_, Function<BlockPos, BlockState> p_160171_, Random p_160172_, OreConfiguration p_160173_, OreConfiguration.TargetBlockState p_160174_, BlockPos.MutableBlockPos p_160175_) static boolean
Feature.checkNeighbors
(Function<BlockPos, BlockState> p_159754_, BlockPos p_159755_, Predicate<BlockState> p_159756_) static boolean
Feature.checkNeighbors
(Function<BlockPos, BlockState> p_159754_, BlockPos p_159755_, Predicate<BlockState> p_159756_) private boolean
TreeFeature.doPlace
(WorldGenLevel p_160511_, Random p_160512_, BlockPos p_160513_, BiConsumer<BlockPos, BlockState> p_160514_, BiConsumer<BlockPos, BlockState> p_160515_, TreeConfiguration p_160516_) static boolean
Feature.isAdjacentToAir
(Function<BlockPos, BlockState> p_159751_, BlockPos p_159752_) protected boolean
VegetationPatchFeature.placeGround
(WorldGenLevel p_160605_, VegetationPatchConfiguration p_160606_, Predicate<BlockState> p_160607_, Random p_160608_, BlockPos.MutableBlockPos p_160609_, int p_160610_) VegetationPatchFeature.placeGroundPatch
(WorldGenLevel p_160597_, VegetationPatchConfiguration p_160598_, Random p_160599_, BlockPos p_160600_, Predicate<BlockState> p_160601_, int p_160602_, int p_160603_) WaterloggedVegetationPatchFeature.placeGroundPatch
(WorldGenLevel p_160643_, VegetationPatchConfiguration p_160644_, Random p_160645_, BlockPos p_160646_, Predicate<BlockState> p_160647_, int p_160648_, int p_160649_) protected void
Feature.safeSetBlock
(WorldGenLevel p_159743_, BlockPos p_159744_, BlockState p_159745_, Predicate<BlockState> p_159746_) ModifierConstructorDescriptionHugeFungusConfiguration
(BlockState p_65904_, BlockState p_65905_, BlockState p_65906_, BlockState p_65907_, boolean p_65908_) -
Uses of BlockState in net.minecraft.world.level.levelgen.feature.configurations
Modifier and TypeFieldDescriptionprivate final BlockState
DeltaFeatureConfiguration.contents
final BlockState
ReplaceSphereConfiguration.replaceState
private final BlockState
DeltaFeatureConfiguration.rim
final BlockState
BlockStateConfiguration.state
private final BlockState
DiskConfiguration.state
The field for thestate
record component.final BlockState
LayerConfiguration.state
final BlockState
OreConfiguration.TargetBlockState.state
final BlockState
ReplaceSphereConfiguration.targetState
Modifier and TypeFieldDescriptionprivate final List<BlockState>
DiskConfiguration.targets
The field for thetargets
record component.Modifier and TypeMethodDescriptionDeltaFeatureConfiguration.contents()
DeltaFeatureConfiguration.rim()
DiskConfiguration.state()
Returns the value of thestate
record component.Modifier and TypeMethodDescriptionDiskConfiguration.targets()
Returns the value of thetargets
record component.Modifier and TypeMethodDescriptionOreConfiguration.target
(RuleTest p_161022_, BlockState p_161023_) ModifierConstructorDescriptionBlockStateConfiguration
(BlockState p_67550_) DeltaFeatureConfiguration
(BlockState p_160731_, BlockState p_160732_, IntProvider p_160733_, IntProvider p_160734_) DiskConfiguration
(BlockState state, IntProvider radius, int halfHeight, List<BlockState> targets) Creates an instance of aDiskConfiguration
record class.LayerConfiguration
(int p_67772_, BlockState p_67773_) OreConfiguration
(RuleTest p_67843_, BlockState p_67844_, int p_67845_) OreConfiguration
(RuleTest p_161008_, BlockState p_161009_, int p_161010_, float p_161011_) ReplaceBlockConfiguration
(BlockState p_68028_, BlockState p_68029_) ReplaceSphereConfiguration
(BlockState p_161091_, BlockState p_161092_, IntProvider p_161093_) (package private)
TargetBlockState
(RuleTest p_161036_, BlockState p_161037_) ModifierConstructorDescriptionDiskConfiguration
(BlockState state, IntProvider radius, int halfHeight, List<BlockState> targets) Creates an instance of aDiskConfiguration
record class. -
Uses of BlockState in net.minecraft.world.level.levelgen.feature.foliageplacers
Modifier and TypeMethodDescriptionprotected void
AcaciaFoliagePlacer.createFoliage
(LevelSimulatedReader p_161346_, BiConsumer<BlockPos, BlockState> p_161347_, Random p_161348_, TreeConfiguration p_161349_, int p_161350_, FoliagePlacer.FoliageAttachment p_161351_, int p_161352_, int p_161353_, int p_161354_) protected void
BlobFoliagePlacer.createFoliage
(LevelSimulatedReader p_161360_, BiConsumer<BlockPos, BlockState> p_161361_, Random p_161362_, TreeConfiguration p_161363_, int p_161364_, FoliagePlacer.FoliageAttachment p_161365_, int p_161366_, int p_161367_, int p_161368_) protected void
BushFoliagePlacer.createFoliage
(LevelSimulatedReader p_161374_, BiConsumer<BlockPos, BlockState> p_161375_, Random p_161376_, TreeConfiguration p_161377_, int p_161378_, FoliagePlacer.FoliageAttachment p_161379_, int p_161380_, int p_161381_, int p_161382_) protected void
DarkOakFoliagePlacer.createFoliage
(LevelSimulatedReader p_161387_, BiConsumer<BlockPos, BlockState> p_161388_, Random p_161389_, TreeConfiguration p_161390_, int p_161391_, FoliagePlacer.FoliageAttachment p_161392_, int p_161393_, int p_161394_, int p_161395_) protected void
FancyFoliagePlacer.createFoliage
(LevelSimulatedReader p_161401_, BiConsumer<BlockPos, BlockState> p_161402_, Random p_161403_, TreeConfiguration p_161404_, int p_161405_, FoliagePlacer.FoliageAttachment p_161406_, int p_161407_, int p_161408_, int p_161409_) void
FoliagePlacer.createFoliage
(LevelSimulatedReader p_161414_, BiConsumer<BlockPos, BlockState> p_161415_, Random p_161416_, TreeConfiguration p_161417_, int p_161418_, FoliagePlacer.FoliageAttachment p_161419_, int p_161420_, int p_161421_) protected abstract void
FoliagePlacer.createFoliage
(LevelSimulatedReader p_161422_, BiConsumer<BlockPos, BlockState> p_161423_, Random p_161424_, TreeConfiguration p_161425_, int p_161426_, FoliagePlacer.FoliageAttachment p_161427_, int p_161428_, int p_161429_, int p_161430_) protected void
MegaJungleFoliagePlacer.createFoliage
(LevelSimulatedReader p_161458_, BiConsumer<BlockPos, BlockState> p_161459_, Random p_161460_, TreeConfiguration p_161461_, int p_161462_, FoliagePlacer.FoliageAttachment p_161463_, int p_161464_, int p_161465_, int p_161466_) protected void
MegaPineFoliagePlacer.createFoliage
(LevelSimulatedReader p_161474_, BiConsumer<BlockPos, BlockState> p_161475_, Random p_161476_, TreeConfiguration p_161477_, int p_161478_, FoliagePlacer.FoliageAttachment p_161479_, int p_161480_, int p_161481_, int p_161482_) protected void
PineFoliagePlacer.createFoliage
(LevelSimulatedReader p_161490_, BiConsumer<BlockPos, BlockState> p_161491_, Random p_161492_, TreeConfiguration p_161493_, int p_161494_, FoliagePlacer.FoliageAttachment p_161495_, int p_161496_, int p_161497_, int p_161498_) protected void
RandomSpreadFoliagePlacer.createFoliage
(LevelSimulatedReader p_161512_, BiConsumer<BlockPos, BlockState> p_161513_, Random p_161514_, TreeConfiguration p_161515_, int p_161516_, FoliagePlacer.FoliageAttachment p_161517_, int p_161518_, int p_161519_, int p_161520_) protected void
SpruceFoliagePlacer.createFoliage
(LevelSimulatedReader p_161543_, BiConsumer<BlockPos, BlockState> p_161544_, Random p_161545_, TreeConfiguration p_161546_, int p_161547_, FoliagePlacer.FoliageAttachment p_161548_, int p_161549_, int p_161550_, int p_161551_) protected void
FoliagePlacer.placeLeavesRow
(LevelSimulatedReader p_161438_, BiConsumer<BlockPos, BlockState> p_161439_, Random p_161440_, TreeConfiguration p_161441_, BlockPos p_161442_, int p_161443_, int p_161444_, boolean p_161445_) protected static void
FoliagePlacer.tryPlaceLeaf
(LevelSimulatedReader p_161432_, BiConsumer<BlockPos, BlockState> p_161433_, Random p_161434_, TreeConfiguration p_161435_, BlockPos p_161436_) -
Uses of BlockState in net.minecraft.world.level.levelgen.feature.stateproviders
Modifier and TypeFieldDescriptionprivate final BlockState
NoiseThresholdProvider.defaultState
private final BlockState
SimpleStateProvider.state
Modifier and TypeFieldDescriptionprivate final List<BlockState>
NoiseThresholdProvider.highStates
private final List<BlockState>
NoiseThresholdProvider.lowStates
protected final List<BlockState>
NoiseProvider.states
private final SimpleWeightedRandomList<BlockState>
WeightedStateProvider.weightedList
Modifier and TypeMethodDescriptionprotected BlockState
NoiseProvider.getRandomState
(List<BlockState> p_191450_, double p_191451_) protected BlockState
NoiseProvider.getRandomState
(List<BlockState> p_191453_, BlockPos p_191454_, double p_191455_) abstract BlockState
Modifier and TypeMethodDescriptionprotected static <P extends NoiseProvider>
com.mojang.datafixers.Products.P4<com.mojang.serialization.codecs.RecordCodecBuilder.Mu<P>,Long, NormalNoise.NoiseParameters, Float, List<BlockState>> NoiseProvider.noiseProviderCodec
(com.mojang.serialization.codecs.RecordCodecBuilder.Instance<P> p_191460_) Modifier and TypeMethodDescriptionprivate static IntegerProperty
RandomizedIntStateProvider.findProperty
(BlockState p_161571_, String p_161572_) static SimpleStateProvider
BlockStateProvider.simple
(BlockState p_191385_) Modifier and TypeMethodDescriptionprivate static com.mojang.serialization.DataResult<WeightedStateProvider>
WeightedStateProvider.create
(SimpleWeightedRandomList<BlockState> p_161598_) protected BlockState
NoiseProvider.getRandomState
(List<BlockState> p_191450_, double p_191451_) protected BlockState
NoiseProvider.getRandomState
(List<BlockState> p_191453_, BlockPos p_191454_, double p_191455_) ModifierConstructorDescriptionNoiseThresholdProvider
(long p_191471_, NormalNoise.NoiseParameters p_191472_, float p_191473_, float p_191474_, float p_191475_, BlockState p_191476_, List<BlockState> p_191477_, List<BlockState> p_191478_) protected
SimpleStateProvider
(BlockState p_68801_) ModifierConstructorDescriptionDualNoiseProvider
(InclusiveRange<Integer> p_191396_, NormalNoise.NoiseParameters p_191397_, float p_191398_, long p_191399_, NormalNoise.NoiseParameters p_191400_, float p_191401_, List<BlockState> p_191402_) NoiseProvider
(long p_191442_, NormalNoise.NoiseParameters p_191443_, float p_191444_, List<BlockState> p_191445_) NoiseThresholdProvider
(long p_191471_, NormalNoise.NoiseParameters p_191472_, float p_191473_, float p_191474_, float p_191475_, BlockState p_191476_, List<BlockState> p_191477_, List<BlockState> p_191478_) WeightedStateProvider
(SimpleWeightedRandomList<BlockState> p_161596_) -
Uses of BlockState in net.minecraft.world.level.levelgen.feature.treedecorators
Modifier and TypeMethodDescriptionprivate static void
LeaveVineDecorator.addHangingVine
(LevelSimulatedReader p_161730_, BlockPos p_161731_, BooleanProperty p_161732_, BiConsumer<BlockPos, BlockState> p_161733_) void
AlterGroundDecorator.place
(LevelSimulatedReader p_161694_, BiConsumer<BlockPos, BlockState> p_161695_, Random p_161696_, List<BlockPos> p_161697_, List<BlockPos> p_161698_) void
BeehiveDecorator.place
(LevelSimulatedReader p_161710_, BiConsumer<BlockPos, BlockState> p_161711_, Random p_161712_, List<BlockPos> p_161713_, List<BlockPos> p_161714_) void
CocoaDecorator.place
(LevelSimulatedReader p_161719_, BiConsumer<BlockPos, BlockState> p_161720_, Random p_161721_, List<BlockPos> p_161722_, List<BlockPos> p_161723_) void
LeaveVineDecorator.place
(LevelSimulatedReader p_161735_, BiConsumer<BlockPos, BlockState> p_161736_, Random p_161737_, List<BlockPos> p_161738_, List<BlockPos> p_161739_) abstract void
TreeDecorator.place
(LevelSimulatedReader p_161745_, BiConsumer<BlockPos, BlockState> p_161746_, Random p_161747_, List<BlockPos> p_161748_, List<BlockPos> p_161749_) void
TrunkVineDecorator.place
(LevelSimulatedReader p_161755_, BiConsumer<BlockPos, BlockState> p_161756_, Random p_161757_, List<BlockPos> p_161758_, List<BlockPos> p_161759_) private void
AlterGroundDecorator.placeBlockAt
(LevelSimulatedReader p_161700_, BiConsumer<BlockPos, BlockState> p_161701_, Random p_161702_, BlockPos p_161703_) private void
AlterGroundDecorator.placeCircle
(LevelSimulatedReader p_161689_, BiConsumer<BlockPos, BlockState> p_161690_, Random p_161691_, BlockPos p_161692_) protected static void
TreeDecorator.placeVine
(BiConsumer<BlockPos, BlockState> p_161751_, BlockPos p_161752_, BooleanProperty p_161753_) -
Uses of BlockState in net.minecraft.world.level.levelgen.feature.trunkplacers
Modifier and TypeMethodDescriptionprivate void
FancyTrunkPlacer.makeBranches
(LevelSimulatedReader p_161808_, BiConsumer<BlockPos, BlockState> p_161809_, Random p_161810_, int p_161811_, BlockPos p_161812_, List<FancyTrunkPlacer.FoliageCoords> p_161813_, TreeConfiguration p_161814_) private boolean
FancyTrunkPlacer.makeLimb
(LevelSimulatedReader p_161816_, BiConsumer<BlockPos, BlockState> p_161817_, Random p_161818_, BlockPos p_161819_, BlockPos p_161820_, boolean p_161821_, TreeConfiguration p_161822_) protected static boolean
TrunkPlacer.placeLog
(LevelSimulatedReader p_161894_, BiConsumer<BlockPos, BlockState> p_161895_, Random p_161896_, BlockPos p_161897_, TreeConfiguration p_161898_) protected static boolean
TrunkPlacer.placeLog
(LevelSimulatedReader p_161887_, BiConsumer<BlockPos, BlockState> p_161888_, Random p_161889_, BlockPos p_161890_, TreeConfiguration p_161891_, Function<BlockState, BlockState> p_161892_) protected static boolean
TrunkPlacer.placeLog
(LevelSimulatedReader p_161887_, BiConsumer<BlockPos, BlockState> p_161888_, Random p_161889_, BlockPos p_161890_, TreeConfiguration p_161891_, Function<BlockState, BlockState> p_161892_) protected static boolean
TrunkPlacer.placeLog
(LevelSimulatedReader p_161887_, BiConsumer<BlockPos, BlockState> p_161888_, Random p_161889_, BlockPos p_161890_, TreeConfiguration p_161891_, Function<BlockState, BlockState> p_161892_) protected static void
TrunkPlacer.placeLogIfFree
(LevelSimulatedReader p_161875_, BiConsumer<BlockPos, BlockState> p_161876_, Random p_161877_, BlockPos.MutableBlockPos p_161878_, TreeConfiguration p_161879_) private static void
GiantTrunkPlacer.placeLogIfFreeWithOffset
(LevelSimulatedReader p_161842_, BiConsumer<BlockPos, BlockState> p_161843_, Random p_161844_, BlockPos.MutableBlockPos p_161845_, TreeConfiguration p_161846_, BlockPos p_161847_, int p_161848_, int p_161849_, int p_161850_) BendingTrunkPlacer.placeTrunk
(LevelSimulatedReader p_161777_, BiConsumer<BlockPos, BlockState> p_161778_, Random p_161779_, int p_161780_, BlockPos p_161781_, TreeConfiguration p_161782_) DarkOakTrunkPlacer.placeTrunk
(LevelSimulatedReader p_161790_, BiConsumer<BlockPos, BlockState> p_161791_, Random p_161792_, int p_161793_, BlockPos p_161794_, TreeConfiguration p_161795_) FancyTrunkPlacer.placeTrunk
(LevelSimulatedReader p_161801_, BiConsumer<BlockPos, BlockState> p_161802_, Random p_161803_, int p_161804_, BlockPos p_161805_, TreeConfiguration p_161806_) ForkingTrunkPlacer.placeTrunk
(LevelSimulatedReader p_161828_, BiConsumer<BlockPos, BlockState> p_161829_, Random p_161830_, int p_161831_, BlockPos p_161832_, TreeConfiguration p_161833_) GiantTrunkPlacer.placeTrunk
(LevelSimulatedReader p_161835_, BiConsumer<BlockPos, BlockState> p_161836_, Random p_161837_, int p_161838_, BlockPos p_161839_, TreeConfiguration p_161840_) MegaJungleTrunkPlacer.placeTrunk
(LevelSimulatedReader p_161852_, BiConsumer<BlockPos, BlockState> p_161853_, Random p_161854_, int p_161855_, BlockPos p_161856_, TreeConfiguration p_161857_) StraightTrunkPlacer.placeTrunk
(LevelSimulatedReader p_161859_, BiConsumer<BlockPos, BlockState> p_161860_, Random p_161861_, int p_161862_, BlockPos p_161863_, TreeConfiguration p_161864_) abstract List<FoliagePlacer.FoliageAttachment>
TrunkPlacer.placeTrunk
(LevelSimulatedReader p_161868_, BiConsumer<BlockPos, BlockState> p_161869_, Random p_161870_, int p_161871_, BlockPos p_161872_, TreeConfiguration p_161873_) protected static void
TrunkPlacer.setDirtAt
(LevelSimulatedReader p_161881_, BiConsumer<BlockPos, BlockState> p_161882_, Random p_161883_, BlockPos p_161884_, TreeConfiguration p_161885_) -
Uses of BlockState in net.minecraft.world.level.levelgen.flat
Modifier and TypeFieldDescriptionprivate final List<BlockState>
FlatLevelGeneratorSettings.layers
-
Uses of BlockState in net.minecraft.world.level.levelgen.material
Modifier and TypeMethodDescriptionWorldGenMaterialRule.apply
(NoiseChunk p_191553_, int p_191554_, int p_191555_, int p_191556_) MaterialRuleList.calculate
(DensityFunction.FunctionContext p_209815_) -
Uses of BlockState in net.minecraft.world.level.levelgen.placement
Modifier and TypeMethodDescriptionprivate static boolean
CountOnEveryLayerPlacement.isEmpty
(BlockState p_191609_) Deprecated. -
Uses of BlockState in net.minecraft.world.level.levelgen.structure
Modifier and TypeFieldDescriptionprotected static final BlockState
OceanMonumentPieces.OceanMonumentPiece.BASE_BLACK
protected static final BlockState
OceanMonumentPieces.OceanMonumentPiece.BASE_GRAY
protected static final BlockState
OceanMonumentPieces.OceanMonumentPiece.BASE_LIGHT
protected static final BlockState
StructurePiece.CAVE_AIR
protected static final BlockState
OceanMonumentPieces.OceanMonumentPiece.DOT_DECO_DATA
protected static final BlockState
OceanMonumentPieces.OceanMonumentPiece.FILL_BLOCK
protected static final BlockState
OceanMonumentPieces.OceanMonumentPiece.LAMP_BLOCK
protected BlockState
StructurePiece.BlockSelector.next
Modifier and TypeMethodDescriptionprotected BlockState
StructurePiece.getBlock
(BlockGetter p_73399_, int p_73400_, int p_73401_, int p_73402_, BoundingBox p_73403_) StructurePiece.BlockSelector.getNext()
static BlockState
StructurePiece.reorient
(BlockGetter p_73408_, BlockPos p_73409_, BlockState p_73410_) Modifier and TypeMethodDescriptionprivate boolean
MineShaftPieces.MineShaftCorridor.canHangChainBelow
(LevelReader p_162496_, BlockPos p_162497_, BlockState p_162498_) private boolean
MineShaftPieces.MineShaftCorridor.canPlaceColumnOnTopOf
(LevelReader p_203133_, BlockPos p_203134_, BlockState p_203135_) protected boolean
StructurePiece.createChest
(ServerLevelAccessor p_73421_, BoundingBox p_73422_, Random p_73423_, BlockPos p_73424_, ResourceLocation p_73425_, BlockState p_73426_) private static void
MineShaftPieces.MineShaftCorridor.fillColumnBetween
(WorldGenLevel p_162507_, BlockState p_162508_, BlockPos.MutableBlockPos p_162509_, int p_162510_, int p_162511_) protected void
MineShaftPieces.MineShaftCorridor.fillColumnDown
(WorldGenLevel p_162500_, BlockState p_162501_, int p_162502_, int p_162503_, int p_162504_, BoundingBox p_162505_) protected void
StructurePiece.fillColumnDown
(WorldGenLevel p_73529_, BlockState p_73530_, int p_73531_, int p_73532_, int p_73533_, BoundingBox p_73534_) protected void
MineShaftPieces.MineShaftCorridor.fillPillarDownOrChainUp
(WorldGenLevel p_162545_, BlockState p_162546_, int p_162547_, int p_162548_, int p_162549_, BoundingBox p_162550_) protected void
StructurePiece.generateBox
(WorldGenLevel p_73442_, BoundingBox p_73443_, int p_73444_, int p_73445_, int p_73446_, int p_73447_, int p_73448_, int p_73449_, BlockState p_73450_, BlockState p_73451_, boolean p_73452_) protected void
StructurePiece.generateBox
(WorldGenLevel p_163559_, BoundingBox p_163560_, BoundingBox p_163561_, BlockState p_163562_, BlockState p_163563_, boolean p_163564_) protected void
OceanMonumentPieces.OceanMonumentPiece.generateBoxOnFillOnly
(WorldGenLevel p_72370_, BoundingBox p_72371_, int p_72372_, int p_72373_, int p_72374_, int p_72375_, int p_72376_, int p_72377_, BlockState p_72378_) protected void
StructurePiece.generateMaybeBox
(WorldGenLevel p_73477_, BoundingBox p_73478_, Random p_73479_, float p_73480_, int p_73481_, int p_73482_, int p_73483_, int p_73484_, int p_73485_, int p_73486_, BlockState p_73487_, BlockState p_73488_, boolean p_73489_, boolean p_73490_) protected void
StructurePiece.generateUpperHalfSphere
(WorldGenLevel p_73454_, BoundingBox p_73455_, int p_73456_, int p_73457_, int p_73458_, int p_73459_, int p_73460_, int p_73461_, BlockState p_73462_, boolean p_73463_) private boolean
BuriedTreasurePieces.BuriedTreasurePiece.isLiquid
(BlockState p_71078_) protected boolean
StructurePiece.isReplaceableByStructures
(BlockState p_163573_) protected void
StructurePiece.maybeGenerateBlock
(WorldGenLevel p_73492_, BoundingBox p_73493_, Random p_73494_, float p_73495_, int p_73496_, int p_73497_, int p_73498_, BlockState p_73499_) protected void
StructurePiece.placeBlock
(WorldGenLevel p_73435_, BlockState p_73436_, int p_73437_, int p_73438_, int p_73439_, BoundingBox p_73440_) static BlockState
StructurePiece.reorient
(BlockGetter p_73408_, BlockPos p_73409_, BlockState p_73410_) protected void
MineShaftPieces.MineShaftPiece.setPlanksBlock
(WorldGenLevel p_162588_, BoundingBox p_162589_, BlockState p_162590_, int p_162591_, int p_162592_, int p_162593_) -
Uses of BlockState in net.minecraft.world.level.levelgen.structure.templatesystem
Modifier and TypeFieldDescriptionprivate final BlockState
BlockStateMatchTest.blockState
private final BlockState
RandomBlockStateMatchTest.blockState
static final BlockState
StructureTemplate.SimplePalette.DEFAULT_BLOCK_STATE
private static final BlockState[]
BlockAgeProcessor.NON_MOSSY_REPLACEMENTS
private final BlockState
ProcessorRule.outputState
final BlockState
StructureTemplate.StructureBlockInfo.state
Modifier and TypeFieldDescriptionprivate final IdMapper<BlockState>
StructureTemplate.SimplePalette.ids
Modifier and TypeMethodDescriptionProcessorRule.getOutputState()
private static BlockState
BlockAgeProcessor.getRandomBlock
(Random p_74033_, BlockState[] p_74034_) private BlockState
BlockAgeProcessor.getRandomBlock
(Random p_74036_, BlockState[] p_74037_, BlockState[] p_74038_) private static BlockState
BlockAgeProcessor.getRandomFacingStairs
(Random p_74027_, Block p_74028_) private BlockState
BlockAgeProcessor.maybeReplaceFullStoneBlock
(Random p_74025_) private BlockState
BlockAgeProcessor.maybeReplaceObsidian
(Random p_74044_) private BlockState
BlockAgeProcessor.maybeReplaceSlab
(Random p_74040_) private BlockState
BlockAgeProcessor.maybeReplaceStairs
(Random p_74030_, BlockState p_74031_) private BlockState
BlockAgeProcessor.maybeReplaceWall
(Random p_74042_) StructureTemplate.SimplePalette.stateFor
(int p_74668_) Modifier and TypeMethodDescriptionvoid
StructureTemplate.SimplePalette.addMapping
(BlockState p_74672_, int p_74673_) private static BlockState
BlockAgeProcessor.getRandomBlock
(Random p_74033_, BlockState[] p_74034_) private BlockState
BlockAgeProcessor.getRandomBlock
(Random p_74036_, BlockState[] p_74037_, BlockState[] p_74038_) int
StructureTemplate.SimplePalette.idFor
(BlockState p_74670_) private BlockState
BlockAgeProcessor.maybeReplaceStairs
(Random p_74030_, BlockState p_74031_) boolean
AlwaysTrueTest.test
(BlockState p_73959_, Random p_73960_) boolean
BlockMatchTest.test
(BlockState p_74070_, Random p_74071_) boolean
BlockStateMatchTest.test
(BlockState p_74096_, Random p_74097_) boolean
ProcessorRule.test
(BlockState p_74239_, BlockState p_74240_, BlockPos p_74241_, BlockPos p_74242_, BlockPos p_74243_, Random p_74244_) boolean
RandomBlockMatchTest.test
(BlockState p_74267_, Random p_74268_) boolean
RandomBlockStateMatchTest.test
(BlockState p_74284_, Random p_74285_) abstract boolean
RuleTest.test
(BlockState p_74310_, Random p_74311_) boolean
TagMatchTest.test
(BlockState p_74697_, Random p_74698_) ModifierConstructorDescriptionBlockStateMatchTest
(BlockState p_74093_) ProcessorRule
(RuleTest p_74223_, RuleTest p_74224_, BlockState p_74225_) ProcessorRule
(RuleTest p_74227_, RuleTest p_74228_, PosRuleTest p_74229_, BlockState p_74230_) ProcessorRule
(RuleTest p_74232_, RuleTest p_74233_, PosRuleTest p_74234_, BlockState p_74235_, Optional<CompoundTag> p_74236_) RandomBlockStateMatchTest
(BlockState p_74280_, float p_74281_) StructureBlockInfo
(BlockPos p_74679_, BlockState p_74680_, CompoundTag p_74681_) -
Uses of BlockState in net.minecraft.world.level.lighting
Modifier and TypeMethodDescriptionprotected BlockState
LayerLightEngine.getStateAndOpacity
(long p_75665_, org.apache.commons.lang3.mutable.MutableInt p_75666_) Modifier and TypeMethodDescriptionstatic int
LayerLightEngine.getLightBlockInto
(BlockGetter p_75668_, BlockState p_75669_, BlockPos p_75670_, BlockState p_75671_, BlockPos p_75672_, Direction p_75673_, int p_75674_) protected VoxelShape
LayerLightEngine.getShape
(BlockState p_75679_, long p_75680_, Direction p_75681_) -
Uses of BlockState in net.minecraft.world.level.material
Modifier and TypeMethodDescriptionprotected BlockState
EmptyFluid.createLegacyBlock
(FluidState p_75937_) protected abstract BlockState
Fluid.createLegacyBlock
(FluidState p_76136_) FluidState.createLegacyBlock()
LavaFluid.createLegacyBlock
(FluidState p_76249_) WaterFluid.createLegacyBlock
(FluidState p_76466_) Modifier and TypeMethodDescriptionprotected 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_) 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_) protected FluidState
FlowingFluid.getNewLiquid
(LevelReader p_76036_, BlockPos p_76037_, BlockState p_76038_) 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
(LevelReader p_76080_, BlockPos p_76081_, BlockState p_76082_) private boolean
FlowingFluid.isWaterHole
(BlockGetter p_75957_, Fluid p_75958_, BlockPos p_75959_, BlockState p_75960_, BlockPos p_75961_, BlockState p_75962_) 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
(LevelAccessor p_76015_, BlockPos p_76016_, FluidState p_76017_, BlockState p_76018_) Modifier and TypeMethodDescriptionprotected 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_) -
Uses of BlockState in net.minecraft.world.level.pathfinder
Modifier and TypeMethodDescriptionstatic boolean
WalkNodeEvaluator.isBurningBlock
(BlockState p_77623_) -
Uses of BlockState in net.minecraft.world.level.portal
Modifier and TypeMethodDescriptionprivate static boolean
PortalShape.isEmpty
(BlockState p_77718_) -
Uses of BlockState in net.minecraft.world.level.storage.loot.functions
Modifier and TypeMethodDescriptionprivate static <T extends Comparable<T>>
StringCopyBlockState.serialize
(BlockState p_80065_, Property<T> p_80066_) -
Uses of BlockState in net.minecraft.world.level.storage.loot.parameters
Modifier and TypeFieldDescriptionstatic final LootContextParam<BlockState>
LootContextParams.BLOCK_STATE
-
Uses of BlockState in net.minecraftforge.client
Modifier and TypeMethodDescriptiondefault boolean
IBlockRenderProperties.addDestroyEffects
(BlockState state, Level Level, BlockPos pos, ParticleEngine manager) Spawn particles for when the block is destroyed.default boolean
IBlockRenderProperties.addHitEffects
(BlockState state, Level level, HitResult target, ParticleEngine manager) Spawn a digging particle effect in the level, this is a wrapper around EffectRenderer.addBlockHitEffects to allow the block more control over the particles.static IBlockRenderProperties
RenderProperties.get
(BlockState state) default Vector3d
IBlockRenderProperties.getFogColor
(BlockState state, LevelReader level, BlockPos pos, Entity entity, Vector3d originalColor, float partialTick) NOT CURRENTLY IMPLEMENTEDstatic boolean
ForgeHooksClient.isBlockInSolidLayer
(BlockState state) static void
ForgeHooksClient.renderPistonMovedBlocks
(BlockPos pos, BlockState state, PoseStack stack, MultiBufferSource bufferSource, Level level, boolean checkSides, int packedOverlay, BlockRenderDispatcher blockRenderer) -
Uses of BlockState in net.minecraftforge.client.event
Modifier and TypeMethodDescriptionRenderBlockOverlayEvent.getBlockState()
If the overlay type is BLOCK, then this is the block which the overlay is getting it's icon fromModifierConstructorDescriptionRenderBlockOverlayEvent
(Player player, PoseStack poseStack, RenderBlockOverlayEvent.OverlayType type, BlockState block, BlockPos blockPos) -
Uses of BlockState in net.minecraftforge.client.extensions
Modifier and TypeMethodDescriptiondefault IModelData
IForgeBakedModel.getModelData
(BlockAndTintGetter level, BlockPos pos, BlockState state, IModelData modelData) IForgeBakedModel.getQuads
(BlockState state, Direction side, Random rand, IModelData extraData) default boolean
IForgeBakedModel.useAmbientOcclusion
(BlockState state) -
Uses of BlockState in net.minecraftforge.client.model
Modifier and TypeMethodDescriptionBakedModelWrapper.getModelData
(BlockAndTintGetter level, BlockPos pos, BlockState state, IModelData modelData) CompositeModel.getModelData
(BlockAndTintGetter level, BlockPos pos, BlockState state, IModelData modelData) BakedItemModel.BakedGuiItemModel.getQuads
(BlockState state, Direction side, Random rand) BakedItemModel.getQuads
(BlockState state, Direction side, Random rand) BakedModelWrapper.getQuads
(BlockState state, Direction side, Random rand) BakedModelWrapper.getQuads
(BlockState state, Direction side, Random rand, IModelData extraData) CompositeModel.getQuads
(BlockState state, Direction side, Random rand, IModelData extraData) FluidModel.BakedFluid.getQuads
(BlockState state, Direction side, Random rand) FluidModel.CachingBakedFluid.getQuads
(BlockState state, Direction side, Random rand, IModelData modelData) ItemMultiLayerBakedModel.getQuads
(BlockState state, Direction side, Random rand, IModelData modelData) MultiLayerModel.MultiLayerBakedModel.getQuads
(BlockState state, Direction side, Random rand, IModelData extraData) PerspectiveMapWrapper.getQuads
(BlockState state, Direction side, Random rand, IModelData extraData) SeparatePerspectiveModel.BakedModel.getQuads
(BlockState state, Direction side, Random rand) boolean
BakedModelWrapper.useAmbientOcclusion
(BlockState state) boolean
MultiLayerModel.MultiLayerBakedModel.useAmbientOcclusion
(BlockState state) boolean
PerspectiveMapWrapper.useAmbientOcclusion
(BlockState state) -
Uses of BlockState in net.minecraftforge.client.model.b3d
Modifier and TypeMethodDescriptionB3DLoader.BakedWrapper.getQuads
(BlockState state, Direction side, Random rand, IModelData data) -
Uses of BlockState in net.minecraftforge.client.model.data
Modifier and TypeMethodDescriptionstatic IModelData
MultipartModelData.create
(List<org.apache.commons.lang3.tuple.Pair<Predicate<BlockState>, BakedModel>> selectors, BlockAndTintGetter level, BlockPos pos, BlockState state, IModelData tileData) IDynamicBakedModel.getQuads
(BlockState state, Direction side, Random rand) IDynamicBakedModel.getQuads
(BlockState state, Direction side, Random rand, IModelData extraData) Modifier and TypeMethodDescriptionstatic IModelData
MultipartModelData.create
(List<org.apache.commons.lang3.tuple.Pair<Predicate<BlockState>, BakedModel>> selectors, BlockAndTintGetter level, BlockPos pos, BlockState state, IModelData tileData) -
Uses of BlockState in net.minecraftforge.client.model.generators
Modifier and TypeFieldDescriptionprivate final Set<BlockState>
VariantBlockStateBuilder.coveredStates
Modifier and TypeMethodDescriptionboolean
VariantBlockStateBuilder.PartialBlockstate.test
(BlockState blockState) Modifier and TypeMethodDescriptionvoid
BlockStateProvider.directionalBlock
(Block block, Function<BlockState, ModelFile> modelFunc) void
BlockStateProvider.directionalBlock
(Block block, Function<BlockState, ModelFile> modelFunc, int angleOffset) VariantBlockStateBuilder.forAllStates
(Function<BlockState, ConfiguredModel[]> mapper) VariantBlockStateBuilder.forAllStatesExcept
(Function<BlockState, ConfiguredModel[]> mapper, Property<?>... ignored) void
BlockStateProvider.horizontalBlock
(Block block, Function<BlockState, ModelFile> modelFunc) void
BlockStateProvider.horizontalBlock
(Block block, Function<BlockState, ModelFile> modelFunc, int angleOffset) void
BlockStateProvider.horizontalFaceBlock
(Block block, Function<BlockState, ModelFile> modelFunc) void
BlockStateProvider.horizontalFaceBlock
(Block block, Function<BlockState, ModelFile> modelFunc, int angleOffset) -
Uses of BlockState in net.minecraftforge.client.model.pipeline
Modifier and TypeMethodDescriptionstatic boolean
ForgeBlockModelRenderer.render
(VertexLighterFlat lighter, BlockAndTintGetter level, BakedModel model, BlockState state, BlockPos pos, PoseStack poseStack, boolean checkSides, Random rand, long seed, IModelData modelData) void
BlockInfo.setState
(BlockState state) void
VertexLighterFlat.setState
(BlockState state) boolean
ForgeBlockModelRenderer.tesselateWithAO
(BlockAndTintGetter level, BakedModel model, BlockState state, BlockPos pos, PoseStack poseStack, VertexConsumer buffer, boolean checkSides, Random rand, long seed, int packedOverlay, IModelData modelData) boolean
ForgeBlockModelRenderer.tesselateWithoutAO
(BlockAndTintGetter level, BakedModel model, BlockState state, BlockPos pos, PoseStack poseStack, VertexConsumer buffer, boolean checkSides, Random rand, long seed, int packedOverlay, IModelData modelData) -
Uses of BlockState in net.minecraftforge.common
Modifier and TypeMethodDescriptionstatic boolean
TierSortingRegistry.isCorrectTierForDrops
(Tier tier, BlockState state) Queries if a tier is high enough to be able to get drops for the given blockstate.private static boolean
TierSortingRegistry.isCorrectTierVanilla
(Tier tier, BlockState state) Fallback for when a tier isn't in the registry, copy of the logic inDiggerItem.isCorrectToolForDrops(net.minecraft.world.level.block.state.BlockState)
static boolean
ForgeHooks.isCorrectToolForDrops
(BlockState state, Player player) ForgeHooks.isLivingOnLadder
(BlockState state, Level level, BlockPos pos, LivingEntity entity) 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) static int
ForgeHooks.onNoteChange
(Level level, BlockPos pos, BlockState state, int old, int _new) -
Uses of BlockState in net.minecraftforge.common.extensions
Modifier and TypeMethodDescriptiondefault 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 BlockState
IForgeBlock.getToolModifiedState
(BlockState state, UseOnContext context, ToolAction toolAction, boolean simulate) Returns the state that this block should transform into when right-clicked by a tool.default BlockState
IForgeBlock.getToolModifiedState
(BlockState state, Level level, BlockPos pos, Player player, ItemStack stack, ToolAction toolAction) Deprecated, for removal: This API element is subject to removal in a future version.Override and useIForgeBlock.getToolModifiedState(BlockState, UseOnContext, ToolAction, boolean)
insteaddefault BlockState
IForgeBlockState.getToolModifiedState
(UseOnContext context, ToolAction toolAction, boolean simulate) Returns the state that this block should transform into when right-clicked by a tool.default BlockState
IForgeBlockState.getToolModifiedState
(Level level, BlockPos pos, Player player, ItemStack stack, ToolAction toolAction) Deprecated, for removal: This API element is subject to removal in a future version.default BlockState
IForgeBlock.rotate
(BlockState state, LevelAccessor level, BlockPos pos, Rotation direction) default BlockState
IForgeBlockState.rotate
(LevelAccessor level, BlockPos pos, Rotation direction) private BlockState
IForgeBlockState.self()
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
IForgeBlock.canConnectRedstone
(BlockState state, BlockGetter level, BlockPos pos, Direction direction) Whether redstone dust should visually connect to this block on a given sidedefault boolean
IForgeBlock.canDropFromExplosion
(BlockState state, 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
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
IForgeBaseRailBlock.canMakeSlopes
(BlockState state, BlockGetter level, BlockPos pos) Returns true if the rail can make up and down slopes.default boolean
IForgeBlock.canStickTo
(BlockState state, BlockState other) Determines if this block can stick to another block when pushed by a piston.default boolean
IForgeBlockState.canStickTo
(BlockState other) Determines if this block can stick to another block when pushed by a piston.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.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 BlockPathTypes
IForgeBlock.getAiPathNodeType
(BlockState state, BlockGetter level, BlockPos pos, Mob entity) Get thePathNodeType
for this block.default float[]
IForgeBlock.getBeaconColorMultiplier
(BlockState state, LevelReader level, BlockPos pos, BlockPos beaconPos) default Direction
IForgeBlock.getBedDirection
(BlockState state, LevelReader level, BlockPos pos) Returns the direction of the block.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 float
IForgeBlock.getEnchantPowerBonus
(BlockState state, LevelReader level, BlockPos pos) Determines the amount of enchanting power this block can provide to an enchanting table.default int
IForgeBlock.getExpDrop
(BlockState state, LevelReader level, 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 int
IForgeBlock.getFireSpreadSpeed
(BlockState state, BlockGetter level, BlockPos pos, Direction direction) 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 float
IForgeBlock.getFriction
(BlockState state, LevelReader level, BlockPos pos, 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 MaterialColor
IForgeBlock.getMapColor
(BlockState state, BlockGetter level, BlockPos pos, MaterialColor defaultColor) Returns theMaterialColor
shown on the map.default Optional<SoundEvent>
IForgeBucketPickup.getPickupSound
(BlockState state) State sensitive variant ofBucketPickup.getPickupSound()
.IForgeBaseRailBlock.getRailDirection
(BlockState state, BlockGetter level, BlockPos pos, 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, 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, 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
IForgeBlock.getToolModifiedState
(BlockState state, UseOnContext context, ToolAction toolAction, boolean simulate) Returns the state that this block should transform into when right-clicked by a tool.default BlockState
IForgeBlock.getToolModifiedState
(BlockState state, Level level, BlockPos pos, Player player, ItemStack stack, ToolAction toolAction) Deprecated, for removal: This API element is subject to removal in a future version.Override and useIForgeBlock.getToolModifiedState(BlockState, UseOnContext, ToolAction, boolean)
insteaddefault boolean
IForgeBlock.getWeakChanges
(BlockState state, 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, 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
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
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
IForgeItem.isCorrectToolForDrops
(ItemStack stack, BlockState state) ItemStack sensitive version ofItem.isCorrectToolForDrops(BlockState)
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
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
IForgeBlock.isFlammable
(BlockState state, BlockGetter level, BlockPos pos, Direction direction) 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
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
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.isSlimeBlock
(BlockState state) default boolean
IForgeBlock.isStickyBlock
(BlockState state) 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
IForgeBlock.makesOpenTrapdoorAboveClimbable
(BlockState state, LevelReader level, BlockPos pos, BlockState trapdoorState) Checks if this block makes an open trapdoor above it climbable.default void
IForgeBlock.onBlockExploded
(BlockState state, Level level, BlockPos pos, Explosion explosion) Called when the block is destroyed by an explosion.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, Direction direction, 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 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 BlockState
IForgeBlock.rotate
(BlockState state, 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 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
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
IForgeBlock.supportsExternalFaceHiding
(BlockState state) Whether this block allows a neighboring block to hide the face of this block it touches. -
Uses of BlockState in net.minecraftforge.common.util
Modifier and TypeMethodDescriptionBlockSnapshot.getCurrentBlock()
BlockSnapshot.getReplacedBlock()
ModifierConstructorDescriptionprivate
BlockSnapshot
(ResourceKey<Level> dim, LevelAccessor level, BlockPos pos, BlockState state, CompoundTag nbt, int flags) -
Uses of BlockState in net.minecraftforge.debug.block
Modifier and TypeMethodDescriptionCustomPlantTypeTest.CustomPlantBlock.getPlant
(BlockGetter level, BlockPos pos) ValidRailShapeTest.RailSlopeBlock.getStateForPlacement
(BlockPlaceContext context) Modifier and TypeMethodDescriptionboolean
RedstoneSidedConnectivityTest.EastRedstoneBlock.canConnectRedstone
(BlockState state, BlockGetter level, BlockPos pos, 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) DynamicMapColorTest.TestBlock.getMapColor
(BlockState state, BlockGetter level, BlockPos pos, MaterialColor defaultColor) FullPotsAccessorDemo.ClientHandler.DioritePotModel.getQuads
(BlockState state, Direction side, Random rand, IModelData extraData) CustomRespawnTest.CustomRespawnBlock.getRespawnPosition
(BlockState state, EntityType<?> type, LevelReader levelReader, BlockPos pos, float orientation, LivingEntity entity) FullPotsAccessorDemo.DioriteFlowerPotBlock.getShape
(BlockState state, BlockGetter level, BlockPos pos, CollisionContext context) <T extends BlockEntity>
BlockEntityTicker<T>BlockEntityOnLoadTest.TestBlock.getTicker
(Level level, BlockState state, BlockEntityType<T> type) 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) BlockEntityOnLoadTest.TestBlock.newBlockEntity
(BlockPos pos, BlockState state) CustomHeadTest.CustomSkullBlock.newBlockEntity
(BlockPos pos, BlockState state) CustomHeadTest.CustomWallSkullBlock.newBlockEntity
(BlockPos pos, BlockState state) CustomSignsTest.CustomStandingSignBlock.newBlockEntity
(BlockPos pos, BlockState state) CustomSignsTest.CustomWallSignBlock.newBlockEntity
(BlockPos pos, BlockState state) FullPotsAccessorDemo.DioriteFlowerPotBlock.newBlockEntity
(BlockPos pos, BlockState state) void
BlockStateChangeTest.TestBlock.onBlockStateChange
(LevelReader level, BlockPos pos, BlockState oldState, BlockState newState) boolean
HideNeighborFaceTest.GlassSlab.skipRendering
(BlockState state, BlockState neighborState, Direction face) BlockEntityOnLoadTest.TestBlock.use
(BlockState state, Level level, BlockPos pos, Player player, InteractionHand hand, BlockHitResult hit) BlockStateChangeTest.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) Modifier and TypeMethodDescriptionprotected void
BlockStateChangeTest.TestBlock.createBlockStateDefinition
(StateDefinition.Builder<Block, BlockState> builder) protected void
ValidRailShapeTest.RailSlopeBlock.createBlockStateDefinition
(StateDefinition.Builder<Block, BlockState> builder) ModifierConstructorDescriptionCustomSignBlockEntity
(BlockPos pos, BlockState state) CustomSkullBlockEntity
(BlockPos pos, BlockState state) DioriteFlowerPotBlockEntity
(BlockPos pos, BlockState state) TestBlockEntity
(BlockPos pos, BlockState state) -
Uses of BlockState in net.minecraftforge.debug.client.model
Modifier and TypeMethodDescription@Nullable BlockState
CustomTransformTypeTest.ItemHangerBlock.getStateForPlacement
(BlockPlaceContext ctx) Modifier and TypeMethodDescriptionTRSRTransformerTest.MyBakedModel.getQuads
(BlockState state, Direction side, Random rand, IModelData data) CustomTransformTypeTest.ItemHangerBlock.getRenderShape
(BlockState state) Deprecated.@Nullable BlockEntity
CustomTransformTypeTest.ItemHangerBlock.newBlockEntity
(BlockPos pos, BlockState state) protected boolean
CustomTransformTypeTest.ItemHangerItem.placeBlock
(BlockPlaceContext ctx, BlockState state) Modifier and TypeMethodDescriptionprotected void
CustomTransformTypeTest.ItemHangerBlock.createBlockStateDefinition
(StateDefinition.Builder<Block, BlockState> builder) ModifierConstructorDescriptionItemHangerBlockEntity
(BlockPos blockPos, BlockState blockState) ItemHangerBlockEntity
(BlockEntityType<?> type, BlockPos blockPos, BlockState blockState) -
Uses of BlockState in net.minecraftforge.debug.fluid
Modifier and TypeMethodDescriptionboolean
NewFluidTest.FluidloggableBlock.canPlaceLiquid
(BlockGetter worldIn, BlockPos pos, BlockState state, Fluid fluidIn) NewFluidTest.FluidloggableBlock.getFluidState
(BlockState state) NewFluidTest.FluidloggableBlock.pickupBlock
(LevelAccessor worldIn, BlockPos pos, BlockState state) boolean
NewFluidTest.FluidloggableBlock.placeLiquid
(LevelAccessor worldIn, BlockPos pos, BlockState state, FluidState fluidStateIn) Modifier and TypeMethodDescriptionprotected void
NewFluidTest.FluidloggableBlock.createBlockStateDefinition
(StateDefinition.Builder<Block, BlockState> builder) -
Uses of BlockState in net.minecraftforge.debug.misc
Modifier and TypeMethodDescription@Nullable BlockEntity
GameTestTest.EnergyBlock.newBlockEntity
(BlockPos pos, BlockState state) -
Uses of BlockState 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 BlockState in net.minecraftforge.event
Modifier and TypeMethodDescriptionstatic BlockState
ForgeEventFactory.fireFluidPlaceBlockEvent
(LevelAccessor level, BlockPos pos, BlockPos liquidPos, BlockState state) static BlockState
ForgeEventFactory.onToolUse
(BlockState originalState, UseOnContext context, ToolAction toolAction, boolean simulate) static BlockState
ForgeEventFactory.onToolUse
(BlockState originalState, Level level, BlockPos pos, Player player, ItemStack stack, ToolAction toolAction) Deprecated, for removal: This API element is subject to removal in a future version.Modifier and TypeMethodDescriptionstatic boolean
ForgeEventFactory.canCreateFluidSource
(LevelReader level, BlockPos pos, BlockState state, boolean def) static boolean
ForgeEventFactory.doPlayerHarvestCheck
(Player player, BlockState state, boolean success) static BlockState
ForgeEventFactory.fireFluidPlaceBlockEvent
(LevelAccessor level, BlockPos pos, BlockPos liquidPos, BlockState state) static float
ForgeEventFactory.getBreakSpeed
(Player player, BlockState state, float original, BlockPos pos) static int
ForgeEventFactory.onApplyBonemeal
(Player player, Level level, BlockPos pos, BlockState state, ItemStack stack) static boolean
ForgeEventFactory.onEntityDestroyBlock
(LivingEntity entity, BlockPos pos, BlockState state) ForgeEventFactory.onNeighborNotify
(Level level, BlockPos pos, BlockState state, EnumSet<Direction> notifiedSides, boolean forceRedstoneUpdate) static BlockState
ForgeEventFactory.onToolUse
(BlockState originalState, UseOnContext context, ToolAction toolAction, boolean simulate) static BlockState
ForgeEventFactory.onToolUse
(BlockState originalState, Level level, BlockPos pos, Player player, ItemStack stack, ToolAction toolAction) Deprecated, for removal: This API element is subject to removal in a future version.static boolean
ForgeEventFactory.renderBlockOverlay
(Player player, PoseStack mat, RenderBlockOverlayEvent.OverlayType type, BlockState block, BlockPos pos) -
Uses of BlockState in net.minecraftforge.event.entity.living
ModifierConstructorDescriptionLivingDestroyBlockEvent
(LivingEntity entity, BlockPos pos, BlockState state) -
Uses of BlockState in net.minecraftforge.event.entity.player
Modifier and TypeFieldDescriptionprivate final BlockState
BonemealEvent.block
private final BlockState
PlayerEvent.BreakSpeed.state
private final BlockState
PlayerEvent.HarvestCheck.state
Modifier and TypeMethodDescriptionBonemealEvent.getBlock()
PlayerEvent.BreakSpeed.getState()
PlayerEvent.HarvestCheck.getTargetBlock()
ModifierConstructorDescriptionBonemealEvent
(Player player, Level world, BlockPos pos, BlockState block, ItemStack stack) BreakSpeed
(Player player, BlockState state, float original, BlockPos pos) HarvestCheck
(Player player, BlockState state, boolean success) -
Uses of BlockState in net.minecraftforge.event.world
Modifier and TypeFieldDescriptionprivate BlockState
BlockEvent.FluidPlaceBlockEvent.newState
private final BlockState
BlockEvent.CropGrowEvent.Post.originalState
private BlockState
BlockEvent.FluidPlaceBlockEvent.origState
private final BlockState
BlockEvent.EntityPlaceEvent.placedAgainst
private final BlockState
BlockEvent.EntityPlaceEvent.placedBlock
private BlockState
BlockEvent.BlockToolModificationEvent.state
private final BlockState
BlockEvent.CreateFluidSourceEvent.state
private final BlockState
BlockEvent.state
Modifier and TypeMethodDescriptionBlockEvent.BlockToolModificationEvent.getFinalState()
Returns the state to transform the block into after tool use.BlockEvent.FluidPlaceBlockEvent.getNewState()
BlockEvent.CropGrowEvent.Post.getOriginalState()
BlockEvent.FluidPlaceBlockEvent.getOriginalState()
BlockEvent.EntityPlaceEvent.getPlacedAgainst()
BlockEvent.EntityPlaceEvent.getPlacedBlock()
BlockEvent.CreateFluidSourceEvent.getState()
BlockEvent.getState()
Modifier and TypeMethodDescriptionvoid
BlockEvent.BlockToolModificationEvent.setFinalState
(BlockState finalState) Sets the state to transform the block into after tool use.void
BlockEvent.FluidPlaceBlockEvent.setNewState
(BlockState state) ModifierConstructorDescriptionBlockEvent
(LevelAccessor world, BlockPos pos, BlockState state) BlockToolInteractEvent
(BlockState originalState, UseOnContext context, ToolAction toolAction) Deprecated, for removal: This API element is subject to removal in a future version.BlockToolInteractEvent
(LevelAccessor world, BlockPos pos, BlockState originalState, Player player, ItemStack stack, ToolAction toolAction) Deprecated, for removal: This API element is subject to removal in a future version.BlockToolModificationEvent
(BlockState originalState, UseOnContext context, ToolAction toolAction, boolean simulate) (package private)
BlockToolModificationEvent
(LevelAccessor level, BlockPos pos, BlockState originalState, ToolAction toolAction) BreakEvent
(Level world, BlockPos pos, BlockState state, Player player) Change
(Level world, BlockPos pos, BlockState state, int oldNote, int newNote) CreateFluidSourceEvent
(LevelReader world, BlockPos pos, BlockState state) CropGrowEvent
(Level world, BlockPos pos, BlockState state) EntityMultiPlaceEvent
(List<BlockSnapshot> blockSnapshots, BlockState placedAgainst, Entity entity) EntityPlaceEvent
(BlockSnapshot blockSnapshot, BlockState placedAgainst, Entity entity) FarmlandTrampleEvent
(Level world, BlockPos pos, BlockState state, float fallDistance, Entity entity) FluidPlaceBlockEvent
(LevelAccessor world, BlockPos pos, BlockPos liquidPos, BlockState state) NeighborNotifyEvent
(Level world, BlockPos pos, BlockState state, EnumSet<Direction> notifiedSides, boolean forceRedstoneUpdate) protected
NoteBlockEvent
(Level world, BlockPos pos, BlockState state, int note) Play
(Level world, BlockPos pos, BlockState state, int note, NoteBlockInstrument instrument) PortalSpawnEvent
(LevelAccessor world, BlockPos pos, BlockState state, PortalShape size) Post
(Level world, BlockPos pos, BlockState original, BlockState state) Pre
(Level world, BlockPos pos, BlockState state) -
Uses of BlockState in net.minecraftforge.fluids
Modifier and TypeMethodDescriptionprotected BlockState
ForgeFlowingFluid.createLegacyBlock
(FluidState state) FluidAttributes.getBlock
(BlockAndTintGetter reader, BlockPos pos, FluidState state) Modifier and TypeMethodDescriptionprotected void
ForgeFlowingFluid.beforeDestroyingBlock
(LevelAccessor worldIn, BlockPos pos, BlockState state) -
Uses of BlockState in net.minecraftforge.fluids.capability
ModifierConstructorDescriptionTileFluidHandler
(BlockEntityType<?> blockEntityType, BlockPos pos, BlockState state) -
Uses of BlockState in net.minecraftforge.fluids.capability.wrappers
-
Uses of BlockState in net.minecraftforge.logging
Modifier and TypeFieldDescriptionprivate static com.google.common.collect.Multimap<ModelResourceLocation,
BlockState> ModelLoaderErrorMessage.reverseBlockMap
-
Uses of BlockState in net.minecraftforge.registries
Modifier and TypeMethodDescriptionstatic IdMapper<BlockState>
GameData.getBlockStateIDMap()
static Map<BlockState,
PoiType> GameData.getBlockStatePointOfInterestTypeMap()
IForgeBakedModel.getQuads(BlockState, Direction, Random, net.minecraftforge.client.model.data.IModelData)