Uses of Class
net.minecraft.world.level.block.state.BlockState
Packages that use BlockState
Package
Description
Events fired only on the client-side, chiefly related to rendering and user interfaces (screens and input).
Extension interfaces for
client
-only classes.-
Uses of BlockState in net.minecraft
Methods in net.minecraft with parameters of type BlockStateModifier and TypeMethodDescriptionstatic void
CrashReportCategory.populateBlockDetails
(CrashReportCategory pCategory, LevelHeightAccessor pLevelHeightAccessor, BlockPos pPos, BlockState pState) -
Uses of BlockState in net.minecraft.advancements.critereon
Methods in net.minecraft.advancements.critereon with parameters of type BlockStateModifier and TypeMethodDescriptionboolean
BeeNestDestroyedTrigger.TriggerInstance.matches
(BlockState pState, ItemStack pStack, int pNumBees) boolean
EnterBlockTrigger.TriggerInstance.matches
(BlockState pState) boolean
SlideDownBlockTrigger.TriggerInstance.matches
(BlockState pState) boolean
StatePropertiesPredicate.matches
(BlockState pState) private boolean
BlockPredicate.matchesState
(BlockState pState) void
BeeNestDestroyedTrigger.trigger
(ServerPlayer pPlayer, BlockState pState, ItemStack pStack, int pNumBees) void
EnterBlockTrigger.trigger
(ServerPlayer pPlayer, BlockState pState) void
SlideDownBlockTrigger.trigger
(ServerPlayer pPlayer, BlockState pState) -
Uses of BlockState in net.minecraft.client
Methods in net.minecraft.client that return BlockStateMethods in net.minecraft.client with parameters of type BlockStateModifier and TypeMethodDescriptionprivate void
KeyboardHandler.copyCreateBlockCommand
(BlockState pState, BlockPos pPos, CompoundTag pCompound) -
Uses of BlockState in net.minecraft.client.color.block
Methods in net.minecraft.client.color.block with parameters of type BlockStateModifier and TypeMethodDescriptionint
BlockColor.getColor
(BlockState pState, BlockAndTintGetter pLevel, BlockPos pPos, int pTintIndex) int
BlockColors.getColor
(BlockState pState, BlockAndTintGetter pLevel, BlockPos pPos, int pTintIndex) int
BlockColors.getColor
(BlockState pState, Level pLevel, BlockPos pPos) -
Uses of BlockState in net.minecraft.client.gui.screens
Methods in net.minecraft.client.gui.screens with parameters of type BlockStateModifier and TypeMethodDescriptionprivate ItemStack
CreateFlatWorldScreen.DetailsList.Entry.getDisplayItem
(BlockState pState) -
Uses of BlockState in net.minecraft.client.gui.screens.inventory
Methods in net.minecraft.client.gui.screens.inventory with parameters of type BlockStateModifier and TypeMethodDescriptionprotected void
AbstractSignEditScreen.offsetSign
(GuiGraphics pGuiGraphics, BlockState pState) protected void
HangingSignEditScreen.offsetSign
(GuiGraphics p_282472_, BlockState p_282359_) protected void
SignEditScreen.offsetSign
(GuiGraphics p_282503_, BlockState p_282571_) -
Uses of BlockState in net.minecraft.client.multiplayer
Methods in net.minecraft.client.multiplayer with parameters of type BlockStateModifier and TypeMethodDescriptionvoid
ClientLevel.addDestroyBlockEffect
(BlockPos p_171667_, BlockState p_171668_) void
ClientLevel.sendBlockUpdated
(BlockPos pPos, BlockState pOldState, BlockState pNewState, int pFlags) Flags are as in setBlockStateboolean
ClientLevel.setBlock
(BlockPos p_233643_, BlockState p_233644_, int p_233645_, int p_233646_) void
ClientLevel.setBlocksDirty
(BlockPos pBlockPos, BlockState pOldState, BlockState pNewState) void
ClientLevel.setServerVerifiedBlockState
(BlockPos pPos, BlockState pState, int pFlags) void
ClientLevel.syncBlockState
(BlockPos pPos, BlockState pState, Vec3 pPlayerPos) private void
ClientLevel.trySpawnDripParticles
(BlockPos pBlockPos, BlockState pBlockState, ParticleOptions pParticleData, boolean pShapeDownSolid) -
Uses of BlockState in net.minecraft.client.multiplayer.prediction
Fields in net.minecraft.client.multiplayer.prediction declared as BlockStateModifier and TypeFieldDescription(package private) BlockState
BlockStatePredictionHandler.ServerVerifiedState.blockState
Methods in net.minecraft.client.multiplayer.prediction with parameters of type BlockStateModifier and TypeMethodDescriptionvoid
BlockStatePredictionHandler.retainKnownServerState
(BlockPos pPos, BlockState pState, LocalPlayer pPlayer) (package private) void
BlockStatePredictionHandler.ServerVerifiedState.setBlockState
(BlockState pBlockState) boolean
BlockStatePredictionHandler.updateKnownServerState
(BlockPos pPos, BlockState pState) Constructors in net.minecraft.client.multiplayer.prediction with parameters of type BlockStateModifierConstructorDescription(package private)
ServerVerifiedState
(int pSequence, BlockState pBlockState, Vec3 pPlayerPos) -
Uses of BlockState in net.minecraft.client.particle
Methods in net.minecraft.client.particle with parameters of type BlockStateModifier and TypeMethodDescriptionvoid
ParticleEngine.destroy
(BlockPos pPos, BlockState pState) TerrainParticle.updateSprite
(BlockState state, BlockPos pos) Constructors in net.minecraft.client.particle with parameters of type BlockStateModifierConstructorDescriptionBlockMarker
(ClientLevel pLevel, double pX, double pY, double pZ, BlockState pState) TerrainParticle
(ClientLevel pLevel, double pX, double pY, double pZ, double pXSpeed, double pYSpeed, double pZSpeed, BlockState pState) TerrainParticle
(ClientLevel pLevel, double pX, double pY, double pZ, double pXSpeed, double pYSpeed, double pZSpeed, BlockState pState, BlockPos pPos) -
Uses of BlockState in net.minecraft.client.renderer
Methods in net.minecraft.client.renderer that return BlockStateModifier and TypeMethodDescriptionprivate static BlockState
ScreenEffectRenderer.getViewBlockingState
(Player pPlayer) Methods in net.minecraft.client.renderer that return types with arguments of type BlockStateModifier and TypeMethodDescriptionprivate static org.apache.commons.lang3.tuple.Pair
<BlockState, BlockPos> ScreenEffectRenderer.getOverlayBlock
(Player p_110717_) Methods in net.minecraft.client.renderer with parameters of type BlockStateModifier and TypeMethodDescriptionvoid
LevelRenderer.blockChanged
(BlockGetter pLevel, BlockPos pPos, BlockState pOldState, BlockState pNewState, int pFlags) static RenderType
ItemBlockRenderTypes.getChunkRenderType
(BlockState pState) Deprecated.Neo: Use invalid input: '{@link net.minecraft.client.renderer.block.model.BlockModelPart#' getRenderType(BlockState)}.static int
LevelRenderer.getLightColor
(LevelRenderer.BrightnessGetter pBrightnessGetter, BlockAndTintGetter pLevel, BlockState pState, BlockPos pPos) static RenderType
ItemBlockRenderTypes.getMovingBlockRenderType
(BlockState pState) Deprecated.Neo: Useinvalid @link
{@link net.neoforged.neoforge.client.RenderTypeHelper#
static RenderType
ItemBlockRenderTypes.getRenderType
(BlockState pState) Deprecated.Neo: Useinvalid @link
{@link net.neoforged.neoforge.client.RenderTypeHelper#
private void
LevelRenderer.renderHitOutline
(PoseStack pPoseStack, VertexConsumer pBuffer, Entity pEntity, double pCamX, double pCamY, double pCamZ, BlockPos pPos, BlockState pState, int pColor) void
LevelRenderer.setBlockDirty
(BlockPos pPos, BlockState pOldState, BlockState pNewState) -
Uses of BlockState in net.minecraft.client.renderer.block
Fields in net.minecraft.client.renderer.block with type parameters of type BlockStateModifier and TypeFieldDescriptionprivate Map
<BlockState, BlockStateModel> BlockModelShaper.modelByStateCache
Methods in net.minecraft.client.renderer.block with parameters of type BlockStateModifier and TypeMethodDescriptionvoid
ModelBlockRenderer.AmbientOcclusionRenderStorage.calculate
(BlockAndTintGetter pLevel, BlockState pState, BlockPos pPos, Direction pDirection, boolean pShade) private static void
ModelBlockRenderer.calculateShape
(BlockAndTintGetter pLevel, BlockState pState, BlockPos pPos, int[] pVerticies, Direction pDirection, ModelBlockRenderer.CommonRenderStorage pRenderStorage) BlockModelShaper.getBlockModel
(BlockState pState) BlockRenderDispatcher.getBlockModel
(BlockState pState) private float
LiquidBlockRenderer.getHeight
(BlockAndTintGetter pLevel, Fluid pFluid, BlockPos pPos, BlockState pBlockState, FluidState pFluidState) int
ModelBlockRenderer.Cache.getLightColor
(BlockState pState, BlockAndTintGetter pLevel, BlockPos pPos) BlockModelShaper.getParticleIcon
(BlockState pState) Deprecated.BlockModelShaper.getParticleIcon
(BlockState pState, BlockAndTintGetter level, BlockPos pos) float
ModelBlockRenderer.Cache.getShadeBrightness
(BlockState pState, BlockAndTintGetter pLevel, BlockPos pPos) private static boolean
LiquidBlockRenderer.isFaceOccludedByNeighbor
(Direction pFace, float pHeight, BlockState pState) private static boolean
LiquidBlockRenderer.isFaceOccludedBySelf
(BlockState pState, Direction pFace) private static boolean
LiquidBlockRenderer.isFaceOccludedByState
(Direction pFace, float pHeight, BlockState pState) private static boolean
LiquidBlockRenderer.isNeighborStateHidingOverlay
(FluidState selfState, BlockState otherState, Direction neighborFace) private void
ModelBlockRenderer.putQuadData
(BlockAndTintGetter pLevel, BlockState pState, BlockPos pPos, VertexConsumer pConsumer, PoseStack.Pose pPose, BakedQuad pQuad, ModelBlockRenderer.CommonRenderStorage pRenderStorage, int pPackedOverlay) void
BlockRenderDispatcher.renderBatched
(BlockState pState, BlockPos pPos, BlockAndTintGetter pLevel, PoseStack pPoseStack, VertexConsumer pConsumer, boolean pCheckSides, List<BlockModelPart> pParts) Deprecated.void
BlockRenderDispatcher.renderBatched
(BlockState p_234356_, BlockPos p_234357_, BlockAndTintGetter p_234358_, PoseStack p_234359_, Function<RenderType, VertexConsumer> bufferLookup, boolean p_234361_, List<BlockModelPart> p_410643_) void
BlockRenderDispatcher.renderBreakingTexture
(BlockState pState, BlockPos pPos, BlockAndTintGetter pLevel, PoseStack pPoseStack, VertexConsumer pConsumer) void
BlockRenderDispatcher.renderLiquid
(BlockPos pPos, BlockAndTintGetter pLevel, VertexConsumer pConsumer, BlockState pBlockState, FluidState pFluidState) static void
ModelBlockRenderer.renderModel
(PoseStack.Pose p_111068_, MultiBufferSource bufferSource, BlockStateModel p_405848_, float p_111072_, float p_111073_, float p_111074_, int p_111075_, int p_111076_, BlockAndTintGetter level, BlockPos pos, BlockState state) private void
ModelBlockRenderer.renderModelFaceAO
(BlockAndTintGetter pLevel, BlockState pState, BlockPos pPos, PoseStack pPoseStack, VertexConsumer pConsumer, List<BakedQuad> pQuads, ModelBlockRenderer.AmbientOcclusionRenderStorage pRenderStorage, int pPackedOverlay) private void
ModelBlockRenderer.renderModelFaceFlat
(BlockAndTintGetter pLevel, BlockState pState, BlockPos pPos, int pPackedLight, int pPackedOverlay, boolean pRepackLight, PoseStack pPoseStack, VertexConsumer pConsumer, List<BakedQuad> pQuads, ModelBlockRenderer.CommonRenderStorage pRenderStorage) private void
ModelBlockRenderer.renderModelQuadFlat
(BlockAndTintGetter p_111002_, BlockState p_111003_, BlockPos p_111004_, int p_111005_, int p_111006_, boolean p_111007_, PoseStack p_111008_, VertexConsumer p_111009_, BakedQuad bakedquad, ModelBlockRenderer.CommonRenderStorage p_412163_) void
BlockRenderDispatcher.renderSingleBlock
(BlockState pState, PoseStack pPoseStack, MultiBufferSource pBufferSource, int pPackedLight, int pPackedOverlay) Deprecated.void
BlockRenderDispatcher.renderSingleBlock
(BlockState pState, PoseStack pPoseStack, MultiBufferSource pBufferSource, int pPackedLight, int pPackedOverlay, BlockAndTintGetter level, BlockPos pos) static boolean
LiquidBlockRenderer.shouldRenderFace
(FluidState fluidState, BlockState selfState, Direction direction, BlockState otherState) static boolean
LiquidBlockRenderer.shouldRenderFace
(FluidState pFluidState, BlockState pBlockState, Direction pSide, FluidState pNeighborFluid) Deprecated.Neo: use overload that accepts BlockStateprotected static boolean
ModelBlockRenderer.shouldRenderFace
(BlockAndTintGetter p_412640_, BlockPos pos, BlockState p_412168_, boolean p_412054_, Direction p_412130_, BlockPos p_412608_) private static boolean
ModelBlockRenderer.shouldRenderFace
(BlockAndTintGetter pLevel, BlockState pState, boolean pCheckSides, Direction pFace, BlockPos pPos) Deprecated.void
LiquidBlockRenderer.tesselate
(BlockAndTintGetter pLevel, BlockPos pPos, VertexConsumer pBuffer, BlockState pBlockState, FluidState pFluidState) void
ModelBlockRenderer.tesselateBlock
(BlockAndTintGetter pLevel, List<BlockModelPart> pParts, BlockState pState, BlockPos pPos, PoseStack pPoseStack, VertexConsumer pConsumer, boolean pCheckSides, int pPackedOverlay) Deprecated.void
ModelBlockRenderer.tesselateBlock
(BlockAndTintGetter p_234380_, List<BlockModelPart> p_410025_, BlockState p_234382_, BlockPos p_234383_, PoseStack p_234384_, Function<RenderType, VertexConsumer> bufferLookup, boolean p_234386_, int p_234389_) void
ModelBlockRenderer.tesselateWithAO
(BlockAndTintGetter pLevel, List<BlockModelPart> pParts, BlockState pState, BlockPos pPos, PoseStack pPoseStack, VertexConsumer pConsumer, boolean pCheckSides, int pPackedOverlay) Deprecated.void
ModelBlockRenderer.tesselateWithAO
(BlockAndTintGetter p_234391_, List<BlockModelPart> p_410478_, BlockState p_234393_, BlockPos p_234394_, PoseStack p_234395_, Function<RenderType, VertexConsumer> bufferLookup, boolean p_234397_, int p_234400_) void
ModelBlockRenderer.tesselateWithoutAO
(BlockAndTintGetter pLevel, List<BlockModelPart> pParts, BlockState pState, BlockPos pPos, PoseStack pPoseStack, VertexConsumer pConsumer, boolean pCheckSides, int pPackedOverlay) Deprecated.void
ModelBlockRenderer.tesselateWithoutAO
(BlockAndTintGetter p_234402_, List<BlockModelPart> p_410604_, BlockState p_234404_, BlockPos p_234405_, PoseStack p_234406_, Function<RenderType, VertexConsumer> bufferLookup, boolean p_234408_, int p_234411_) Method parameters in net.minecraft.client.renderer.block with type arguments of type BlockStateModifier and TypeMethodDescriptionvoid
BlockModelShaper.replaceCache
(Map<BlockState, BlockStateModel> pModelByStateCache) -
Uses of BlockState in net.minecraft.client.renderer.block.model
Methods in net.minecraft.client.renderer.block.model that return types with arguments of type BlockStateModifier and TypeMethodDescriptionBlockModelDefinition.instantiate
(StateDefinition<Block, BlockState> pStateDefinition, Supplier<String> pName) BlockModelDefinition.instantiateVanilla
(StateDefinition<Block, BlockState> p_360641_, Supplier<String> p_405739_) Methods in net.minecraft.client.renderer.block.model with parameters of type BlockStateModifier and TypeMethodDescriptionBlockStateModel.SimpleCachedUnbakedRoot.bake
(BlockState p_410257_, ModelBaker p_410233_) BlockStateModel.UnbakedRoot.bake
(BlockState pState, ModelBaker pBaker) SingleVariant.createGeometryKey
(BlockAndTintGetter level, BlockPos pos, BlockState state, RandomSource random) SimpleModelWrapper.getRenderType
(BlockState state) BlockStateModel.SimpleCachedUnbakedRoot.visualEqualityGroup
(BlockState p_409960_) BlockStateModel.UnbakedRoot.visualEqualityGroup
(BlockState pState) Method parameters in net.minecraft.client.renderer.block.model with type arguments of type BlockStateModifier and TypeMethodDescriptionBlockModelDefinition.instantiate
(StateDefinition<Block, BlockState> pStateDefinition, Supplier<String> pName) BlockModelDefinition.MultiPartDefinition.instantiate
(StateDefinition<Block, BlockState> pStateDefinition) void
BlockModelDefinition.SimpleModelSelectors.instantiate
(StateDefinition<Block, BlockState> pStateDefinition, Supplier<String> pName, BiConsumer<BlockState, BlockStateModel.UnbakedRoot> pOutput) void
BlockModelDefinition.SimpleModelSelectors.instantiate
(StateDefinition<Block, BlockState> pStateDefinition, Supplier<String> pName, BiConsumer<BlockState, BlockStateModel.UnbakedRoot> pOutput) BlockModelDefinition.instantiateVanilla
(StateDefinition<Block, BlockState> p_360641_, Supplier<String> p_405739_) -
Uses of BlockState in net.minecraft.client.renderer.block.model.multipart
Fields in net.minecraft.client.renderer.block.model.multipart declared as BlockStateFields in net.minecraft.client.renderer.block.model.multipart with type parameters of type BlockStateModifier and TypeFieldDescriptionprivate final Predicate
<BlockState> MultiPartModel.Selector.condition
The field for thecondition
record component.Methods in net.minecraft.client.renderer.block.model.multipart that return types with arguments of type BlockStateModifier and TypeMethodDescriptionMultiPartModel.Selector.condition()
Returns the value of thecondition
record component.Methods in net.minecraft.client.renderer.block.model.multipart with parameters of type BlockStateModifier and TypeMethodDescriptionMultiPartModel.Unbaked.bake
(BlockState p_410876_, ModelBaker p_410500_) void
MultiPartModel.collectParts
(BlockAndTintGetter level, BlockPos pos, BlockState state, RandomSource p_410101_, List<BlockModelPart> p_410550_) MultiPartModel.createGeometryKey
(BlockAndTintGetter level, BlockPos pos, BlockState state, RandomSource random) MultiPartModel.SharedBakedState.selectModels
(BlockState pState) MultiPartModel.Unbaked.visualEqualityGroup
(BlockState p_409924_) Constructors in net.minecraft.client.renderer.block.model.multipart with parameters of type BlockStateModifierConstructorDescription(package private)
MultiPartModel
(MultiPartModel.SharedBakedState pShared, BlockState pBlockState) Constructor parameters in net.minecraft.client.renderer.block.model.multipart with type arguments of type BlockStateModifierConstructorDescriptionSelector
(Predicate<BlockState> condition, T model) Creates an instance of aSelector
record class. -
Uses of BlockState in net.minecraft.client.renderer.blockentity
Methods in net.minecraft.client.renderer.blockentity with parameters of type BlockStateModifier and TypeMethodDescriptionHangingSignRenderer.AttachmentType.byBlockState
(BlockState pBlockState) protected abstract Model
AbstractSignRenderer.getSignModel
(BlockState pState, WoodType pWoodType) protected Model
HangingSignRenderer.getSignModel
(BlockState p_389435_, WoodType p_389454_) protected Model
SignRenderer.getSignModel
(BlockState p_389425_, WoodType p_389581_) private void
PistonHeadRenderer.renderBlock
(BlockPos pPos, BlockState pState, PoseStack pPoseStack, MultiBufferSource pBufferSource, Level pLevel, boolean pExtended, int pPackedOverlay) private void
AbstractSignRenderer.renderSignWithText
(SignBlockEntity pBlockEntity, PoseStack pPoseStack, MultiBufferSource pBufferSource, int pPackedLight, int pPackedOverlay, BlockState pState, SignBlock pSign, WoodType pWoodType, Model pModel) protected abstract void
AbstractSignRenderer.translateSign
(PoseStack pPoseStack, float pYRot, BlockState pState) protected void
HangingSignRenderer.translateSign
(PoseStack p_277807_, float p_277917_, BlockState p_277638_) protected void
SignRenderer.translateSign
(PoseStack pPoseStack, float pYRot, BlockState pState) -
Uses of BlockState in net.minecraft.client.renderer.chunk
Fields in net.minecraft.client.renderer.chunk with type parameters of type BlockStateModifier and TypeFieldDescriptionprivate final List
<PalettedContainer<BlockState>> RenderChunk.sections
Methods in net.minecraft.client.renderer.chunk that return BlockStateModifier and TypeMethodDescriptionRenderChunk.getBlockState
(BlockPos pPos) RenderChunkRegion.getBlockState
(BlockPos pPos) -
Uses of BlockState in net.minecraft.client.renderer.entity
Methods in net.minecraft.client.renderer.entity with parameters of type BlockStateModifier and TypeMethodDescriptionprotected void
AbstractMinecartRenderer.renderMinecartContents
(S pRenderState, BlockState pState, PoseStack pPoseStack, MultiBufferSource pBufferSource, int pPackedLight) protected void
TntMinecartRenderer.renderMinecartContents
(MinecartTntRenderState p_363014_, BlockState p_116153_, PoseStack p_116154_, MultiBufferSource p_116155_, int p_116156_) static void
TntMinecartRenderer.renderWhiteSolidBlock
(BlockRenderDispatcher pBlockRenderDispatcher, BlockState pState, PoseStack pPoseStack, MultiBufferSource pBuffer, int pPackedLight, boolean pWhiteOverlay) -
Uses of BlockState in net.minecraft.client.renderer.entity.layers
Methods in net.minecraft.client.renderer.entity.layers with parameters of type BlockStateModifier and TypeMethodDescriptionprivate void
MushroomCowMushroomLayer.renderMushroomBlock
(PoseStack pPoseStack, MultiBufferSource pBufferSource, int pPackedLight, boolean pRenderOutline, BlockState pState, int pPackedOverlay, BlockStateModel pModel) -
Uses of BlockState in net.minecraft.client.renderer.entity.state
Fields in net.minecraft.client.renderer.entity.state declared as BlockStateModifier and TypeFieldDescriptionFallingBlockRenderState.blockState
TntRenderState.blockState
EndermanRenderState.carriedBlock
MinecartRenderState.displayBlockState
Methods in net.minecraft.client.renderer.entity.state that return BlockState -
Uses of BlockState in net.minecraft.client.resources.model
Fields in net.minecraft.client.resources.model with type parameters of type BlockStateModifier and TypeFieldDescriptionprivate final Map
<BlockState, BlockStateModel> ModelBakery.BakingResult.blockStateModels
The field for theblockStateModels
record component.private static final StateDefinition
<Block, BlockState> BlockStateDefinitions.GLOW_ITEM_FRAME_FAKE_DEFINITION
private static final StateDefinition
<Block, BlockState> BlockStateDefinitions.ITEM_FRAME_FAKE_DEFINITION
private final Map
<BlockState, BlockStateModel> ModelManager.ReloadState.modelCache
The field for themodelCache
record component.private it.unimi.dsi.fastutil.objects.Object2IntMap
<BlockState> ModelManager.modelGroups
private final it.unimi.dsi.fastutil.objects.Object2IntMap
<BlockState> ModelManager.ReloadState.modelGroups
The field for themodelGroups
record component.private final Map
<BlockState, BlockStateModel.UnbakedRoot> BlockStateModelLoader.LoadedModels.models
The field for themodels
record component.private static final Map
<ResourceLocation, StateDefinition<Block, BlockState>> BlockStateDefinitions.STATIC_DEFINITIONS
private final Map
<BlockState, BlockStateModel.UnbakedRoot> ModelBakery.unbakedBlockStateModels
Methods in net.minecraft.client.resources.model that return BlockStateModifier and TypeMethodDescriptionstatic BlockState
BlockStateDefinitions.getItemFrameFakeState
(boolean pIsGlowing, boolean pMap) Methods in net.minecraft.client.resources.model that return types with arguments of type BlockStateModifier and TypeMethodDescriptionModelBakery.BakingResult.blockStateModels()
Returns the value of theblockStateModels
record component.static it.unimi.dsi.fastutil.objects.Object2IntMap
<BlockState> ModelGroupCollector.build
(BlockColors pBlockColors, BlockStateModelLoader.LoadedModels pLoadedModels) private static it.unimi.dsi.fastutil.objects.Object2IntMap
<BlockState> ModelManager.buildModelGroups
(BlockColors pBlockColors, BlockStateModelLoader.LoadedModels pLoadedModels) private static Map
<BlockState, BlockStateModel> ModelManager.createBlockStateToModelDispatch
(Map<BlockState, BlockStateModel> pBlockStateModels, BlockStateModel pMissingModel) private static StateDefinition
<Block, BlockState> BlockStateDefinitions.createItemFrameFakeState()
(package private) static Function
<ResourceLocation, StateDefinition<Block, BlockState>> BlockStateDefinitions.definitionLocationToBlockStateMapper()
ModelManager.ReloadState.modelCache()
Returns the value of themodelCache
record component.it.unimi.dsi.fastutil.objects.Object2IntMap
<BlockState> ModelManager.ReloadState.modelGroups()
Returns the value of themodelGroups
record component.BlockStateModelLoader.LoadedModels.models()
Returns the value of themodels
record component.Methods in net.minecraft.client.resources.model with parameters of type BlockStateModifier and TypeMethodDescriptionvoid
WeightedVariants.collectParts
(BlockAndTintGetter level, BlockPos pos, BlockState state, RandomSource p_409649_, List<BlockModelPart> p_410123_) static ModelGroupCollector.GroupKey
ModelGroupCollector.GroupKey.create
(BlockState pState, BlockStateModel.UnbakedRoot pRoot, List<Property<?>> pProperties) WeightedVariants.createGeometryKey
(BlockAndTintGetter level, BlockPos pos, BlockState state, RandomSource random) ModelGroupCollector.GroupKey.getColoringValues
(BlockState pState, List<Property<?>> pProperties) boolean
ModelManager.requiresRender
(BlockState pOldState, BlockState pNewState) Method parameters in net.minecraft.client.resources.model with type arguments of type BlockStateModifier and TypeMethodDescriptionprivate static Map
<BlockState, BlockStateModel> ModelManager.createBlockStateToModelDispatch
(Map<BlockState, BlockStateModel> pBlockStateModels, BlockStateModel pMissingModel) private static BlockStateModelLoader.LoadedModels
BlockStateModelLoader.loadBlockStateDefinitionStack
(ResourceLocation pBlockStateId, StateDefinition<Block, BlockState> pStateDefinition, List<BlockStateModelLoader.LoadedBlockModelDefinition> pModelDefinitions) private static CompletableFuture
<ModelManager.ReloadState> ModelManager.loadModels
(Map<ResourceLocation, AtlasSet.StitchResult> pStitchResults, ModelBakery pModelBakery, it.unimi.dsi.fastutil.objects.Object2IntMap<BlockState> pModelGroups, EntityModelSet pEntityModelSet, SpecialBlockModelRenderer pSpecialBlockModelRenderer, Executor pExecutor) Constructor parameters in net.minecraft.client.resources.model with type arguments of type BlockStateModifierConstructorDescriptionBakingResult
(ModelBakery.MissingModels missingModels, Map<BlockState, BlockStateModel> blockStateModels, Map<ResourceLocation, ItemModel> itemStackModels, Map<ResourceLocation, ClientItem.Properties> itemProperties) BakingResult
(ModelBakery.MissingModels missingModels, Map<BlockState, BlockStateModel> blockStateModels, Map<ResourceLocation, ItemModel> itemStackModels, Map<ResourceLocation, ClientItem.Properties> itemProperties, StandaloneModelLoader.BakedModels standaloneModels) Creates an instance of aBakingResult
record class.Creates an instance of aLoadedModels
record class.ModelBakery
(EntityModelSet pEntityModelSet, Map<BlockState, BlockStateModel.UnbakedRoot> pUnbakedBlockStateModels, Map<ResourceLocation, ClientItem> pClientInfos, Map<ResourceLocation, ResolvedModel> pResolvedModels, ResolvedModel pMissingModel) ModelBakery
(EntityModelSet pEntityModelSet, Map<BlockState, BlockStateModel.UnbakedRoot> pUnbakedBlockStateModels, Map<ResourceLocation, ClientItem> pClientInfos, Map<ResourceLocation, ResolvedModel> pResolvedModels, ResolvedModel pMissingModel, StandaloneModelLoader.LoadedModels standaloneModels) (package private)
ReloadState
(ModelBakery.BakingResult bakedModels, it.unimi.dsi.fastutil.objects.Object2IntMap<BlockState> modelGroups, Map<BlockState, BlockStateModel> modelCache, Map<ResourceLocation, AtlasSet.StitchResult> atlasPreparations, EntityModelSet entityModelSet, SpecialBlockModelRenderer specialBlockModelRenderer, CompletableFuture<Void> readyForUpload) Creates an instance of aReloadState
record class.(package private)
ReloadState
(ModelBakery.BakingResult bakedModels, it.unimi.dsi.fastutil.objects.Object2IntMap<BlockState> modelGroups, Map<BlockState, BlockStateModel> modelCache, Map<ResourceLocation, AtlasSet.StitchResult> atlasPreparations, EntityModelSet entityModelSet, SpecialBlockModelRenderer specialBlockModelRenderer, CompletableFuture<Void> readyForUpload) Creates an instance of aReloadState
record class. -
Uses of BlockState in net.minecraft.client.tutorial
Methods in net.minecraft.client.tutorial with parameters of type BlockStateModifier and TypeMethodDescriptionvoid
PunchTreeTutorialStepInstance.onDestroyBlock
(ClientLevel pLevel, BlockPos pPos, BlockState pState, float pDiggingStage) Called when a player hits block to destroy it.void
Tutorial.onDestroyBlock
(ClientLevel pLevel, BlockPos pPos, BlockState pState, float pDiggingStage) default void
TutorialStepInstance.onDestroyBlock
(ClientLevel pLevel, BlockPos pPos, BlockState pState, float pDiggingStage) Called when a player hits block to destroy it. -
Uses of BlockState in net.minecraft.commands.arguments.blocks
Fields in net.minecraft.commands.arguments.blocks declared as BlockStateModifier and TypeFieldDescriptionprivate final BlockState
BlockStateParser.BlockResult.blockState
The field for theblockState
record component.private final BlockState
BlockInput.state
private final BlockState
BlockPredicateArgument.BlockPredicate.state
private BlockState
BlockStateParser.state
Fields in net.minecraft.commands.arguments.blocks with type parameters of type BlockStateModifier and TypeFieldDescriptionprivate StateDefinition
<Block, BlockState> BlockStateParser.definition
Methods in net.minecraft.commands.arguments.blocks that return BlockStateModifier and TypeMethodDescriptionBlockStateParser.BlockResult.blockState()
Returns the value of theblockState
record component.private static <T extends Comparable<T>>
BlockStateBlockInput.copyProperty
(BlockState pSource, BlockState pTarget, Property<T> pProperty) BlockInput.getState()
private BlockState
BlockInput.overwriteWithDefinedProperties
(BlockState pState) Methods in net.minecraft.commands.arguments.blocks with parameters of type BlockStateModifier and TypeMethodDescriptionprivate static <T extends Comparable<T>>
BlockStateBlockInput.copyProperty
(BlockState pSource, BlockState pTarget, Property<T> pProperty) private BlockState
BlockInput.overwriteWithDefinedProperties
(BlockState pState) static String
BlockStateParser.serialize
(BlockState pState) Constructors in net.minecraft.commands.arguments.blocks with parameters of type BlockStateModifierConstructorDescriptionBlockInput
(BlockState pState, Set<Property<?>> pProperties, CompoundTag pTag) BlockPredicate
(BlockState pState, Set<Property<?>> pProperties, CompoundTag pNbt) BlockResult
(BlockState blockState, Map<Property<?>, Comparable<?>> properties, CompoundTag nbt) Creates an instance of aBlockResult
record class. -
Uses of BlockState in net.minecraft.core.cauldron
Methods in net.minecraft.core.cauldron with parameters of type BlockStateModifier and TypeMethodDescriptionprivate static InteractionResult
CauldronInteraction.bannerInteraction
(BlockState pState, Level pLevel, BlockPos pPos, Player pPlayer, InteractionHand pHand, ItemStack pStack) private static InteractionResult
CauldronInteraction.dyedItemIteration
(BlockState pState, Level pLevel, BlockPos pPos, Player pPlayer, InteractionHand pHand, ItemStack pStack) static InteractionResult
CauldronInteraction.emptyBucket
(Level pLevel, BlockPos pPos, Player pPlayer, InteractionHand pHand, ItemStack pFilledStackl, BlockState pState, SoundEvent pEmptySound) static InteractionResult
CauldronInteraction.fillBucket
(BlockState pState, Level pLevel, BlockPos pPos, Player pPlayer, InteractionHand pHand, ItemStack pEmptyStack, ItemStack pFilledStack, Predicate<BlockState> pStatePredicate, SoundEvent pFillSound) private static InteractionResult
CauldronInteraction.fillLavaInteraction
(BlockState pState, Level pLevel, BlockPos pPos, Player pPlayer, InteractionHand pHand, ItemStack pFilledStack) private static InteractionResult
CauldronInteraction.fillPowderSnowInteraction
(BlockState pState, Level pLevel, BlockPos pPos, Player pPlayer, InteractionHand pHand, ItemStack pFilledStack) private static InteractionResult
CauldronInteraction.fillWaterInteraction
(BlockState pState, Level pLevel, BlockPos pPos, Player pPlayer, InteractionHand pHand, ItemStack pFilledStack) CauldronInteraction.interact
(BlockState pState, Level pLevel, BlockPos pPos, Player pPlayer, InteractionHand pHand, ItemStack pStack) private static InteractionResult
CauldronInteraction.shulkerBoxInteraction
(BlockState pState, Level pLevel, BlockPos pPos, Player pPlayer, InteractionHand pHand, ItemStack pStack) Method parameters in net.minecraft.core.cauldron with type arguments of type BlockStateModifier and TypeMethodDescriptionstatic InteractionResult
CauldronInteraction.fillBucket
(BlockState pState, Level pLevel, BlockPos pPos, Player pPlayer, InteractionHand pHand, ItemStack pEmptyStack, ItemStack pFilledStack, Predicate<BlockState> pStatePredicate, SoundEvent pFillSound) -
Uses of BlockState in net.minecraft.core.dispenser
Fields in net.minecraft.core.dispenser declared as BlockStateModifier and TypeFieldDescriptionprivate final BlockState
BlockSource.state
The field for thestate
record component.Methods in net.minecraft.core.dispenser that return BlockStateModifier and TypeMethodDescriptionBlockSource.state()
Returns the value of thestate
record component.Methods in net.minecraft.core.dispenser with parameters of type BlockStateModifier and TypeMethodDescriptionprivate static RailShape
MinecartDispenseItemBehavior.getRailShape
(BlockState pState, ServerLevel level, BlockPos pos) Constructors in net.minecraft.core.dispenser with parameters of type BlockStateModifierConstructorDescriptionBlockSource
(ServerLevel level, BlockPos pos, BlockState state, DispenserBlockEntity blockEntity) Creates an instance of aBlockSource
record class. -
Uses of BlockState in net.minecraft.core.particles
Fields in net.minecraft.core.particles declared as BlockStateFields in net.minecraft.core.particles with type parameters of type BlockStateModifier and TypeFieldDescriptionprivate static final com.mojang.serialization.Codec
<BlockState> BlockParticleOption.BLOCK_STATE_CODEC
Methods in net.minecraft.core.particles that return BlockStateConstructors in net.minecraft.core.particles with parameters of type BlockStateModifierConstructorDescriptionBlockParticleOption
(ParticleType<BlockParticleOption> pType, BlockState pState) BlockParticleOption
(ParticleType<BlockParticleOption> pType, BlockState pState, BlockPos pos) Neo: construct aBlockParticleOption
for the given type andBlockState
and optionally the position of the block this particle is being spawned for -
Uses of BlockState in net.minecraft.data.worldgen.features
Methods in net.minecraft.data.worldgen.features that return types with arguments of type BlockStateModifier and TypeMethodDescriptionprivate static WeightedList.Builder
<BlockState> VegetationFeatures.flowerBedPatchBuilder
(Block pBlock) static WeightedList.Builder
<BlockState> VegetationFeatures.leafLitterPatchBuilder
(int pMinAmount, int pMaxAmount) private static WeightedList.Builder
<BlockState> VegetationFeatures.segmentedBlockPatchBuilder
(Block pBlock, int pMinAmount, int pMaxAmount, IntegerProperty pAmountProperty, EnumProperty<Direction> pDirectionProperty) -
Uses of BlockState in net.minecraft.gametest.framework
Methods in net.minecraft.gametest.framework that return BlockStateMethods in net.minecraft.gametest.framework with parameters of type BlockStateModifier and TypeMethodDescriptionvoid
GameTestHelper.assertBlockState
(BlockPos pPos, BlockState pState) void
GameTestHelper.setBlock
(int pX, int pY, int pZ, BlockState pState) void
GameTestHelper.setBlock
(BlockPos pPos, BlockState pState) Method parameters in net.minecraft.gametest.framework with type arguments of type BlockStateModifier and TypeMethodDescriptionvoid
GameTestHelper.assertBlockState
(BlockPos pPos, Predicate<BlockState> pPredicate, Function<BlockState, Component> pMessage) void
GameTestHelper.assertBlockState
(BlockPos pPos, Predicate<BlockState> pPredicate, Function<BlockState, Component> pMessage) -
Uses of BlockState in net.minecraft.nbt
Methods in net.minecraft.nbt that return BlockStateModifier and TypeMethodDescriptionstatic BlockState
NbtUtils.readBlockState
(HolderGetter<Block> pBlockGetter, CompoundTag pTag) Methods in net.minecraft.nbt with parameters of type BlockState -
Uses of BlockState in net.minecraft.network.protocol.game
Fields in net.minecraft.network.protocol.game declared as BlockStateModifier and TypeFieldDescriptionprivate final BlockState
ClientboundBlockUpdatePacket.blockState
private final BlockState[]
ClientboundSectionBlocksUpdatePacket.states
Methods in net.minecraft.network.protocol.game that return BlockStateMethods in net.minecraft.network.protocol.game with parameters of type BlockStateModifier and TypeMethodDescriptionstatic void
DebugPackets.sendHiveInfo
(Level pLevel, BlockPos pPos, BlockState pBlockState, BeehiveBlockEntity pHiveBlockEntity) Method parameters in net.minecraft.network.protocol.game with type arguments of type BlockStateModifier and TypeMethodDescriptionvoid
ClientboundSectionBlocksUpdatePacket.runUpdates
(BiConsumer<BlockPos, BlockState> pConsumer) Constructors in net.minecraft.network.protocol.game with parameters of type BlockStateModifierConstructorDescriptionClientboundBlockUpdatePacket
(BlockPos pPos, BlockState pBlockState) -
Uses of BlockState in net.minecraft.network.syncher
Fields in net.minecraft.network.syncher with type parameters of type BlockStateModifier and TypeFieldDescriptionstatic final EntityDataSerializer
<BlockState> EntityDataSerializers.BLOCK_STATE
static final EntityDataSerializer
<Optional<BlockState>> EntityDataSerializers.OPTIONAL_BLOCK_STATE
private static final StreamCodec
<io.netty.buffer.ByteBuf, Optional<BlockState>> EntityDataSerializers.OPTIONAL_BLOCK_STATE_CODEC
-
Uses of BlockState in net.minecraft.server.commands
Fields in net.minecraft.server.commands declared as BlockStateModifier and TypeFieldDescriptionprivate final BlockState
CloneCommands.CloneBlockInfo.state
The field for thestate
record component.Methods in net.minecraft.server.commands that return BlockStateModifier and TypeMethodDescriptionCloneCommands.CloneBlockInfo.state()
Returns the value of thestate
record component.Constructors in net.minecraft.server.commands with parameters of type BlockStateModifierConstructorDescription(package private)
CloneBlockInfo
(BlockPos pos, BlockState state, CloneCommands.CloneBlockEntityInfo blockEntityInfo) Creates an instance of aCloneBlockInfo
record class. -
Uses of BlockState in net.minecraft.server.level
Methods in net.minecraft.server.level that return BlockStateMethods in net.minecraft.server.level with parameters of type BlockStateModifier and TypeMethodDescriptionprivate void
ChunkHolder.broadcastBlockEntityIfNeeded
(List<ServerPlayer> pPlayers, Level pLevel, BlockPos pPos, BlockState pState) protected void
ServerPlayer.checkFallDamage
(double pY, boolean pOnGround, BlockState pState, BlockPos pPos) private float
ServerPlayerGameMode.incrementDestroyProgress
(BlockState pState, BlockPos pPos, int pStartTick) void
ServerLevel.neighborChanged
(BlockState p_362490_, BlockPos p_215048_, Block p_215049_, Orientation p_363197_, boolean p_365415_) void
ServerPlayer.onInsideBlock
(BlockState pState) private boolean
ServerPlayerGameMode.removeBlock
(BlockPos pos, BlockState state, boolean canHarvest) Patched-in method that handles actual removal of blocks forServerPlayerGameMode.destroyBlock(BlockPos)
.void
ServerLevel.sendBlockUpdated
(BlockPos pPos, BlockState pOldState, BlockState pNewState, int pFlags) Flags are as in setBlockStateboolean
WorldGenRegion.setBlock
(BlockPos pPos, BlockState pState, int pFlags, int pRecursionLeft) void
ServerLevel.updatePOIOnBlockStateChange
(BlockPos p_8751_, BlockState p_8752_, BlockState p_8753_) Method parameters in net.minecraft.server.level with type arguments of type BlockStateModifier and TypeMethodDescriptionboolean
WorldGenRegion.isStateAtPosition
(BlockPos pPos, Predicate<BlockState> pState) -
Uses of BlockState in net.minecraft.server.network
Methods in net.minecraft.server.network with parameters of type BlockStateModifier and TypeMethodDescriptionprivate static void
ServerGamePacketListenerImpl.addBlockDataToItem
(BlockState pState, ServerLevel pLevel, BlockPos pPos, ItemStack pStack) -
Uses of BlockState in net.minecraft.util
Methods in net.minecraft.util with parameters of type BlockStateModifier and TypeMethodDescriptionboolean
SpawnUtil.Strategy.canSpawnOn
(ServerLevel pLevel, BlockPos pTargetPos, BlockState pTargetState, BlockPos pAttemptedPos, BlockState pAttemptedState) -
Uses of BlockState in net.minecraft.world
Methods in net.minecraft.world with parameters of type BlockStateModifier and TypeMethodDescriptionWorldlyContainerHolder.getContainer
(BlockState pState, LevelAccessor pLevel, BlockPos pPos) static void
Containers.updateNeighboursAfterDestroy
(BlockState pState, Level pLevel, BlockPos pPos) -
Uses of BlockState in net.minecraft.world.damagesource
Methods in net.minecraft.world.damagesource with parameters of type BlockStateModifier and TypeMethodDescriptionstatic FallLocation
FallLocation.blockToFallLocation
(BlockState pState) -
Uses of BlockState in net.minecraft.world.entity
Fields in net.minecraft.world.entity declared as BlockStateModifier and TypeFieldDescriptionprivate final BlockState
Display.BlockDisplay.BlockRenderState.blockState
The field for theblockState
record component.private BlockState
Entity.inBlockState
Fields in net.minecraft.world.entity with type parameters of type BlockStateModifier and TypeFieldDescriptionprivate static final EntityDataAccessor
<BlockState> Display.BlockDisplay.DATA_BLOCK_STATE_ID
Methods in net.minecraft.world.entity that return BlockStateModifier and TypeMethodDescriptionDisplay.BlockDisplay.BlockRenderState.blockState()
Returns the value of theblockState
record component.private BlockState
Display.BlockDisplay.getBlockState()
Entity.getBlockStateOn()
protected BlockState
Entity.getBlockStateOnLegacy()
Deprecated.Entity.getInBlockState()
Methods in net.minecraft.world.entity with parameters of type BlockStateModifier and TypeMethodDescriptionprivate void
Entity.applyMovementEmissionAndPlaySound
(Entity.MovementEmission pMovementEmission, Vec3 pMovement, BlockPos pPos, BlockState pState) boolean
Entity.canTrample
(ServerLevel level, BlockState state, BlockPos pos, double fallDistance) protected void
Entity.checkFallDamage
(double pY, boolean pOnGround, BlockState pState, BlockPos pPos) protected void
FlyingMob.checkFallDamage
(double pY, boolean pOnGround, BlockState pState, BlockPos pPos) protected void
LivingEntity.checkFallDamage
(double pY, boolean pOnGround, BlockState pState, BlockPos pPos) float
Entity.getBlockExplosionResistance
(Explosion pExplosion, BlockGetter pLevel, BlockPos pPos, BlockState pBlockState, FluidState pFluidState, float pExplosionPower) Explosion resistance of a block relative to this entityboolean
EntityType.isBlockDangerous
(BlockState pState) boolean
Entity.isColliding
(BlockPos pPos, BlockState pState) private boolean
Entity.isStateClimbable
(BlockState pState) void
Entity.makeStuckInBlock
(BlockState pState, Vec3 pMotionMultiplier) protected void
Entity.onInsideBlock
(BlockState pState) protected void
Entity.playCombinationStepSounds
(BlockState pPrimaryState, BlockState pSecondaryState, BlockPos primaryPos, BlockPos secondaryPos) protected void
Entity.playMuffledStepSound
(BlockState pState, BlockPos pos) protected void
Entity.playStepSound
(BlockPos pPos, BlockState pState) private void
Display.BlockDisplay.setBlockState
(BlockState pBlockState) boolean
Entity.shouldBlockExplode
(Explosion pExplosion, BlockGetter pLevel, BlockPos pPos, BlockState pBlockState, float pExplosionPower) private boolean
Entity.shouldPlayAmethystStepSound
(BlockState pState) private boolean
LivingEntity.trapdoorUsableAsLadder
(BlockPos pPos, BlockState pState) private boolean
Entity.vibrationAndSoundEffectsFromBlock
(BlockPos pPos, BlockState pState, boolean pPlayStepSound, boolean pBroadcastGameEvent, Vec3 pEntityPos) private void
Entity.walkingStepSound
(BlockPos pPos, BlockState pState) Constructors in net.minecraft.world.entity with parameters of type BlockStateModifierConstructorDescriptionBlockRenderState
(BlockState blockState) Creates an instance of aBlockRenderState
record class. -
Uses of BlockState in net.minecraft.world.entity.ai.behavior
Methods in net.minecraft.world.entity.ai.behavior with parameters of type BlockStateModifier and TypeMethodDescriptionprivate void
WorkAtComposter.compostItems
(ServerLevel pLevel, Villager pVillager, GlobalPos pGlobal, BlockState pState) private void
WorkAtComposter.spawnComposterFillEffects
(ServerLevel pLevel, BlockState pPreState, BlockPos pPos, BlockState pPostState) -
Uses of BlockState in net.minecraft.world.entity.ai.goal
Fields in net.minecraft.world.entity.ai.goal with type parameters of type BlockStateModifier and TypeFieldDescriptionprivate static final Predicate
<BlockState> EatBlockGoal.IS_EDIBLE
-
Uses of BlockState in net.minecraft.world.entity.ai.village.poi
Fields in net.minecraft.world.entity.ai.village.poi with type parameters of type BlockStateModifier and TypeFieldDescriptionprivate static final Set
<BlockState> PoiTypes.BEDS
private static final Set
<BlockState> PoiTypes.CAULDRONS
private final Set
<BlockState> PoiType.matchingStates
The field for thematchingStates
record component.private static final Map
<BlockState, Holder<PoiType>> PoiTypes.TYPE_BY_STATE
Methods in net.minecraft.world.entity.ai.village.poi that return types with arguments of type BlockStateModifier and TypeMethodDescriptionprivate static Set
<BlockState> PoiTypes.getBlockStates
(Block pBlock) PoiType.matchingStates()
Returns the value of thematchingStates
record component.Methods in net.minecraft.world.entity.ai.village.poi with parameters of type BlockStateModifier and TypeMethodDescriptionPoiTypes.forState
(BlockState pState) static boolean
PoiTypes.hasPoi
(BlockState pState) boolean
PoiType.is
(BlockState pState) Method parameters in net.minecraft.world.entity.ai.village.poi with type arguments of type BlockStateModifier and TypeMethodDescriptionprivate static PoiType
PoiTypes.register
(Registry<PoiType> pKey, ResourceKey<PoiType> pValue, Set<BlockState> pMatchingStates, int pMaxTickets, int pValidRange) private static void
PoiTypes.registerBlockStates
(Holder<PoiType> pPoi, Set<BlockState> pStates) Constructor parameters in net.minecraft.world.entity.ai.village.poi with type arguments of type BlockStateModifierConstructorDescriptionPoiType
(Set<BlockState> matchingStates, int maxTickets, int validRange) Creates an instance of aPoiType
record class. -
Uses of BlockState in net.minecraft.world.entity.ambient
Methods in net.minecraft.world.entity.ambient with parameters of type BlockStateModifier and TypeMethodDescriptionprotected void
Bat.checkFallDamage
(double pY, boolean pOnGround, BlockState pState, BlockPos pPos) -
Uses of BlockState in net.minecraft.world.entity.animal
Fields in net.minecraft.world.entity.animal declared as BlockStateMethods in net.minecraft.world.entity.animal that return BlockStateMethods in net.minecraft.world.entity.animal with parameters of type BlockStateModifier and TypeMethodDescriptionstatic boolean
Bee.attractsBees
(BlockState pState) protected void
Bee.checkFallDamage
(double pY, boolean pOnGround, BlockState pState, BlockPos pPos) protected void
Parrot.checkFallDamage
(double pY, boolean pOnGround, BlockState pState, BlockPos pPos) private void
Fox.FoxEatBerriesGoal.pickGlowBerry
(BlockState pState) private void
Fox.FoxEatBerriesGoal.pickSweetBerries
(BlockState pState) protected void
AbstractCow.playStepSound
(BlockPos p_401406_, BlockState p_401079_) protected void
AbstractFish.playStepSound
(BlockPos pPos, BlockState pBlock) protected void
Bee.playStepSound
(BlockPos pPos, BlockState pBlock) protected void
Chicken.playStepSound
(BlockPos pPos, BlockState pBlock) protected void
IronGolem.playStepSound
(BlockPos pPos, BlockState pBlock) protected void
Panda.playStepSound
(BlockPos pPos, BlockState pBlock) protected void
Parrot.playStepSound
(BlockPos pPos, BlockState pBlock) protected void
Pig.playStepSound
(BlockPos pPos, BlockState pBlock) protected void
PolarBear.playStepSound
(BlockPos pPos, BlockState pBlock) protected void
Turtle.playStepSound
(BlockPos pPos, BlockState pBlock) Constructors in net.minecraft.world.entity.animal with parameters of type BlockState -
Uses of BlockState in net.minecraft.world.entity.animal.allay
Methods in net.minecraft.world.entity.animal.allay with parameters of type BlockStateModifier and TypeMethodDescriptionprotected void
Allay.checkFallDamage
(double p_218316_, boolean p_218317_, BlockState p_218318_, BlockPos p_218319_) protected void
Allay.playStepSound
(BlockPos p_218364_, BlockState p_218365_) -
Uses of BlockState in net.minecraft.world.entity.animal.armadillo
Methods in net.minecraft.world.entity.animal.armadillo with parameters of type BlockStateModifier and TypeMethodDescriptionprotected void
Armadillo.playStepSound
(BlockPos p_316146_, BlockState p_316719_) -
Uses of BlockState in net.minecraft.world.entity.animal.camel
Methods in net.minecraft.world.entity.animal.camel with parameters of type BlockStateModifier and TypeMethodDescriptionprotected void
Camel.playStepSound
(BlockPos p_252056_, BlockState p_251457_) -
Uses of BlockState in net.minecraft.world.entity.animal.frog
Methods in net.minecraft.world.entity.animal.frog with parameters of type BlockStateModifier and TypeMethodDescriptionprotected void
Frog.playStepSound
(BlockPos p_218505_, BlockState p_218506_) -
Uses of BlockState in net.minecraft.world.entity.animal.goat
Methods in net.minecraft.world.entity.animal.goat with parameters of type BlockStateModifier and TypeMethodDescriptionprotected void
Goat.playStepSound
(BlockPos p_149382_, BlockState p_149383_) -
Uses of BlockState in net.minecraft.world.entity.animal.horse
Methods in net.minecraft.world.entity.animal.horse with parameters of type BlockStateModifier and TypeMethodDescriptionprotected void
AbstractHorse.playStepSound
(BlockPos pPos, BlockState pBlock) protected void
Llama.playStepSound
(BlockPos pPos, BlockState pBlock) -
Uses of BlockState in net.minecraft.world.entity.animal.sheep
Methods in net.minecraft.world.entity.animal.sheep with parameters of type BlockStateModifier and TypeMethodDescriptionprotected void
Sheep.playStepSound
(BlockPos p_405483_, BlockState p_405036_) -
Uses of BlockState in net.minecraft.world.entity.animal.sniffer
Methods in net.minecraft.world.entity.animal.sniffer with parameters of type BlockStateModifier and TypeMethodDescriptionprotected void
Sniffer.playStepSound
(BlockPos p_272953_, BlockState p_273729_) -
Uses of BlockState in net.minecraft.world.entity.animal.wolf
Methods in net.minecraft.world.entity.animal.wolf with parameters of type BlockStateModifier and TypeMethodDescriptionprotected void
Wolf.playStepSound
(BlockPos p_406221_, BlockState p_406277_) -
Uses of BlockState in net.minecraft.world.entity.boss.wither
Methods in net.minecraft.world.entity.boss.wither with parameters of type BlockStateModifier and TypeMethodDescriptionstatic boolean
WitherBoss.canDestroy
(BlockState pState) Deprecated.void
WitherBoss.makeStuckInBlock
(BlockState pState, Vec3 pMotionMultiplier) -
Uses of BlockState in net.minecraft.world.entity.item
Fields in net.minecraft.world.entity.item declared as BlockStateModifier and TypeFieldDescriptionprivate BlockState
FallingBlockEntity.blockState
private static final BlockState
FallingBlockEntity.DEFAULT_BLOCK_STATE
private static final BlockState
PrimedTnt.DEFAULT_BLOCK_STATE
Fields in net.minecraft.world.entity.item with type parameters of type BlockStateModifier and TypeFieldDescriptionprivate static final EntityDataAccessor
<BlockState> PrimedTnt.DATA_BLOCK_STATE_ID
Methods in net.minecraft.world.entity.item that return BlockStateMethods in net.minecraft.world.entity.item with parameters of type BlockStateModifier and TypeMethodDescriptionstatic FallingBlockEntity
FallingBlockEntity.fall
(Level pLevel, BlockPos pPos, BlockState pBlockState) void
PrimedTnt.setBlockState
(BlockState pBlockState) Constructors in net.minecraft.world.entity.item with parameters of type BlockStateModifierConstructorDescriptionprivate
FallingBlockEntity
(Level pLevel, double pX, double pY, double pZ, BlockState pState) -
Uses of BlockState in net.minecraft.world.entity.monster
Fields in net.minecraft.world.entity.monster with type parameters of type BlockStateModifier and TypeFieldDescriptionprivate static final EntityDataAccessor
<Optional<BlockState>> EnderMan.DATA_CARRY_STATE
Methods in net.minecraft.world.entity.monster that return BlockStateMethods in net.minecraft.world.entity.monster with parameters of type BlockStateModifier and TypeMethodDescriptionprivate boolean
EnderMan.EndermanLeaveBlockGoal.canPlaceBlock
(Level pLevel, BlockPos pDestinationPos, BlockState pCarriedState, BlockState pDestinationState, BlockState pBelowDestinationState, BlockPos pBelowDestinationPos) protected void
Strider.checkFallDamage
(double pY, boolean pOnGround, BlockState pState, BlockPos pPos) void
Spider.makeStuckInBlock
(BlockState pState, Vec3 pMotionMultiplier) protected void
AbstractSkeleton.playStepSound
(BlockPos pPos, BlockState pBlock) protected void
Endermite.playStepSound
(BlockPos pPos, BlockState pBlock) protected void
Ravager.playStepSound
(BlockPos pPos, BlockState pBlock) protected void
Silverfish.playStepSound
(BlockPos pPos, BlockState pBlock) protected void
Spider.playStepSound
(BlockPos pPos, BlockState pBlock) protected void
Strider.playStepSound
(BlockPos pPos, BlockState pBlock) protected void
Zoglin.playStepSound
(BlockPos pPos, BlockState pBlock) protected void
Zombie.playStepSound
(BlockPos pPos, BlockState pBlock) void
EnderMan.setCarriedBlock
(BlockState pState) -
Uses of BlockState in net.minecraft.world.entity.monster.creaking
Methods in net.minecraft.world.entity.monster.creaking with parameters of type BlockStateModifier and TypeMethodDescriptionprotected void
Creaking.playStepSound
(BlockPos p_379428_, BlockState p_380060_) -
Uses of BlockState in net.minecraft.world.entity.monster.hoglin
Methods in net.minecraft.world.entity.monster.hoglin with parameters of type BlockStateModifier and TypeMethodDescriptionprotected void
Hoglin.playStepSound
(BlockPos pPos, BlockState pBlock) -
Uses of BlockState in net.minecraft.world.entity.monster.piglin
Methods in net.minecraft.world.entity.monster.piglin with parameters of type BlockStateModifier and TypeMethodDescriptionprotected void
Piglin.playStepSound
(BlockPos pPos, BlockState pBlock) protected void
PiglinBrute.playStepSound
(BlockPos pPos, BlockState pBlock) -
Uses of BlockState in net.minecraft.world.entity.monster.warden
Methods in net.minecraft.world.entity.monster.warden with parameters of type BlockStateModifier and TypeMethodDescriptionprotected void
Warden.playStepSound
(BlockPos p_219431_, BlockState p_219432_) -
Uses of BlockState in net.minecraft.world.entity.player
Methods in net.minecraft.world.entity.player with parameters of type BlockStateModifier and TypeMethodDescriptionfloat
Player.getDestroySpeed
(BlockState pState) Deprecated.Neo:Player.getDestroySpeed(BlockState, BlockPos)
insteadfloat
Player.getDestroySpeed
(BlockState pState, BlockPos pos) boolean
Player.hasCorrectToolForDrops
(BlockState pState) Deprecated.boolean
Player.hasCorrectToolForDrops
(BlockState pState, Level level, BlockPos pos) void
Player.makeStuckInBlock
(BlockState pState, Vec3 pMotionMultiplier) protected void
Player.playStepSound
(BlockPos p_282121_, BlockState p_282194_) -
Uses of BlockState in net.minecraft.world.entity.projectile
Fields in net.minecraft.world.entity.projectile declared as BlockStateMethods in net.minecraft.world.entity.projectile with parameters of type BlockStateModifier and TypeMethodDescriptionfloat
WitherSkull.getBlockExplosionResistance
(Explosion pExplosion, BlockGetter pLevel, BlockPos pPos, BlockState pBlockState, FluidState pFluidState, float pExplosionPower) Explosion resistance of a block relative to this entityprotected void
ThrownEnderpearl.onInsideBlock
(BlockState p_353066_) -
Uses of BlockState in net.minecraft.world.entity.vehicle
Fields in net.minecraft.world.entity.vehicle with type parameters of type BlockStateModifier and TypeFieldDescriptionprivate static final EntityDataAccessor
<Optional<BlockState>> AbstractMinecart.DATA_ID_CUSTOM_DISPLAY_BLOCK
Methods in net.minecraft.world.entity.vehicle that return BlockStateModifier and TypeMethodDescriptionAbstractMinecart.getDefaultDisplayBlockState()
MinecartChest.getDefaultDisplayBlockState()
MinecartCommandBlock.getDefaultDisplayBlockState()
MinecartFurnace.getDefaultDisplayBlockState()
MinecartHopper.getDefaultDisplayBlockState()
MinecartSpawner.getDefaultDisplayBlockState()
MinecartTNT.getDefaultDisplayBlockState()
AbstractMinecart.getDisplayBlockState()
Methods in net.minecraft.world.entity.vehicle that return types with arguments of type BlockStateModifier and TypeMethodDescriptionprivate Optional
<BlockState> AbstractMinecart.getCustomDisplayBlockState()
Methods in net.minecraft.world.entity.vehicle with parameters of type BlockStateModifier and TypeMethodDescriptionvoid
NewMinecartBehavior.adjustToRails
(BlockPos pPos, BlockState pState, boolean pSnapToStart) private Vec3
NewMinecartBehavior.calculateBoostTrackSpeed
(Vec3 pSpeed, BlockPos pPos, BlockState pState) private Vec3
NewMinecartBehavior.calculateHaltTrackSpeed
(Vec3 pSpeed, BlockState pState) private Vec3
NewMinecartBehavior.calculateTrackSpeed
(ServerLevel pLevel, Vec3 pSpeed, NewMinecartBehavior.TrackIteration pTrackIteration, BlockPos pPos, BlockState pState, RailShape pRailShape) protected void
AbstractBoat.checkFallDamage
(double p_376661_, boolean p_376924_, BlockState p_376918_, BlockPos p_376727_) float
MinecartTNT.getBlockExplosionResistance
(Explosion pExplosion, BlockGetter pLevel, BlockPos pPos, BlockState pBlockState, FluidState pFluidState, float pExplosionPower) Explosion resistance of a block relative to this entityboolean
MinecartTNT.shouldBlockExplode
(Explosion pExplosion, BlockGetter pLevel, BlockPos pPos, BlockState pBlockState, float pExplosionPower) Method parameters in net.minecraft.world.entity.vehicle with type arguments of type BlockStateModifier and TypeMethodDescriptionvoid
AbstractMinecart.setCustomDisplayBlockState
(Optional<BlockState> pCustomDisplayBlockState) -
Uses of BlockState in net.minecraft.world.inventory
Methods in net.minecraft.world.inventory with parameters of type BlockStateModifier and TypeMethodDescriptionprotected boolean
AnvilMenu.isValidBlock
(BlockState p_39019_) protected abstract boolean
ItemCombinerMenu.isValidBlock
(BlockState pState) protected boolean
SmithingMenu.isValidBlock
(BlockState p_40266_) -
Uses of BlockState in net.minecraft.world.item
Fields in net.minecraft.world.item with type parameters of type BlockStateModifier and TypeFieldDescriptionprotected static final Map
<Block, BlockState> ShovelItem.FLATTENABLES
Map used to lookup shovel right click interactionsMethods in net.minecraft.world.item that return BlockStateModifier and TypeMethodDescriptionprivate static <T extends Comparable<T>>
BlockStateDebugStickItem.cycleState
(BlockState pState, Property<T> pProperty, boolean pBackwards) static @Nullable BlockState
AxeItem.getAxeStrippingState
(BlockState originalState) private BlockState
MapItem.getCorrectStateForFluidBlock
(Level pLevel, BlockState pState, BlockPos pPos) protected BlockState
BlockItem.getPlacementState
(BlockPlaceContext pContext) protected BlockState
GameMasterBlockItem.getPlacementState
(BlockPlaceContext pContext) protected BlockState
StandingAndWallBlockItem.getPlacementState
(BlockPlaceContext pContext) static @Nullable BlockState
ShovelItem.getShovelPathingState
(BlockState originalState) private BlockState
BlockItem.updateBlockStateFromTag
(BlockPos pPos, Level pLevel, ItemStack pStack, BlockState pState) Methods in net.minecraft.world.item that return types with arguments of type BlockStateModifier and TypeMethodDescriptionprivate Optional
<BlockState> AxeItem.evaluateNewBlockState
(Level pLevel, BlockPos pPos, Player pPlayer, BlockState pState, UseOnContext p_40529_) private Optional
<BlockState> AxeItem.getStripped
(BlockState pUnstrippedState) static Optional
<BlockState> HoneycombItem.getWaxed
(BlockState pState) Methods in net.minecraft.world.item with parameters of type BlockStateModifier and TypeMethodDescriptionprotected boolean
BucketItem.canBlockContainFluid
(Player player, Level worldIn, BlockPos posIn, BlockState blockstate) boolean
DebugStickItem.canDestroyBlock
(ItemStack p_393705_, BlockState p_393781_, Level p_393500_, BlockPos p_394185_, LivingEntity p_394515_) boolean
Item.canDestroyBlock
(ItemStack pStack, BlockState pState, Level pLevel, BlockPos pPos, LivingEntity pEntity) boolean
ItemStack.canDestroyBlock
(BlockState pState, Level pLevel, BlockPos pPos, Player pPlayer) protected boolean
BlockItem.canPlace
(BlockPlaceContext pContext, BlockState pState) protected boolean
HangingSignItem.canPlace
(LevelReader p_252032_, BlockState p_252230_, BlockPos p_252075_) protected boolean
StandingAndWallBlockItem.canPlace
(LevelReader pLevel, BlockState pState, BlockPos pPos) static Consumer
<UseOnContext> HoeItem.changeIntoState
(BlockState pState) static Consumer
<UseOnContext> HoeItem.changeIntoStateAndDropItem
(BlockState pState, ItemLike pItemToDrop) private static <T extends Comparable<T>>
BlockStateDebugStickItem.cycleState
(BlockState pState, Property<T> pProperty, boolean pBackwards) private Optional
<BlockState> AxeItem.evaluateNewBlockState
(Level pLevel, BlockPos pPos, Player pPlayer, BlockState pState, UseOnContext p_40529_) static @Nullable BlockState
AxeItem.getAxeStrippingState
(BlockState originalState) private BlockState
MapItem.getCorrectStateForFluidBlock
(Level pLevel, BlockState pState, BlockPos pPos) float
Item.getDestroySpeed
(ItemStack pStack, BlockState pState) float
ItemStack.getDestroySpeed
(BlockState pState) private static <T extends Comparable<T>>
StringDebugStickItem.getNameHelper
(BlockState pState, Property<T> pProperty) protected SoundEvent
BlockItem.getPlaceSound
(BlockState pState) Deprecated.protected SoundEvent
BlockItem.getPlaceSound
(BlockState pState, Level world, BlockPos pos, Player entity) protected SoundEvent
SolidBucketItem.getPlaceSound
(BlockState p_151199_) static @Nullable BlockState
ShovelItem.getShovelPathingState
(BlockState originalState) private Optional
<BlockState> AxeItem.getStripped
(BlockState pUnstrippedState) static Optional
<BlockState> HoneycombItem.getWaxed
(BlockState pState) private boolean
DebugStickItem.handleInteraction
(Player pPlayer, BlockState pStateClicked, LevelAccessor pAccessor, BlockPos pPos, boolean pShouldCycleState, ItemStack pDebugStack) boolean
Item.isCorrectToolForDrops
(ItemStack pStack, BlockState pState) boolean
ItemStack.isCorrectToolForDrops
(BlockState pState) Check whether the given Block can be harvested using this ItemStack.boolean
Item.mineBlock
(ItemStack pStack, Level pLevel, BlockState pState, BlockPos pPos, LivingEntity pMiningEntity) Called when aBlock
is destroyed using this Item.void
ItemStack.mineBlock
(Level pLevel, BlockState pState, BlockPos pPos, Player pPlayer) Called when a Block is destroyed using this ItemStackboolean
ShearsItem.mineBlock
(ItemStack pStack, Level pLevel, BlockState pState, BlockPos pPos, LivingEntity pEntityLiving) Called when aBlock
is destroyed using this Item.protected boolean
BedItem.placeBlock
(BlockPlaceContext pContext, BlockState pState) protected boolean
BlockItem.placeBlock
(BlockPlaceContext pContext, BlockState pState) protected boolean
DoubleHighBlockItem.placeBlock
(BlockPlaceContext pContext, BlockState pState) private void
BrushItem.spawnDustParticles
(Level pLevel, BlockHitResult pHitResult, BlockState pState, Vec3 pPos, HumanoidArm pArm) void
JukeboxSongPlayer.stop
(LevelAccessor pLevel, BlockState pState) void
JukeboxSongPlayer.tick
(LevelAccessor pLevel, BlockState pState) private BlockState
BlockItem.updateBlockStateFromTag
(BlockPos pPos, Level pLevel, ItemStack pStack, BlockState pState) protected boolean
BlockItem.updateCustomBlockEntityTag
(BlockPos pPos, Level pLevel, Player pPlayer, ItemStack pStack, BlockState pState) protected boolean
SignItem.updateCustomBlockEntityTag
(BlockPos pPos, Level pLevel, Player pPlayer, ItemStack pStack, BlockState pState) -
Uses of BlockState in net.minecraft.world.item.component
Methods in net.minecraft.world.item.component that return BlockStateModifier and TypeMethodDescriptionBlockItemStateProperties.apply
(BlockState pState) private static <T extends Comparable<T>>
BlockStateBlockItemStateProperties.updateState
(BlockState pState, Property<T> pProperty, String pPropertyName) Methods in net.minecraft.world.item.component with parameters of type BlockStateModifier and TypeMethodDescriptionBlockItemStateProperties.apply
(BlockState pState) float
Tool.getMiningSpeed
(BlockState pState) boolean
Tool.isCorrectForDrops
(BlockState pState) private static <T extends Comparable<T>>
BlockStateBlockItemStateProperties.updateState
(BlockState pState, Property<T> pProperty, String pPropertyName) <T extends Comparable<T>>
BlockItemStatePropertiesBlockItemStateProperties.with
(Property<T> pProperty, BlockState pState) -
Uses of BlockState in net.minecraft.world.item.enchantment
Methods in net.minecraft.world.item.enchantment with parameters of type BlockStateModifier and TypeMethodDescriptionstatic LootContext
Enchantment.blockHitContext
(ServerLevel pLevel, int pEnchantmentLevel, Entity pEntity, Vec3 pOrigin, BlockState pState) void
Enchantment.onHitBlock
(ServerLevel pLevel, int pEnchantmentLevel, EnchantedItemInUse pItem, Entity pEntity, Vec3 pPos, BlockState pState) static void
EnchantmentHelper.onHitBlock
(ServerLevel pLevel, ItemStack pStack, LivingEntity pOwner, Entity pEntity, EquipmentSlot pSlot, Vec3 pPos, BlockState pState, Consumer<Item> pOnBreak) -
Uses of BlockState in net.minecraft.world.level
Fields in net.minecraft.world.level declared as BlockStateFields in net.minecraft.world.level with type parameters of type BlockStateMethods in net.minecraft.world.level that return BlockStateModifier and TypeMethodDescriptionNoiseColumn.getBlock
(int p_186552_) BlockGetter.getBlockState
(BlockPos pPos) EmptyBlockAndTintGetter.getBlockState
(BlockPos p_364801_) EmptyBlockGetter.getBlockState
(BlockPos pPos) Level.getBlockState
(BlockPos pPos) PathNavigationRegion.getBlockState
(BlockPos pPos) Methods in net.minecraft.world.level that return types with arguments of type BlockStateModifier and TypeMethodDescriptiondefault Stream
<BlockState> BlockGetter.getBlockStates
(AABB pArea) default Stream
<BlockState> LevelReader.getBlockStatesIfLoaded
(AABB pAabb) ClipBlockStateContext.isTargetBlock()
Methods in net.minecraft.world.level with parameters of type BlockStateModifier and TypeMethodDescriptionvoid
Level.addDestroyBlockEffect
(BlockPos pPos, BlockState pState) default BlockHitResult
BlockGetter.clipWithInteractionOverride
(Vec3 pStartVec, Vec3 pEndVec, BlockPos pPos, VoxelShape pShape, BlockState pState) ClipContext.Block.get
(BlockState p_45714_, BlockGetter p_45715_, BlockPos p_45716_, CollisionContext p_45717_) ClipContext.ShapeGetter.get
(BlockState pState, BlockGetter pBlock, BlockPos pPos, CollisionContext pCollisionContext) EntityBasedExplosionDamageCalculator.getBlockExplosionResistance
(Explosion pExplosion, BlockGetter pReader, BlockPos pPos, BlockState pState, FluidState pFluid) ExplosionDamageCalculator.getBlockExplosionResistance
(Explosion pExplosion, BlockGetter pReader, BlockPos pPos, BlockState pState, FluidState pFluid) SimpleExplosionDamageCalculator.getBlockExplosionResistance
(Explosion p_346109_, BlockGetter p_345381_, BlockPos p_344921_, BlockState p_346239_, FluidState p_345105_) ClipContext.getBlockShape
(BlockState pBlockState, BlockGetter pLevel, BlockPos pPos) default boolean
CollisionGetter.isUnobstructed
(BlockState pState, BlockPos pPos, CollisionContext pContext) static boolean
NaturalSpawner.isValidEmptySpawnBlock
(BlockGetter pBlock, BlockPos pPos, BlockState pBlockState, FluidState pFluidState, EntityType<?> pEntityType) void
Level.markAndNotifyBlock
(BlockPos p_46605_, LevelChunk levelchunk, BlockState blockstate, BlockState p_46606_, int p_46607_, int p_46608_) void
Level.neighborChanged
(BlockState pState, BlockPos pPos, Block pBlock, Orientation pOrientation, boolean pMovedByPiston) void
Level.neighborShapeChanged
(Direction p_220385_, BlockPos p_220387_, BlockPos p_220388_, BlockState p_220386_, int p_220389_, int p_220390_) default void
LevelAccessor.neighborShapeChanged
(Direction pDirection, BlockPos pPos, BlockPos pNeighborPos, BlockState pNeighborState, int pFlags, int pRecursionLeft) abstract void
Level.sendBlockUpdated
(BlockPos pPos, BlockState pOldState, BlockState pNewState, int pFlags) Flags are as in setBlockStateboolean
Level.setBlock
(BlockPos pPos, BlockState pNewState, int pFlags) Sets a block state into this world.Flags are as follows: 1 will notify neighboring blocks throughinvalid reference
neighborChanged
boolean
Level.setBlock
(BlockPos pPos, BlockState pState, int pFlags, int pRecursionLeft) default boolean
LevelWriter.setBlock
(BlockPos pPos, BlockState pNewState, int pFlags) Sets a block state into this world.Flags are as follows: 1 will cause a block update. 2 will send the change to clients. 4 will prevent the block from being re-rendered. 8 will force any re-renders to run on the main thread instead 16 will prevent neighbor reactions (e.g. fences connecting, observers pulsing). 32 will prevent neighbor reactions from spawning drops. 64 will signify the block is being moved.boolean
LevelWriter.setBlock
(BlockPos pPos, BlockState pState, int pFlags, int pRecursionLeft) void
NoiseColumn.setBlock
(int p_186554_, BlockState p_186555_) boolean
Level.setBlockAndUpdate
(BlockPos pPos, BlockState pState) Convenience method to update the block on both the client and servervoid
Level.setBlocksDirty
(BlockPos pBlockPos, BlockState pOldState, BlockState pNewState) boolean
EntityBasedExplosionDamageCalculator.shouldBlockExplode
(Explosion pExplosion, BlockGetter pReader, BlockPos pPos, BlockState pState, float pPower) boolean
ExplosionDamageCalculator.shouldBlockExplode
(Explosion pExplosion, BlockGetter pReader, BlockPos pPos, BlockState pState, float pPower) boolean
SimpleExplosionDamageCalculator.shouldBlockExplode
(Explosion p_345994_, BlockGetter p_345042_, BlockPos p_345057_, BlockState p_345932_, float p_345776_) void
Level.updatePOIOnBlockStateChange
(BlockPos pPos, BlockState pOldState, BlockState pNewState) Method parameters in net.minecraft.world.level with type arguments of type BlockStateModifier and TypeMethodDescriptionboolean
Level.isStateAtPosition
(BlockPos pPos, Predicate<BlockState> pState) boolean
LevelSimulatedReader.isStateAtPosition
(BlockPos pPos, Predicate<BlockState> pState) Constructors in net.minecraft.world.level with parameters of type BlockStateConstructor parameters in net.minecraft.world.level with type arguments of type BlockStateModifierConstructorDescriptionClipBlockStateContext
(Vec3 pFrom, Vec3 pTo, Predicate<BlockState> pBlock) -
Uses of BlockState in net.minecraft.world.level.block
Fields in net.minecraft.world.level.block declared as BlockStateModifier and TypeFieldDescriptionprotected final BlockState
StairBlock.baseState
private final BlockState
RedStoneWireBlock.crossState
private BlockState
Block.defaultBlockState
private final BlockState
PointedDripstoneBlock.FluidInfo.sourceState
The field for thesourceState
record component.private final BlockState
ComposterBlock.InputContainer.state
private final BlockState
ComposterBlock.OutputContainer.state
private final BlockState
PitcherCropBlock.PosAndState.state
The field for thestate
record component.private BlockState
RailState.state
Fields in net.minecraft.world.level.block with type parameters of type BlockStateModifier and TypeFieldDescriptionstatic final IdMapper
<BlockState> Block.BLOCK_STATE_REGISTRY
private final Function
<BlockState, VoxelShape> CrossCollisionBlock.collisionShapes
private final Function
<BlockState, VoxelShape> WallBlock.collisionShapes
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 final Function
<BlockState, VoxelShape> FenceBlock.occlusionShapes
private static final Predicate
<BlockState> CarvedPumpkinBlock.PUMPKINS_PREDICATE
private final Function
<BlockState, VoxelShape> BigDripleafBlock.shapes
private final Function
<BlockState, VoxelShape> ButtonBlock.shapes
private final Function
<BlockState, VoxelShape> CrossCollisionBlock.shapes
private final Function
<BlockState, VoxelShape> FireBlock.shapes
private final Function
<BlockState, VoxelShape> FlowerBedBlock.shapes
private final Function
<BlockState, VoxelShape> GrindstoneBlock.shapes
private final Function
<BlockState, VoxelShape> HopperBlock.shapes
private final Function
<BlockState, VoxelShape> LeafLitterBlock.shapes
private final Function
<BlockState, VoxelShape> LeverBlock.shapes
private final Function
<BlockState, VoxelShape> MossyCarpetBlock.shapes
private final Function
<BlockState, VoxelShape> MultifaceBlock.shapes
private final Function
<BlockState, VoxelShape> PipeBlock.shapes
private final Function
<BlockState, VoxelShape> PitcherCropBlock.shapes
private final Function
<BlockState, VoxelShape> RedStoneWireBlock.shapes
private final Function
<BlockState, VoxelShape> VineBlock.shapes
private final Function
<BlockState, VoxelShape> WallBlock.shapes
protected final StateDefinition
<Block, BlockState> Block.stateDefinition
Methods in net.minecraft.world.level.block that return BlockStateModifier and TypeMethodDescription(package private) static BlockState
ComposterBlock.addItem
(Entity pEntity, BlockState pState, LevelAccessor pLevel, BlockPos pPos, ItemStack pStack) static BlockState
CandleCakeBlock.byCandle
(CandleBlock pCandle) private static <T extends Comparable<T>>
BlockStateBlock.copyProperty
(BlockState pSourceState, BlockState pTargetState, Property<T> pProperty) private BlockState
VineBlock.copyRandomFaces
(BlockState pSourceState, BlockState pSpreadState, RandomSource pRandom) static BlockState
DoublePlantBlock.copyWaterloggedFrom
(LevelReader pLevel, BlockPos pPos, BlockState pState) static BlockState
MangrovePropaguleBlock.createNewHangingPropagule()
static BlockState
MangrovePropaguleBlock.createNewHangingPropagule
(int pAge) private static BlockState
MossyCarpetBlock.createTopperWithSideChance
(BlockGetter pLevel, BlockPos pPos, BooleanSupplier pPlaceSide) static BlockState
AnvilBlock.damage
(BlockState pState) final BlockState
Block.defaultBlockState()
(package private) static BlockState
ComposterBlock.empty
(Entity pEntity, BlockState pState, LevelAccessor pLevel, BlockPos pPos) static BlockState
ComposterBlock.extractProduce
(Entity pEntity, BlockState pState, Level pLevel, BlockPos pPos) private static BlockState
BubbleColumnBlock.getColumnState
(BlockState pBlockState) private BlockState
RedStoneWireBlock.getConnectionState
(BlockGetter pLevel, BlockState pState, BlockPos pPos) private static BlockState
MultifaceBlock.getDefaultMultifaceState
(StateDefinition<Block, BlockState> pStateDefinition) static BlockState
WeatheringCopper.getFirst
(BlockState pState) protected BlockState
CaveVinesBlock.getGrowIntoState
(BlockState p_220935_, RandomSource p_220936_) protected BlockState
GrowingPlantHeadBlock.getGrowIntoState
(BlockState pState, RandomSource pRandom) GrowingPlantHeadBlock.getMaxAgeState
(BlockState pState) private BlockState
RedStoneWireBlock.getMissingConnections
(BlockGetter pLevel, BlockState pState, BlockPos pPos) private static BlockState
InfestedBlock.getNewStateWithProperties
(Map<BlockState, BlockState> pStateMap, BlockState pState, Supplier<BlockState> pSupplier) private BlockState
SculkBlock.getRandomGrowthState
(LevelAccessor pLevel, BlockPos pPos, RandomSource pRandom, boolean pIsWorldGeneration) static BlockState
BaseFireBlock.getState
(BlockGetter pReader, BlockPos pPos) RailState.getState()
CropBlock.getStateForAge
(int pAge) TorchflowerCropBlock.getStateForAge
(int p_275698_) AbstractFurnaceBlock.getStateForPlacement
(BlockPlaceContext pContext) AbstractSkullBlock.getStateForPlacement
(BlockPlaceContext p_300939_) AmethystClusterBlock.getStateForPlacement
(BlockPlaceContext p_152019_) AnvilBlock.getStateForPlacement
(BlockPlaceContext pContext) BambooStalkBlock.getStateForPlacement
(BlockPlaceContext p_261764_) BannerBlock.getStateForPlacement
(BlockPlaceContext pContext) BarrelBlock.getStateForPlacement
(BlockPlaceContext pContext) BarrierBlock.getStateForPlacement
(BlockPlaceContext p_295385_) BaseCoralPlantTypeBlock.getStateForPlacement
(BlockPlaceContext pContext) BaseCoralWallFanBlock.getStateForPlacement
(BlockPlaceContext pContext) BaseFireBlock.getStateForPlacement
(BlockPlaceContext pContext) BaseRailBlock.getStateForPlacement
(BlockPlaceContext pContext) BedBlock.getStateForPlacement
(BlockPlaceContext pContext) BeehiveBlock.getStateForPlacement
(BlockPlaceContext pContext) BellBlock.getStateForPlacement
(BlockPlaceContext pContext) BigDripleafBlock.getStateForPlacement
(BlockPlaceContext p_152221_) Block.getStateForPlacement
(BlockPlaceContext pContext) CalibratedSculkSensorBlock.getStateForPlacement
(BlockPlaceContext p_277423_) CampfireBlock.getStateForPlacement
(BlockPlaceContext pContext) CandleBlock.getStateForPlacement
(BlockPlaceContext p_152803_) CarvedPumpkinBlock.getStateForPlacement
(BlockPlaceContext pContext) CeilingHangingSignBlock.getStateForPlacement
(BlockPlaceContext p_252121_) ChainBlock.getStateForPlacement
(BlockPlaceContext pContext) ChestBlock.getStateForPlacement
(BlockPlaceContext pContext) ChiseledBookShelfBlock.getStateForPlacement
(BlockPlaceContext p_251318_) ChorusPlantBlock.getStateForPlacement
(BlockPlaceContext pContext) CocoaBlock.getStateForPlacement
(BlockPlaceContext pContext) CommandBlock.getStateForPlacement
(BlockPlaceContext pContext) ConcretePowderBlock.getStateForPlacement
(BlockPlaceContext pContext) ConduitBlock.getStateForPlacement
(BlockPlaceContext pContext) CoralBlock.getStateForPlacement
(BlockPlaceContext pContext) CrafterBlock.getStateForPlacement
(BlockPlaceContext p_307251_) CreakingHeartBlock.getStateForPlacement
(BlockPlaceContext p_379431_) DecoratedPotBlock.getStateForPlacement
(BlockPlaceContext p_272711_) DiodeBlock.getStateForPlacement
(BlockPlaceContext pContext) DirtPathBlock.getStateForPlacement
(BlockPlaceContext p_153131_) DispenserBlock.getStateForPlacement
(BlockPlaceContext pContext) DoorBlock.getStateForPlacement
(BlockPlaceContext pContext) DoublePlantBlock.getStateForPlacement
(BlockPlaceContext pContext) EnderChestBlock.getStateForPlacement
(BlockPlaceContext pContext) EndPortalFrameBlock.getStateForPlacement
(BlockPlaceContext pContext) EndRodBlock.getStateForPlacement
(BlockPlaceContext pContext) FaceAttachedHorizontalDirectionalBlock.getStateForPlacement
(BlockPlaceContext pContext) FarmBlock.getStateForPlacement
(BlockPlaceContext pContext) FenceBlock.getStateForPlacement
(BlockPlaceContext pContext) FenceGateBlock.getStateForPlacement
(BlockPlaceContext pContext) FireBlock.getStateForPlacement
(BlockPlaceContext pContext) protected BlockState
FireBlock.getStateForPlacement
(BlockGetter pLevel, BlockPos pPos) FlowerBedBlock.getStateForPlacement
(BlockPlaceContext p_393645_) GlazedTerracottaBlock.getStateForPlacement
(BlockPlaceContext pContext) GrowingPlantBlock.getStateForPlacement
(RandomSource pRandom) GrowingPlantBlock.getStateForPlacement
(BlockPlaceContext pContext) GrowingPlantHeadBlock.getStateForPlacement
(RandomSource p_374460_) HangingRootsBlock.getStateForPlacement
(BlockPlaceContext p_153340_) HeavyCoreBlock.getStateForPlacement
(BlockPlaceContext p_338691_) HopperBlock.getStateForPlacement
(BlockPlaceContext pContext) HugeMushroomBlock.getStateForPlacement
(BlockPlaceContext pContext) InfestedRotatedPillarBlock.getStateForPlacement
(BlockPlaceContext p_153441_) IronBarsBlock.getStateForPlacement
(BlockPlaceContext pContext) JigsawBlock.getStateForPlacement
(BlockPlaceContext pContext) KelpBlock.getStateForPlacement
(BlockPlaceContext pContext) LadderBlock.getStateForPlacement
(BlockPlaceContext pContext) LanternBlock.getStateForPlacement
(BlockPlaceContext p_153467_) LeafLitterBlock.getStateForPlacement
(BlockPlaceContext p_394214_) LeavesBlock.getStateForPlacement
(BlockPlaceContext pContext) LecternBlock.getStateForPlacement
(BlockPlaceContext pContext) LightningRodBlock.getStateForPlacement
(BlockPlaceContext p_153711_) LoomBlock.getStateForPlacement
(BlockPlaceContext pContext) MangrovePropaguleBlock.getStateForPlacement
(BlockPlaceContext p_221456_) MangroveRootsBlock.getStateForPlacement
(BlockPlaceContext p_221508_) MossyCarpetBlock.getStateForPlacement
(BlockPlaceContext p_380111_) MultifaceBlock.getStateForPlacement
(BlockPlaceContext p_153824_) MultifaceBlock.getStateForPlacement
(BlockState pCurrentState, BlockGetter pLevel, BlockPos pPos, Direction pLookingDirection) MultifaceSpreader.DefaultSpreaderConfig.getStateForPlacement
(BlockState p_221694_, BlockGetter p_221695_, BlockPos p_221696_, Direction p_221697_) MultifaceSpreader.SpreadConfig.getStateForPlacement
(BlockState pCurrentState, BlockGetter pLevel, BlockPos pPos, Direction pLookingDirection) NoteBlock.getStateForPlacement
(BlockPlaceContext pContext) ObserverBlock.getStateForPlacement
(BlockPlaceContext pContext) PitcherCropBlock.getStateForPlacement
(BlockPlaceContext p_277448_) PointedDripstoneBlock.getStateForPlacement
(BlockPlaceContext p_154040_) RedstoneLampBlock.getStateForPlacement
(BlockPlaceContext pContext) RedstoneWallTorchBlock.getStateForPlacement
(BlockPlaceContext pContext) RedStoneWireBlock.getStateForPlacement
(BlockPlaceContext pContext) RepeaterBlock.getStateForPlacement
(BlockPlaceContext pContext) RotatedPillarBlock.getStateForPlacement
(BlockPlaceContext pContext) ScaffoldingBlock.getStateForPlacement
(BlockPlaceContext pContext) SculkSensorBlock.getStateForPlacement
(BlockPlaceContext p_154396_) SculkShriekerBlock.getStateForPlacement
(BlockPlaceContext p_222171_) SeagrassBlock.getStateForPlacement
(BlockPlaceContext p_154503_) SeaPickleBlock.getStateForPlacement
(BlockPlaceContext pContext) default BlockState
SegmentableBlock.getStateForPlacement
(BlockPlaceContext pContext, Block pBlock, IntegerProperty pAmountProperty, EnumProperty<Direction> pDirectionProperty) ShulkerBoxBlock.getStateForPlacement
(BlockPlaceContext pContext) SkullBlock.getStateForPlacement
(BlockPlaceContext pContext) SlabBlock.getStateForPlacement
(BlockPlaceContext pContext) SmallDripleafBlock.getStateForPlacement
(BlockPlaceContext p_154592_) SnowLayerBlock.getStateForPlacement
(BlockPlaceContext pContext) SnowyDirtBlock.getStateForPlacement
(BlockPlaceContext pContext) StairBlock.getStateForPlacement
(BlockPlaceContext pContext) StandingSignBlock.getStateForPlacement
(BlockPlaceContext pContext) StonecutterBlock.getStateForPlacement
(BlockPlaceContext pContext) TallSeagrassBlock.getStateForPlacement
(BlockPlaceContext p_154747_) TestBlock.getStateForPlacement
(BlockPlaceContext p_397700_) TrapDoorBlock.getStateForPlacement
(BlockPlaceContext pContext) TripWireBlock.getStateForPlacement
(BlockPlaceContext pContext) TripWireHookBlock.getStateForPlacement
(BlockPlaceContext pContext) TurtleEggBlock.getStateForPlacement
(BlockPlaceContext pContext) VaultBlock.getStateForPlacement
(BlockPlaceContext p_324576_) VineBlock.getStateForPlacement
(BlockPlaceContext pContext) WallBannerBlock.getStateForPlacement
(BlockPlaceContext pContext) WallBlock.getStateForPlacement
(BlockPlaceContext pContext) WallHangingSignBlock.getStateForPlacement
(BlockPlaceContext p_251399_) WallSignBlock.getStateForPlacement
(BlockPlaceContext pContext) WallSkullBlock.getStateForPlacement
(BlockPlaceContext pContext) WallTorchBlock.getStateForPlacement
(BlockPlaceContext pContext) WaterloggedTransparentBlock.getStateForPlacement
(BlockPlaceContext p_313836_) private BlockState
FireBlock.getStateWithAge
(LevelReader pLevel, BlockPos pPos, int pAge) static BlockState
ChorusPlantBlock.getStateWithConnections
(BlockGetter pLevel, BlockPos pPos, BlockState pState) private static BlockState
MossyCarpetBlock.getUpdatedState
(BlockState pState, BlockGetter pLevel, BlockPos pPos, boolean pTip) private BlockState
VineBlock.getUpdatedState
(BlockState pState, BlockGetter pLevel, BlockPos pPos) InfestedBlock.hostStateByInfested
(BlockState pInfested) static BlockState
InfestedBlock.infestedStateByHost
(BlockState pHost) static BlockState
ComposterBlock.insertItem
(Entity pEntity, BlockState pState, ServerLevel pLevel, ItemStack pStack, BlockPos pPos) private BlockState
MultifaceBlock.mapDirections
(BlockState pState, Function<Direction, Direction> pDirectionalFunction) static BlockState
IceBlock.meltsInto()
protected BlockState
AbstractFurnaceBlock.mirror
(BlockState pState, Mirror pMirror) protected BlockState
AmethystClusterBlock.mirror
(BlockState p_152030_, Mirror p_152031_) protected BlockState
AttachedStemBlock.mirror
(BlockState pState, Mirror pMirror) protected BlockState
BannerBlock.mirror
(BlockState pState, Mirror pMirror) protected BlockState
BarrelBlock.mirror
(BlockState pState, Mirror pMirror) protected BlockState
BaseCoralWallFanBlock.mirror
(BlockState pState, Mirror pMirror) BeehiveBlock.mirror
(BlockState p_304677_, Mirror p_304660_) BellBlock.mirror
(BlockState p_304560_, Mirror p_304709_) CalibratedSculkSensorBlock.mirror
(BlockState p_277615_, Mirror p_277916_) protected BlockState
CampfireBlock.mirror
(BlockState pState, Mirror pMirror) protected BlockState
CeilingHangingSignBlock.mirror
(BlockState p_249682_, Mirror p_250199_) protected BlockState
ChestBlock.mirror
(BlockState pState, Mirror pMirror) ChiseledBookShelfBlock.mirror
(BlockState p_289000_, Mirror p_288962_) protected BlockState
CommandBlock.mirror
(BlockState pState, Mirror pMirror) protected BlockState
CrafterBlock.mirror
(BlockState p_307514_, Mirror p_307198_) protected BlockState
CrossCollisionBlock.mirror
(BlockState pState, Mirror pMirror) protected BlockState
DecoratedPotBlock.mirror
(BlockState p_334078_, Mirror p_333905_) protected BlockState
DetectorRailBlock.mirror
(BlockState pState, Mirror pMirror) protected BlockState
DispenserBlock.mirror
(BlockState pState, Mirror pMirror) protected BlockState
DoorBlock.mirror
(BlockState pState, Mirror pMirror) protected BlockState
EnderChestBlock.mirror
(BlockState pState, Mirror pMirror) protected BlockState
EndPortalFrameBlock.mirror
(BlockState pState, Mirror pMirror) FlowerBedBlock.mirror
(BlockState p_393796_, Mirror p_393802_) protected BlockState
GrindstoneBlock.mirror
(BlockState pState, Mirror pMirror) protected BlockState
HopperBlock.mirror
(BlockState pState, Mirror pMirror) protected BlockState
HorizontalDirectionalBlock.mirror
(BlockState pState, Mirror pMirror) protected BlockState
HugeMushroomBlock.mirror
(BlockState pState, Mirror pMirror) protected BlockState
JigsawBlock.mirror
(BlockState pState, Mirror pMirror) protected BlockState
LadderBlock.mirror
(BlockState pState, Mirror pMirror) LeafLitterBlock.mirror
(BlockState p_393478_, Mirror p_393616_) protected BlockState
LecternBlock.mirror
(BlockState pState, Mirror pMirror) protected BlockState
MossyCarpetBlock.mirror
(BlockState p_379462_, Mirror p_380184_) protected BlockState
MultifaceBlock.mirror
(BlockState p_153892_, Mirror p_153893_) protected BlockState
ObserverBlock.mirror
(BlockState pState, Mirror pMirror) protected BlockState
PoweredRailBlock.mirror
(BlockState pState, Mirror pMirror) protected BlockState
RailBlock.mirror
(BlockState pState, Mirror pMirror) protected BlockState
RedstoneWallTorchBlock.mirror
(BlockState pState, Mirror pMirror) protected BlockState
RedStoneWireBlock.mirror
(BlockState pState, Mirror pMirror) protected BlockState
RodBlock.mirror
(BlockState p_154351_, Mirror p_154352_) protected BlockState
ShulkerBoxBlock.mirror
(BlockState pState, Mirror pMirror) protected BlockState
SkullBlock.mirror
(BlockState pState, Mirror pMirror) protected BlockState
SmallDripleafBlock.mirror
(BlockState p_154619_, Mirror p_154620_) protected BlockState
StairBlock.mirror
(BlockState pState, Mirror pMirror) protected BlockState
StandingSignBlock.mirror
(BlockState pState, Mirror pMirror) protected BlockState
StonecutterBlock.mirror
(BlockState pState, Mirror pMirror) protected BlockState
TripWireBlock.mirror
(BlockState pState, Mirror pMirror) protected BlockState
TripWireHookBlock.mirror
(BlockState pState, Mirror pMirror) VaultBlock.mirror
(BlockState p_323894_, Mirror p_324242_) protected BlockState
VineBlock.mirror
(BlockState pState, Mirror pMirror) protected BlockState
WallBannerBlock.mirror
(BlockState pState, Mirror pMirror) protected BlockState
WallBlock.mirror
(BlockState pState, Mirror pMirror) protected BlockState
WallHangingSignBlock.mirror
(BlockState p_250446_, Mirror p_249494_) protected BlockState
WallSignBlock.mirror
(BlockState pState, Mirror pMirror) protected BlockState
WallSkullBlock.mirror
(BlockState pState, Mirror pMirror) protected BlockState
WallTorchBlock.mirror
(BlockState pState, Mirror pMirror) FlowerPotBlock.opposite
(BlockState pState) BaseFireBlock.playerWillDestroy
(Level p_49251_, BlockPos p_49252_, BlockState p_49253_, Player p_49254_) BedBlock.playerWillDestroy
(Level p_49505_, BlockPos p_49506_, BlockState p_49507_, Player p_49508_) BeehiveBlock.playerWillDestroy
(Level p_49608_, BlockPos p_49609_, BlockState p_49610_, Player p_49611_) Block.playerWillDestroy
(Level pLevel, BlockPos pPos, BlockState pState, Player pPlayer) CreakingHeartBlock.playerWillDestroy
(Level p_380319_, BlockPos p_379939_, BlockState p_379928_, Player p_380097_) DecoratedPotBlock.playerWillDestroy
(Level p_273590_, BlockPos p_273343_, BlockState p_272869_, Player p_273002_) DoorBlock.playerWillDestroy
(Level p_52755_, BlockPos p_52756_, BlockState p_52757_, Player p_52758_) DoublePlantBlock.playerWillDestroy
(Level p_52878_, BlockPos p_52879_, BlockState p_52880_, Player p_52881_) ShulkerBoxBlock.playerWillDestroy
(Level p_56212_, BlockPos p_56213_, BlockState p_56214_, Player p_56215_) TntBlock.playerWillDestroy
(Level p_57445_, BlockPos p_57446_, BlockState p_57447_, Player p_57448_) TripWireBlock.playerWillDestroy
(Level p_57615_, BlockPos p_57616_, BlockState p_57617_, Player p_57618_) static BlockState
Block.pushEntitiesUp
(BlockState pOldState, BlockState pNewState, LevelAccessor pLevel, BlockPos pPos) private static BlockState
MultifaceBlock.removeFace
(BlockState pState, BooleanProperty pFaceProp) protected BlockState
AbstractFurnaceBlock.rotate
(BlockState pState, Rotation pRotation) protected BlockState
AmethystClusterBlock.rotate
(BlockState p_152033_, Rotation p_152034_) protected BlockState
AnvilBlock.rotate
(BlockState pState, Rotation pRot) protected BlockState
AttachedStemBlock.rotate
(BlockState pState, Rotation pRot) protected BlockState
BannerBlock.rotate
(BlockState pState, Rotation pRotation) protected BlockState
BarrelBlock.rotate
(BlockState pState, Rotation pRotation) protected BlockState
BaseCoralWallFanBlock.rotate
(BlockState pState, Rotation pRotation) BeehiveBlock.rotate
(BlockState p_304785_, Rotation p_304624_) BellBlock.rotate
(BlockState p_304966_, Rotation p_304463_) CalibratedSculkSensorBlock.rotate
(BlockState p_277545_, Rotation p_277482_) protected BlockState
CampfireBlock.rotate
(BlockState pState, Rotation pRot) protected BlockState
CeilingHangingSignBlock.rotate
(BlockState p_251162_, Rotation p_250515_) protected BlockState
ChestBlock.rotate
(BlockState pState, Rotation pRotation) ChiseledBookShelfBlock.rotate
(BlockState p_288975_, Rotation p_288993_) protected BlockState
CommandBlock.rotate
(BlockState pState, Rotation pRotation) protected BlockState
CrafterBlock.rotate
(BlockState p_307240_, Rotation p_307431_) protected BlockState
CreakingHeartBlock.rotate
(BlockState p_380251_, Rotation p_379529_) protected BlockState
CrossCollisionBlock.rotate
(BlockState pState, Rotation pRot) protected BlockState
DecoratedPotBlock.rotate
(BlockState p_333895_, Rotation p_333806_) protected BlockState
DetectorRailBlock.rotate
(BlockState pState, Rotation pRotation) protected BlockState
DispenserBlock.rotate
(BlockState pState, Rotation pRotation) protected BlockState
DoorBlock.rotate
(BlockState pState, Rotation pRotation) protected BlockState
EnderChestBlock.rotate
(BlockState pState, Rotation pRot) protected BlockState
EndPortalFrameBlock.rotate
(BlockState pState, Rotation pRotation) FlowerBedBlock.rotate
(BlockState p_393932_, Rotation p_394491_) protected BlockState
GrindstoneBlock.rotate
(BlockState pState, Rotation pRotation) protected BlockState
HopperBlock.rotate
(BlockState pState, Rotation pRotation) protected BlockState
HorizontalDirectionalBlock.rotate
(BlockState pState, Rotation pRot) protected BlockState
HugeMushroomBlock.rotate
(BlockState pState, Rotation pRot) protected BlockState
InfestedRotatedPillarBlock.rotate
(BlockState p_153443_, Rotation p_153444_) protected BlockState
JigsawBlock.rotate
(BlockState pState, Rotation pRotation) protected BlockState
LadderBlock.rotate
(BlockState pState, Rotation pRotation) LeafLitterBlock.rotate
(BlockState p_394056_, Rotation p_394157_) protected BlockState
LecternBlock.rotate
(BlockState pState, Rotation pRotation) protected BlockState
MossyCarpetBlock.rotate
(BlockState p_379325_, Rotation p_380164_) protected BlockState
MultifaceBlock.rotate
(BlockState p_153895_, Rotation p_153896_) protected BlockState
NetherPortalBlock.rotate
(BlockState pState, Rotation pRot) protected BlockState
ObserverBlock.rotate
(BlockState pState, Rotation pRot) protected BlockState
PoweredRailBlock.rotate
(BlockState pState, Rotation pRot) protected BlockState
RailBlock.rotate
(BlockState pState, Rotation pRot) protected BlockState
RedstoneWallTorchBlock.rotate
(BlockState pState, Rotation pRotation) protected BlockState
RedStoneWireBlock.rotate
(BlockState pState, Rotation pRotation) protected BlockState
RodBlock.rotate
(BlockState p_154354_, Rotation p_154355_) protected BlockState
RotatedPillarBlock.rotate
(BlockState pState, Rotation pRot) protected BlockState
ShulkerBoxBlock.rotate
(BlockState pState, Rotation pRot) protected BlockState
SkullBlock.rotate
(BlockState pState, Rotation pRotation) protected BlockState
SmallDripleafBlock.rotate
(BlockState p_154622_, Rotation p_154623_) protected BlockState
StairBlock.rotate
(BlockState pState, Rotation pRot) protected BlockState
StandingSignBlock.rotate
(BlockState pState, Rotation pRot) protected BlockState
StonecutterBlock.rotate
(BlockState pState, Rotation pRotation) protected BlockState
TripWireBlock.rotate
(BlockState pState, Rotation pRot) protected BlockState
TripWireHookBlock.rotate
(BlockState pState, Rotation pRotation) VaultBlock.rotate
(BlockState p_324232_, Rotation p_324443_) protected BlockState
VineBlock.rotate
(BlockState pState, Rotation pRotate) protected BlockState
WallBannerBlock.rotate
(BlockState pState, Rotation pRotation) protected BlockState
WallBlock.rotate
(BlockState pState, Rotation pRotation) protected BlockState
WallHangingSignBlock.rotate
(BlockState p_249292_, Rotation p_249867_) protected BlockState
WallSignBlock.rotate
(BlockState pState, Rotation pRotation) protected BlockState
WallSkullBlock.rotate
(BlockState pState, Rotation pRotation) protected BlockState
WallTorchBlock.rotate
(BlockState pState, Rotation pRotation) static BlockState
RotatedPillarBlock.rotatePillar
(BlockState pState, Rotation pRotation) private BlockState
NoteBlock.setInstrument
(LevelReader pLevel, BlockPos pPos, BlockState pState) protected abstract BlockState
BasePressurePlateBlock.setSignalForState
(BlockState pState, int pSignal) Returns the block state that encodes the given signal.protected BlockState
PressurePlateBlock.setSignalForState
(BlockState pState, int pStrength) protected BlockState
WeightedPressurePlateBlock.setSignalForState
(BlockState pState, int pStrength) private BlockState
WallBlock.sideUpdate
(LevelReader pLevel, BlockPos pFirstPos, BlockState pFirstState, BlockPos pSecondPos, BlockState pSecondState, Direction pDir) PointedDripstoneBlock.FluidInfo.sourceState()
Returns the value of thesourceState
record component.EyeblossomBlock.Type.state()
PitcherCropBlock.PosAndState.state()
Returns the value of thestate
record component.static BlockState
Block.stateById
(int pId) private BlockState
WallBlock.topUpdate
(LevelReader pLevel, BlockState pState, BlockPos pPos, BlockState pSecondState) protected BlockState
CaveVinesBlock.updateBodyAfterConvertedFromHead
(BlockState p_152987_, BlockState p_152988_) protected BlockState
GrowingPlantHeadBlock.updateBodyAfterConvertedFromHead
(BlockState pHead, BlockState pBody) protected BlockState
BaseRailBlock.updateDir
(Level pLevel, BlockPos pPos, BlockState pState, boolean pAlwaysPlace) private static BlockState
LeavesBlock.updateDistance
(BlockState pState, LevelAccessor pLevel, BlockPos pPos) static BlockState
Block.updateFromNeighbourShapes
(BlockState pCurrentState, LevelAccessor pLevel, BlockPos pPos) With the provided block state, performs neighbor checks for all neighboring blocks to get an "adjusted" blockstate for placement in the world, if the current state is not valid.protected BlockState
CaveVinesPlantBlock.updateHeadAfterConvertedFromBody
(BlockState p_153028_, BlockState p_153029_) protected BlockState
GrowingPlantBodyBlock.updateHeadAfterConvertedFromBody
(BlockState pHead, BlockState pBody) protected BlockState
AmethystClusterBlock.updateShape
(BlockState p_152036_, LevelReader p_374202_, ScheduledTickAccess p_374490_, BlockPos p_152040_, Direction p_152037_, BlockPos p_152041_, BlockState p_152038_, RandomSource p_374353_) protected BlockState
AttachedStemBlock.updateShape
(BlockState p_48848_, LevelReader p_374143_, ScheduledTickAccess p_374241_, BlockPos p_48852_, Direction p_48849_, BlockPos p_48853_, BlockState p_48850_, RandomSource p_374410_) protected BlockState
BambooSaplingBlock.updateShape
(BlockState p_48990_, LevelReader p_374098_, ScheduledTickAccess p_374342_, BlockPos p_48994_, Direction p_48991_, BlockPos p_48995_, BlockState p_48992_, RandomSource p_374069_) protected BlockState
BambooStalkBlock.updateShape
(BlockState p_261476_, LevelReader p_374219_, ScheduledTickAccess p_374048_, BlockPos p_261876_, Direction p_261512_, BlockPos p_262140_, BlockState p_262167_, RandomSource p_374194_) protected BlockState
BannerBlock.updateShape
(BlockState p_49029_, LevelReader p_374424_, ScheduledTickAccess p_374052_, BlockPos p_49033_, Direction p_49030_, BlockPos p_49034_, BlockState p_49031_, RandomSource p_374142_) protected BlockState
BarrierBlock.updateShape
(BlockState p_296123_, LevelReader p_374369_, ScheduledTickAccess p_374403_, BlockPos p_294499_, Direction p_294509_, BlockPos p_295044_, BlockState p_296367_, RandomSource p_374441_) protected BlockState
BaseCoralPlantTypeBlock.updateShape
(BlockState p_49173_, LevelReader p_374072_, ScheduledTickAccess p_374103_, BlockPos p_49177_, Direction p_49174_, BlockPos p_49178_, BlockState p_49175_, RandomSource p_374124_) protected BlockState
BaseCoralWallFanBlock.updateShape
(BlockState p_49210_, LevelReader p_374317_, ScheduledTickAccess p_374285_, BlockPos p_49214_, Direction p_49211_, BlockPos p_49215_, BlockState p_49212_, RandomSource p_374146_) protected BlockState
BasePressurePlateBlock.updateShape
(BlockState p_49329_, LevelReader p_374394_, ScheduledTickAccess p_374263_, BlockPos p_49333_, Direction p_49330_, BlockPos p_49334_, BlockState p_49331_, RandomSource p_374547_) protected BlockState
BaseRailBlock.updateShape
(BlockState p_152151_, LevelReader p_374498_, ScheduledTickAccess p_374379_, BlockPos p_152155_, Direction p_152152_, BlockPos p_152156_, BlockState p_152153_, RandomSource p_374573_) protected BlockState
BaseTorchBlock.updateShape
(BlockState p_304418_, LevelReader p_374159_, ScheduledTickAccess p_374152_, BlockPos p_304633_, Direction p_304475_, BlockPos p_304603_, BlockState p_304669_, RandomSource p_374111_) protected BlockState
BedBlock.updateShape
(BlockState p_49525_, LevelReader p_374508_, ScheduledTickAccess p_374420_, BlockPos p_49529_, Direction p_49526_, BlockPos p_49530_, BlockState p_49527_, RandomSource p_374423_) protected BlockState
BeehiveBlock.updateShape
(BlockState p_49639_, LevelReader p_374043_, ScheduledTickAccess p_374351_, BlockPos p_49643_, Direction p_49640_, BlockPos p_49644_, BlockState p_49641_, RandomSource p_374258_) protected BlockState
BellBlock.updateShape
(BlockState p_49744_, LevelReader p_374108_, ScheduledTickAccess p_374552_, BlockPos p_49748_, Direction p_49745_, BlockPos p_49749_, BlockState p_49746_, RandomSource p_374282_) protected BlockState
BigDripleafBlock.updateShape
(BlockState p_152293_, LevelReader p_374459_, ScheduledTickAccess p_374181_, BlockPos p_152297_, Direction p_152294_, BlockPos p_152298_, BlockState p_152295_, RandomSource p_374504_) protected BlockState
BigDripleafStemBlock.updateShape
(BlockState p_152369_, LevelReader p_374512_, ScheduledTickAccess p_374089_, BlockPos p_152373_, Direction p_152370_, BlockPos p_152374_, BlockState p_152371_, RandomSource p_374360_) BrushableBlock.updateShape
(BlockState p_277801_, LevelReader p_374239_, ScheduledTickAccess p_374044_, BlockPos p_278111_, Direction p_277455_, BlockPos p_277904_, BlockState p_277832_, RandomSource p_374558_) protected BlockState
BubbleColumnBlock.updateShape
(BlockState p_50990_, LevelReader p_374232_, ScheduledTickAccess p_374471_, BlockPos p_50994_, Direction p_50991_, BlockPos p_50995_, BlockState p_50992_, RandomSource p_374033_) protected BlockState
CactusBlock.updateShape
(BlockState p_51157_, LevelReader p_374196_, ScheduledTickAccess p_374319_, BlockPos p_51161_, Direction p_51158_, BlockPos p_51162_, BlockState p_51159_, RandomSource p_374070_) protected BlockState
CakeBlock.updateShape
(BlockState p_51213_, LevelReader p_374144_, ScheduledTickAccess p_374554_, BlockPos p_51217_, Direction p_51214_, BlockPos p_51218_, BlockState p_51215_, RandomSource p_374177_) protected BlockState
CampfireBlock.updateShape
(BlockState p_51298_, LevelReader p_374562_, ScheduledTickAccess p_374439_, BlockPos p_51302_, Direction p_51299_, BlockPos p_51303_, BlockState p_51300_, RandomSource p_374147_) protected BlockState
CandleBlock.updateShape
(BlockState p_152833_, LevelReader p_374497_, ScheduledTickAccess p_374340_, BlockPos p_152837_, Direction p_152834_, BlockPos p_152838_, BlockState p_152835_, RandomSource p_374318_) protected BlockState
CandleCakeBlock.updateShape
(BlockState p_152898_, LevelReader p_374136_, ScheduledTickAccess p_374358_, BlockPos p_152902_, Direction p_152899_, BlockPos p_152903_, BlockState p_152900_, RandomSource p_374518_) protected BlockState
CarpetBlock.updateShape
(BlockState p_152926_, LevelReader p_374550_, ScheduledTickAccess p_374188_, BlockPos p_152930_, Direction p_152927_, BlockPos p_152931_, BlockState p_152928_, RandomSource p_374375_) protected BlockState
CeilingHangingSignBlock.updateShape
(BlockState p_251270_, LevelReader p_374479_, ScheduledTickAccess p_374489_, BlockPos p_249685_, Direction p_250331_, BlockPos p_251506_, BlockState p_249591_, RandomSource p_374041_) protected BlockState
ChainBlock.updateShape
(BlockState p_51461_, LevelReader p_374312_, ScheduledTickAccess p_374505_, BlockPos p_51465_, Direction p_51462_, BlockPos p_51466_, BlockState p_51463_, RandomSource p_374235_) protected BlockState
ChestBlock.updateShape
(BlockState p_51555_, LevelReader p_374487_, ScheduledTickAccess p_374060_, BlockPos p_51559_, Direction p_51556_, BlockPos p_51560_, BlockState p_51557_, RandomSource p_374212_) protected BlockState
ChorusFlowerBlock.updateShape
(BlockState p_51687_, LevelReader p_374269_, ScheduledTickAccess p_374493_, BlockPos p_51691_, Direction p_51688_, BlockPos p_51692_, BlockState p_51689_, RandomSource p_374130_) protected BlockState
ChorusPlantBlock.updateShape
(BlockState p_51728_, LevelReader p_374320_, ScheduledTickAccess p_374500_, BlockPos p_51732_, Direction p_51729_, BlockPos p_51733_, BlockState p_51730_, RandomSource p_374170_) protected BlockState
CocoaBlock.updateShape
(BlockState p_51771_, LevelReader p_374569_, ScheduledTickAccess p_374118_, BlockPos p_51775_, Direction p_51772_, BlockPos p_51776_, BlockState p_51773_, RandomSource p_374448_) ComparatorBlock.updateShape
(BlockState p_301069_, LevelReader p_374094_, ScheduledTickAccess p_374252_, BlockPos p_301025_, Direction p_301249_, BlockPos p_301045_, BlockState p_301318_, RandomSource p_374228_) protected BlockState
ConcretePowderBlock.updateShape
(BlockState p_52074_, LevelReader p_374245_, ScheduledTickAccess p_374286_, BlockPos p_52078_, Direction p_52075_, BlockPos p_52079_, BlockState p_52076_, RandomSource p_374119_) protected BlockState
ConduitBlock.updateShape
(BlockState p_52111_, LevelReader p_374404_, ScheduledTickAccess p_374238_, BlockPos p_52115_, Direction p_52112_, BlockPos p_52116_, BlockState p_52113_, RandomSource p_374453_) protected BlockState
CoralBlock.updateShape
(BlockState p_52143_, LevelReader p_374246_, ScheduledTickAccess p_374434_, BlockPos p_52147_, Direction p_52144_, BlockPos p_52148_, BlockState p_52145_, RandomSource p_374050_) protected BlockState
CoralFanBlock.updateShape
(BlockState p_52159_, LevelReader p_374555_, ScheduledTickAccess p_374197_, BlockPos p_52163_, Direction p_52160_, BlockPos p_52164_, BlockState p_52161_, RandomSource p_374083_) protected BlockState
CoralPlantBlock.updateShape
(BlockState p_52183_, LevelReader p_374499_, ScheduledTickAccess p_374397_, BlockPos p_52187_, Direction p_52184_, BlockPos p_52188_, BlockState p_52185_, RandomSource p_374079_) protected BlockState
CoralWallFanBlock.updateShape
(BlockState p_52210_, LevelReader p_374445_, ScheduledTickAccess p_374341_, BlockPos p_52214_, Direction p_52211_, BlockPos p_52215_, BlockState p_52212_, RandomSource p_374523_) protected BlockState
CreakingHeartBlock.updateShape
(BlockState p_379552_, LevelReader p_379446_, ScheduledTickAccess p_379318_, BlockPos p_379343_, Direction p_380340_, BlockPos p_380150_, BlockState p_379791_, RandomSource p_379888_) protected BlockState
DecoratedPotBlock.updateShape
(BlockState p_276307_, LevelReader p_374037_, ScheduledTickAccess p_374267_, BlockPos p_276270_, Direction p_276322_, BlockPos p_276312_, BlockState p_276280_, RandomSource p_374464_) protected BlockState
DirtPathBlock.updateShape
(BlockState p_153152_, LevelReader p_374225_, ScheduledTickAccess p_374127_, BlockPos p_153156_, Direction p_153153_, BlockPos p_153157_, BlockState p_153154_, RandomSource p_374236_) protected BlockState
DoorBlock.updateShape
(BlockState p_52796_, LevelReader p_374501_, ScheduledTickAccess p_374380_, BlockPos p_52800_, Direction p_52797_, BlockPos p_52801_, BlockState p_52798_, RandomSource p_374395_) protected BlockState
DoublePlantBlock.updateShape
(BlockState p_52894_, LevelReader p_374107_, ScheduledTickAccess p_374359_, BlockPos p_52898_, Direction p_52895_, BlockPos p_52899_, BlockState p_52896_, RandomSource p_374454_) protected BlockState
EnderChestBlock.updateShape
(BlockState p_53160_, LevelReader p_374322_, ScheduledTickAccess p_374149_, BlockPos p_53164_, Direction p_53161_, BlockPos p_53165_, BlockState p_53162_, RandomSource p_374199_) protected BlockState
FaceAttachedHorizontalDirectionalBlock.updateShape
(BlockState p_53190_, LevelReader p_374233_, ScheduledTickAccess p_374169_, BlockPos p_53194_, Direction p_53191_, BlockPos p_53195_, BlockState p_53192_, RandomSource p_374040_) protected BlockState
FallingBlock.updateShape
(BlockState p_53226_, LevelReader p_374327_, ScheduledTickAccess p_374521_, BlockPos p_53230_, Direction p_53227_, BlockPos p_53231_, BlockState p_53228_, RandomSource p_374287_) protected BlockState
FarmBlock.updateShape
(BlockState p_53276_, LevelReader p_374411_, ScheduledTickAccess p_374221_, BlockPos p_53280_, Direction p_53277_, BlockPos p_53281_, BlockState p_53278_, RandomSource p_374244_) protected BlockState
FenceBlock.updateShape
(BlockState p_53323_, LevelReader p_374492_, ScheduledTickAccess p_374576_, BlockPos p_53327_, Direction p_53324_, BlockPos p_53328_, BlockState p_53325_, RandomSource p_374530_) protected BlockState
FenceGateBlock.updateShape
(BlockState p_53382_, LevelReader p_374250_, ScheduledTickAccess p_374455_, BlockPos p_53386_, Direction p_53383_, BlockPos p_53387_, BlockState p_53384_, RandomSource p_374522_) protected BlockState
FireBlock.updateShape
(BlockState p_53458_, LevelReader p_374288_, ScheduledTickAccess p_374582_, BlockPos p_53462_, Direction p_53459_, BlockPos p_53463_, BlockState p_53460_, RandomSource p_374484_) protected BlockState
FlowerPotBlock.updateShape
(BlockState p_53547_, LevelReader p_374311_, ScheduledTickAccess p_374506_, BlockPos p_53551_, Direction p_53548_, BlockPos p_53552_, BlockState p_53549_, RandomSource p_374435_) protected BlockState
FrogspawnBlock.updateShape
(BlockState p_221213_, LevelReader p_374087_, ScheduledTickAccess p_374429_, BlockPos p_221217_, Direction p_221214_, BlockPos p_221218_, BlockState p_221215_, RandomSource p_374092_) protected BlockState
GrowingPlantBodyBlock.updateShape
(BlockState p_53913_, LevelReader p_374366_, ScheduledTickAccess p_374173_, BlockPos p_53917_, Direction p_53914_, BlockPos p_53918_, BlockState p_53915_, RandomSource p_374442_) protected BlockState
GrowingPlantHeadBlock.updateShape
(BlockState p_53951_, LevelReader p_374080_, ScheduledTickAccess p_374450_, BlockPos p_53955_, Direction p_53952_, BlockPos p_53956_, BlockState p_53953_, RandomSource p_374560_) protected BlockState
HangingMossBlock.updateShape
(BlockState p_380182_, LevelReader p_380219_, ScheduledTickAccess p_380011_, BlockPos p_380024_, Direction p_380101_, BlockPos p_380258_, BlockState p_379654_, RandomSource p_379547_) protected BlockState
HangingRootsBlock.updateShape
(BlockState p_153351_, LevelReader p_374138_, ScheduledTickAccess p_374229_, BlockPos p_153355_, Direction p_153352_, BlockPos p_153356_, BlockState p_153353_, RandomSource p_374467_) protected BlockState
HeavyCoreBlock.updateShape
(BlockState p_338756_, LevelReader p_374371_, ScheduledTickAccess p_374063_, BlockPos p_338346_, Direction p_338189_, BlockPos p_338401_, BlockState p_338723_, RandomSource p_374262_) protected BlockState
HugeMushroomBlock.updateShape
(BlockState p_54146_, LevelReader p_374323_, ScheduledTickAccess p_374514_, BlockPos p_54150_, Direction p_54147_, BlockPos p_54151_, BlockState p_54148_, RandomSource p_374091_) protected BlockState
IronBarsBlock.updateShape
(BlockState p_54211_, LevelReader p_374527_, ScheduledTickAccess p_374556_, BlockPos p_54215_, Direction p_54212_, BlockPos p_54216_, BlockState p_54213_, RandomSource p_374254_) protected BlockState
LadderBlock.updateShape
(BlockState p_54363_, LevelReader p_374096_, ScheduledTickAccess p_374237_, BlockPos p_54367_, Direction p_54364_, BlockPos p_54368_, BlockState p_54365_, RandomSource p_374476_) protected BlockState
LanternBlock.updateShape
(BlockState p_153483_, LevelReader p_374491_, ScheduledTickAccess p_374260_, BlockPos p_153487_, Direction p_153484_, BlockPos p_153488_, BlockState p_153485_, RandomSource p_374175_) protected BlockState
LeavesBlock.updateShape
(BlockState p_54440_, LevelReader p_374064_, ScheduledTickAccess p_374538_, BlockPos p_54444_, Direction p_54441_, BlockPos p_54445_, BlockState p_54442_, RandomSource p_374122_) protected BlockState
LightBlock.updateShape
(BlockState p_153680_, LevelReader p_374432_, ScheduledTickAccess p_374195_, BlockPos p_153684_, Direction p_153681_, BlockPos p_153685_, BlockState p_153682_, RandomSource p_374328_) protected BlockState
LightningRodBlock.updateShape
(BlockState p_153739_, LevelReader p_374261_, ScheduledTickAccess p_374456_, BlockPos p_153743_, Direction p_153740_, BlockPos p_153744_, BlockState p_153741_, RandomSource p_374086_) protected BlockState
LiquidBlock.updateShape
(BlockState p_54723_, LevelReader p_374418_, ScheduledTickAccess p_374542_, BlockPos p_54727_, Direction p_54724_, BlockPos p_54728_, BlockState p_54725_, RandomSource p_374563_) protected BlockState
MagmaBlock.updateShape
(BlockState p_54811_, LevelReader p_374494_, ScheduledTickAccess p_374388_, BlockPos p_54815_, Direction p_54812_, BlockPos p_54816_, BlockState p_54813_, RandomSource p_374472_) protected BlockState
MangrovePropaguleBlock.updateShape
(BlockState p_221477_, LevelReader p_374145_, ScheduledTickAccess p_374362_, BlockPos p_221481_, Direction p_221478_, BlockPos p_221482_, BlockState p_221479_, RandomSource p_374203_) protected BlockState
MangroveRootsBlock.updateShape
(BlockState p_221514_, LevelReader p_374345_, ScheduledTickAccess p_374139_, BlockPos p_221518_, Direction p_221515_, BlockPos p_221519_, BlockState p_221516_, RandomSource p_374100_) protected BlockState
MossyCarpetBlock.updateShape
(BlockState p_379698_, LevelReader p_379600_, ScheduledTickAccess p_380394_, BlockPos p_380051_, Direction p_380408_, BlockPos p_380380_, BlockState p_379613_, RandomSource p_379309_) protected BlockState
MultifaceBlock.updateShape
(BlockState p_153904_, LevelReader p_374463_, ScheduledTickAccess p_374073_, BlockPos p_153908_, Direction p_153905_, BlockPos p_153909_, BlockState p_153906_, RandomSource p_374390_) protected BlockState
NetherPortalBlock.updateShape
(BlockState p_54928_, LevelReader p_374413_, ScheduledTickAccess p_374339_, BlockPos p_54932_, Direction p_54929_, BlockPos p_54933_, BlockState p_54930_, RandomSource p_374242_) protected BlockState
NoteBlock.updateShape
(BlockState p_55048_, LevelReader p_374298_, ScheduledTickAccess p_374153_, BlockPos p_55052_, Direction p_55049_, BlockPos p_55053_, BlockState p_55050_, RandomSource p_374540_) protected BlockState
ObserverBlock.updateShape
(BlockState p_55118_, LevelReader p_374557_, ScheduledTickAccess p_374458_, BlockPos p_55122_, Direction p_55119_, BlockPos p_55123_, BlockState p_55120_, RandomSource p_374161_) PitcherCropBlock.updateShape
(BlockState p_277518_, LevelReader p_374059_, ScheduledTickAccess p_374076_, BlockPos p_277982_, Direction p_277700_, BlockPos p_278106_, BlockState p_277660_, RandomSource p_374409_) protected BlockState
PointedDripstoneBlock.updateShape
(BlockState p_154147_, LevelReader p_374104_, ScheduledTickAccess p_374078_, BlockPos p_154151_, Direction p_154148_, BlockPos p_154152_, BlockState p_154149_, RandomSource p_374393_) protected BlockState
RedstoneWallTorchBlock.updateShape
(BlockState p_55772_, LevelReader p_374227_, ScheduledTickAccess p_374302_, BlockPos p_55776_, Direction p_55773_, BlockPos p_55777_, BlockState p_55774_, RandomSource p_374372_) protected BlockState
RedStoneWireBlock.updateShape
(BlockState p_55598_, LevelReader p_374191_, ScheduledTickAccess p_374077_, BlockPos p_55602_, Direction p_55599_, BlockPos p_55603_, BlockState p_55600_, RandomSource p_374364_) protected BlockState
RepeaterBlock.updateShape
(BlockState p_55821_, LevelReader p_374255_, ScheduledTickAccess p_374035_, BlockPos p_55825_, Direction p_55822_, BlockPos p_55826_, BlockState p_55823_, RandomSource p_374140_) protected BlockState
ScaffoldingBlock.updateShape
(BlockState p_56044_, LevelReader p_374031_, ScheduledTickAccess p_374303_, BlockPos p_56048_, Direction p_56045_, BlockPos p_56049_, BlockState p_56046_, RandomSource p_374574_) protected BlockState
SculkSensorBlock.updateShape
(BlockState p_154457_, LevelReader p_374292_, ScheduledTickAccess p_374575_, BlockPos p_154461_, Direction p_154458_, BlockPos p_154462_, BlockState p_154459_, RandomSource p_374248_) protected BlockState
SculkShriekerBlock.updateShape
(BlockState p_222204_, LevelReader p_374289_, ScheduledTickAccess p_374095_, BlockPos p_222208_, Direction p_222205_, BlockPos p_222209_, BlockState p_222206_, RandomSource p_374058_) protected BlockState
SeagrassBlock.updateShape
(BlockState p_154530_, LevelReader p_374421_, ScheduledTickAccess p_374071_, BlockPos p_154534_, Direction p_154531_, BlockPos p_154535_, BlockState p_154532_, RandomSource p_374406_) protected BlockState
SeaPickleBlock.updateShape
(BlockState p_56113_, LevelReader p_374408_, ScheduledTickAccess p_374099_, BlockPos p_56117_, Direction p_56114_, BlockPos p_56118_, BlockState p_56115_, RandomSource p_374294_) protected BlockState
SignBlock.updateShape
(BlockState p_56285_, LevelReader p_374509_, ScheduledTickAccess p_374520_, BlockPos p_56289_, Direction p_56286_, BlockPos p_56290_, BlockState p_56287_, RandomSource p_374213_) protected BlockState
SlabBlock.updateShape
(BlockState p_56381_, LevelReader p_374541_, ScheduledTickAccess p_374470_, BlockPos p_56385_, Direction p_56382_, BlockPos p_56386_, BlockState p_56383_, RandomSource p_374101_) protected BlockState
SmallDripleafBlock.updateShape
(BlockState p_154625_, LevelReader p_374488_, ScheduledTickAccess p_374525_, BlockPos p_154629_, Direction p_154626_, BlockPos p_154630_, BlockState p_154627_, RandomSource p_374277_) protected BlockState
SnowLayerBlock.updateShape
(BlockState p_56606_, LevelReader p_374469_, ScheduledTickAccess p_374526_, BlockPos p_56610_, Direction p_56607_, BlockPos p_56611_, BlockState p_56608_, RandomSource p_374113_) protected BlockState
SnowyDirtBlock.updateShape
(BlockState p_56644_, LevelReader p_374564_, ScheduledTickAccess p_374201_, BlockPos p_56648_, Direction p_56645_, BlockPos p_56649_, BlockState p_56646_, RandomSource p_374447_) protected BlockState
SoulFireBlock.updateShape
(BlockState p_56659_, LevelReader p_374511_, ScheduledTickAccess p_374567_, BlockPos p_56663_, Direction p_56660_, BlockPos p_56664_, BlockState p_56661_, RandomSource p_374480_) protected BlockState
SoulSandBlock.updateShape
(BlockState p_56689_, LevelReader p_374561_, ScheduledTickAccess p_374416_, BlockPos p_56693_, Direction p_56690_, BlockPos p_56694_, BlockState p_56691_, RandomSource p_374114_) protected BlockState
SporeBlossomBlock.updateShape
(BlockState p_154713_, LevelReader p_374047_, ScheduledTickAccess p_374543_, BlockPos p_154717_, Direction p_154714_, BlockPos p_154718_, BlockState p_154715_, RandomSource p_374461_) protected BlockState
StairBlock.updateShape
(BlockState p_56925_, LevelReader p_374183_, ScheduledTickAccess p_374352_, BlockPos p_56929_, Direction p_56926_, BlockPos p_56930_, BlockState p_56927_, RandomSource p_374581_) protected BlockState
StandingSignBlock.updateShape
(BlockState p_57005_, LevelReader p_374220_, ScheduledTickAccess p_374377_, BlockPos p_57009_, Direction p_57006_, BlockPos p_57010_, BlockState p_57007_, RandomSource p_374251_) protected BlockState
SugarCaneBlock.updateShape
(BlockState p_57179_, LevelReader p_374168_, ScheduledTickAccess p_374217_, BlockPos p_57183_, Direction p_57180_, BlockPos p_57184_, BlockState p_57181_, RandomSource p_374240_) protected BlockState
TrapDoorBlock.updateShape
(BlockState p_57554_, LevelReader p_374386_, ScheduledTickAccess p_374038_, BlockPos p_57558_, Direction p_57555_, BlockPos p_57559_, BlockState p_57556_, RandomSource p_374093_) protected BlockState
TripWireBlock.updateShape
(BlockState p_57645_, LevelReader p_374437_, ScheduledTickAccess p_374214_, BlockPos p_57649_, Direction p_57646_, BlockPos p_57650_, BlockState p_57647_, RandomSource p_374065_) protected BlockState
TripWireHookBlock.updateShape
(BlockState p_57731_, LevelReader p_374415_, ScheduledTickAccess p_374046_, BlockPos p_57735_, Direction p_57732_, BlockPos p_57736_, BlockState p_57733_, RandomSource p_374155_) protected BlockState
VegetationBlock.updateShape
(BlockState p_401118_, LevelReader p_401198_, ScheduledTickAccess p_401107_, BlockPos p_401142_, Direction p_401236_, BlockPos p_401082_, BlockState p_401336_, RandomSource p_401169_) protected BlockState
VineBlock.updateShape
(BlockState p_57875_, LevelReader p_374150_, ScheduledTickAccess p_374192_, BlockPos p_57879_, Direction p_57876_, BlockPos p_57880_, BlockState p_57877_, RandomSource p_374278_) protected BlockState
WallBannerBlock.updateShape
(BlockState p_57935_, LevelReader p_374553_, ScheduledTickAccess p_374106_, BlockPos p_57939_, Direction p_57936_, BlockPos p_57940_, BlockState p_57937_, RandomSource p_374162_) protected BlockState
WallBlock.updateShape
(BlockState p_58014_, LevelReader p_374577_, ScheduledTickAccess p_374176_, BlockPos p_58018_, Direction p_58015_, BlockPos p_58019_, BlockState p_58016_, RandomSource p_374535_) private BlockState
WallBlock.updateShape
(LevelReader pLevel, BlockState pState, BlockPos pPos, BlockState pNeighbour, boolean pNorthConnection, boolean pEastConnection, boolean pSouthConnection, boolean pWestConnection) protected BlockState
WallHangingSignBlock.updateShape
(BlockState p_249879_, LevelReader p_374368_, ScheduledTickAccess p_374179_, BlockPos p_252327_, Direction p_249939_, BlockPos p_251853_, BlockState p_250767_, RandomSource p_374570_) protected BlockState
WallSignBlock.updateShape
(BlockState p_58083_, LevelReader p_374417_, ScheduledTickAccess p_374151_, BlockPos p_58087_, Direction p_58084_, BlockPos p_58088_, BlockState p_58085_, RandomSource p_374032_) protected BlockState
WallTorchBlock.updateShape
(BlockState p_58143_, LevelReader p_374329_, ScheduledTickAccess p_374207_, BlockPos p_58147_, Direction p_58144_, BlockPos p_58148_, BlockState p_58145_, RandomSource p_374234_) protected BlockState
WaterloggedTransparentBlock.updateShape
(BlockState p_313906_, LevelReader p_374178_, ScheduledTickAccess p_374293_, BlockPos p_313842_, Direction p_313739_, BlockPos p_313843_, BlockState p_313829_, RandomSource p_374433_) private BlockState
WallBlock.updateSides
(BlockState pState, boolean pNorthConnection, boolean pEastConnection, boolean pSouthConnection, boolean pWestConnection, VoxelShape pWallShape) protected BlockState
BaseRailBlock.updateState
(BlockState pState, Level pLevel, BlockPos pPos, boolean pMovedByPiston) private static BlockState
CreakingHeartBlock.updateState
(BlockState pState, Level pLevel, BlockPos pPos) final BlockState
Block.withPropertiesOf
(BlockState pState) Methods in net.minecraft.world.level.block that return types with arguments of type BlockStateModifier and TypeMethodDescriptionstatic ToIntFunction
<BlockState> CaveVines.emission
(int pBerries) static ToIntFunction
<BlockState> GlowLichenBlock.emission
(int pLight) ChangeOverTimeBlock.getNext
(BlockState pState) default Optional
<BlockState> WeatheringCopper.getNext
(BlockState p_154893_) default Optional
<BlockState> ChangeOverTimeBlock.getNextState
(BlockState pState, ServerLevel pLevel, BlockPos pPos, RandomSource pRandom) static Optional
<BlockState> WeatheringCopper.getPrevious
(BlockState pState) default Function
<BlockState, VoxelShape> SegmentableBlock.getShapeCalculator
(EnumProperty<Direction> pDirectionProperty, IntegerProperty pAmountProperty) protected Function
<BlockState, VoxelShape> Block.getShapeForEachState
(Function<BlockState, VoxelShape> pShapeGetter) protected Function
<BlockState, VoxelShape> Block.getShapeForEachState
(Function<BlockState, VoxelShape> pShapeGetter, Property<?>... pProperties) Block.getStateDefinition()
private static ToIntFunction
<BlockState> Blocks.litBlockEmission
(int pLightValue) private Function
<BlockState, VoxelShape> BigDripleafBlock.makeShapes()
private Function
<BlockState, VoxelShape> ButtonBlock.makeShapes()
protected Function
<BlockState, VoxelShape> CrossCollisionBlock.makeShapes
(float pNodeWidth, float pExtensionWidth, float pNodeHeight, float pExtensionBottom, float pExtensionHeight) private Function
<BlockState, VoxelShape> FireBlock.makeShapes()
private Function
<BlockState, VoxelShape> FlowerBedBlock.makeShapes()
private Function
<BlockState, VoxelShape> GrindstoneBlock.makeShapes()
private Function
<BlockState, VoxelShape> HopperBlock.makeShapes
(VoxelShape pShape) private Function
<BlockState, VoxelShape> LeafLitterBlock.makeShapes()
private Function
<BlockState, VoxelShape> LeverBlock.makeShapes()
MossyCarpetBlock.makeShapes()
private Function
<BlockState, VoxelShape> MultifaceBlock.makeShapes()
private Function
<BlockState, VoxelShape> PipeBlock.makeShapes
(float pApothem) private Function
<BlockState, VoxelShape> PitcherCropBlock.makeShapes()
private Function
<BlockState, VoxelShape> RedStoneWireBlock.makeShapes()
private Function
<BlockState, VoxelShape> VineBlock.makeShapes()
private Function
<BlockState, VoxelShape> WallBlock.makeShapes
(float pHeight, float pWidth) private static Function
<BlockState, MapColor> Blocks.waterloggedMapColor
(MapColor pUnwaterloggedMapColor) Methods in net.minecraft.world.level.block with parameters of type BlockStateModifier and TypeMethodDescriptionvoid
SculkSensorBlock.activate
(Entity pEntity, Level pLevel, BlockPos pPos, BlockState pState, int pPower, int pFrequency) (package private) static BlockState
ComposterBlock.addItem
(Entity pEntity, BlockState pState, LevelAccessor pLevel, BlockPos pPos, ItemStack pStack) void
SaplingBlock.advanceTree
(ServerLevel pLevel, BlockPos pPos, BlockState pState, RandomSource pRandom) protected void
AbstractCauldronBlock.affectNeighborsAfterRemoval
(BlockState p_394424_, ServerLevel p_394241_, BlockPos p_393520_, boolean p_394545_) protected void
AbstractFurnaceBlock.affectNeighborsAfterRemoval
(BlockState p_393619_, ServerLevel p_394633_, BlockPos p_393784_, boolean p_393627_) protected void
BarrelBlock.affectNeighborsAfterRemoval
(BlockState p_393681_, ServerLevel p_394632_, BlockPos p_394133_, boolean p_394282_) protected void
BasePressurePlateBlock.affectNeighborsAfterRemoval
(BlockState p_394236_, ServerLevel p_394295_, BlockPos p_393547_, boolean p_394138_) protected void
BaseRailBlock.affectNeighborsAfterRemoval
(BlockState p_393821_, ServerLevel p_394170_, BlockPos p_394092_, boolean p_393869_) protected void
BrewingStandBlock.affectNeighborsAfterRemoval
(BlockState p_393668_, ServerLevel p_394144_, BlockPos p_393813_, boolean p_394308_) protected void
ButtonBlock.affectNeighborsAfterRemoval
(BlockState p_394009_, ServerLevel p_394160_, BlockPos p_394096_, boolean p_393730_) protected void
ChestBlock.affectNeighborsAfterRemoval
(BlockState p_393880_, ServerLevel p_393720_, BlockPos p_394177_, boolean p_394178_) protected void
ChiseledBookShelfBlock.affectNeighborsAfterRemoval
(BlockState p_394006_, ServerLevel p_394108_, BlockPos p_394432_, boolean p_393697_) protected void
ComposterBlock.affectNeighborsAfterRemoval
(BlockState p_394424_, ServerLevel p_394241_, BlockPos p_393520_, boolean p_394545_) protected void
CrafterBlock.affectNeighborsAfterRemoval
(BlockState p_393684_, ServerLevel p_393956_, BlockPos p_394624_, boolean p_394348_) protected void
CreakingHeartBlock.affectNeighborsAfterRemoval
(BlockState p_393635_, ServerLevel p_394550_, BlockPos p_394080_, boolean p_394343_) protected void
DecoratedPotBlock.affectNeighborsAfterRemoval
(BlockState p_394575_, ServerLevel p_393957_, BlockPos p_393972_, boolean p_393685_) protected void
DiodeBlock.affectNeighborsAfterRemoval
(BlockState p_394602_, ServerLevel p_394501_, BlockPos p_394572_, boolean p_393902_) protected void
DispenserBlock.affectNeighborsAfterRemoval
(BlockState p_393538_, ServerLevel p_394459_, BlockPos p_394052_, boolean p_394019_) protected void
HopperBlock.affectNeighborsAfterRemoval
(BlockState p_393723_, ServerLevel p_393834_, BlockPos p_394230_, boolean p_394190_) protected void
JukeboxBlock.affectNeighborsAfterRemoval
(BlockState p_394657_, ServerLevel p_393637_, BlockPos p_394442_, boolean p_394460_) protected void
LecternBlock.affectNeighborsAfterRemoval
(BlockState p_394224_, ServerLevel p_394158_, BlockPos p_393759_, boolean p_393736_) protected void
LeverBlock.affectNeighborsAfterRemoval
(BlockState p_394661_, ServerLevel p_394153_, BlockPos p_394342_, boolean p_393487_) protected void
LightningRodBlock.affectNeighborsAfterRemoval
(BlockState p_394444_, ServerLevel p_394662_, BlockPos p_394106_, boolean p_394227_) protected void
ObserverBlock.affectNeighborsAfterRemoval
(BlockState p_393998_, ServerLevel p_394664_, BlockPos p_394449_, boolean p_394257_) protected void
RedstoneTorchBlock.affectNeighborsAfterRemoval
(BlockState p_393663_, ServerLevel p_394074_, BlockPos p_393851_, boolean p_393740_) protected void
RedStoneWireBlock.affectNeighborsAfterRemoval
(BlockState p_393608_, ServerLevel p_393706_, BlockPos p_394400_, boolean p_393564_) protected void
SculkSensorBlock.affectNeighborsAfterRemoval
(BlockState p_393931_, ServerLevel p_394552_, BlockPos p_394037_, boolean p_393527_) protected void
ShulkerBoxBlock.affectNeighborsAfterRemoval
(BlockState p_393743_, ServerLevel p_394398_, BlockPos p_393898_, boolean p_394318_) protected void
TripWireBlock.affectNeighborsAfterRemoval
(BlockState p_394298_, ServerLevel p_393642_, BlockPos p_393978_, boolean p_393483_) protected void
TripWireHookBlock.affectNeighborsAfterRemoval
(BlockState p_393497_, ServerLevel p_393954_, BlockPos p_394068_, boolean p_394288_) private static boolean
Blocks.always
(BlockState pState, BlockGetter pBlockGetter, BlockPos pPos) static Boolean
Blocks.always
(BlockState pState, BlockGetter pLevel, BlockPos pPos, EntityType<?> pEntity) void
AbstractCandleBlock.animateTick
(BlockState p_220697_, Level p_220698_, BlockPos p_220699_, RandomSource p_220700_) void
BaseFireBlock.animateTick
(BlockState p_220763_, Level p_220764_, BlockPos p_220765_, RandomSource p_220766_) void
BeehiveBlock.animateTick
(BlockState p_220773_, Level p_220774_, BlockPos p_220775_, RandomSource p_220776_) void
BlastFurnaceBlock.animateTick
(BlockState p_220818_, Level p_220819_, BlockPos p_220820_, RandomSource p_220821_) void
Block.animateTick
(BlockState pState, Level pLevel, BlockPos pPos, RandomSource pRandom) Called periodically clientside on blocks near the player to show effects (like furnace fire particles).void
BrewingStandBlock.animateTick
(BlockState p_220883_, Level p_220884_, BlockPos p_220885_, RandomSource p_220886_) void
BrushableBlock.animateTick
(BlockState p_277390_, Level p_277525_, BlockPos p_278107_, RandomSource p_277574_) void
BubbleColumnBlock.animateTick
(BlockState p_220893_, Level p_220894_, BlockPos p_220895_, RandomSource p_220896_) void
CampfireBlock.animateTick
(BlockState p_220918_, Level p_220919_, BlockPos p_220920_, RandomSource p_220921_) void
CreakingHeartBlock.animateTick
(BlockState p_379556_, Level p_379594_, BlockPos p_379297_, RandomSource p_379301_) void
CryingObsidianBlock.animateTick
(BlockState p_221055_, Level p_221056_, BlockPos p_221057_, RandomSource p_221058_) void
DryVegetationBlock.animateTick
(BlockState p_401875_, Level p_401809_, BlockPos p_401789_, RandomSource p_401918_) void
EnchantingTableBlock.animateTick
(BlockState p_341263_, Level p_341303_, BlockPos p_340983_, RandomSource p_341147_) void
EnderChestBlock.animateTick
(BlockState p_221117_, Level p_221118_, BlockPos p_221119_, RandomSource p_221120_) void
EndGatewayBlock.animateTick
(BlockState p_221097_, Level p_221098_, BlockPos p_221099_, RandomSource p_221100_) void
EndPortalBlock.animateTick
(BlockState p_221102_, Level p_221103_, BlockPos p_221104_, RandomSource p_221105_) void
EndRodBlock.animateTick
(BlockState p_221107_, Level p_221108_, BlockPos p_221109_, RandomSource p_221110_) void
EyeblossomBlock.animateTick
(BlockState p_382850_, Level p_382933_, BlockPos p_382838_, RandomSource p_383190_) void
FallingBlock.animateTick
(BlockState p_221129_, Level p_221130_, BlockPos p_221131_, RandomSource p_221132_) void
FireflyBushBlock.animateTick
(BlockState p_401358_, Level p_401092_, BlockPos p_401110_, RandomSource p_401309_) void
FurnaceBlock.animateTick
(BlockState p_221253_, Level p_221254_, BlockPos p_221255_, RandomSource p_221256_) void
HangingMossBlock.animateTick
(BlockState p_379410_, Level p_379865_, BlockPos p_379365_, RandomSource p_380130_) void
LeavesBlock.animateTick
(BlockState p_221374_, Level p_221375_, BlockPos p_221376_, RandomSource p_221377_) void
LeverBlock.animateTick
(BlockState p_221395_, Level p_221396_, BlockPos p_221397_, RandomSource p_221398_) void
LightningRodBlock.animateTick
(BlockState p_221405_, Level p_221406_, BlockPos p_221407_, RandomSource p_221408_) void
MyceliumBlock.animateTick
(BlockState p_221789_, Level p_221790_, BlockPos p_221791_, RandomSource p_221792_) void
NetherPortalBlock.animateTick
(BlockState p_221794_, Level p_221795_, BlockPos p_221796_, RandomSource p_221797_) void
PointedDripstoneBlock.animateTick
(BlockState p_221870_, Level p_221871_, BlockPos p_221872_, RandomSource p_221873_) void
RedStoneOreBlock.animateTick
(BlockState p_221913_, Level p_221914_, BlockPos p_221915_, RandomSource p_221916_) void
RedstoneTorchBlock.animateTick
(BlockState p_221954_, Level p_221955_, BlockPos p_221956_, RandomSource p_221957_) void
RedstoneWallTorchBlock.animateTick
(BlockState p_221959_, Level p_221960_, BlockPos p_221961_, RandomSource p_221962_) void
RedStoneWireBlock.animateTick
(BlockState p_221932_, Level p_221933_, BlockPos p_221934_, RandomSource p_221935_) void
RepeaterBlock.animateTick
(BlockState p_221964_, Level p_221965_, BlockPos p_221966_, RandomSource p_221967_) void
RespawnAnchorBlock.animateTick
(BlockState p_221969_, Level p_221970_, BlockPos p_221971_, RandomSource p_221972_) void
SandBlock.animateTick
(BlockState p_401157_, Level p_401385_, BlockPos p_401240_, RandomSource p_401370_) void
SculkSensorBlock.animateTick
(BlockState p_222148_, Level p_222149_, BlockPos p_222150_, RandomSource p_222151_) void
SmokerBlock.animateTick
(BlockState p_222443_, Level p_222444_, BlockPos p_222445_, RandomSource p_222446_) void
SporeBlossomBlock.animateTick
(BlockState p_222503_, Level p_222504_, BlockPos p_222505_, RandomSource p_222506_) void
TerracottaBlock.animateTick
(BlockState p_401378_, Level p_401424_, BlockPos p_401051_, RandomSource p_401214_) void
TorchBlock.animateTick
(BlockState p_222593_, Level p_222594_, BlockPos p_222595_, RandomSource p_222596_) void
WallTorchBlock.animateTick
(BlockState p_222660_, Level p_222661_, BlockPos p_222662_, RandomSource p_222663_) void
WetSpongeBlock.animateTick
(BlockState p_222682_, Level p_222683_, BlockPos p_222684_, RandomSource p_222685_) void
WitherRoseBlock.animateTick
(BlockState p_222687_, Level p_222688_, BlockPos p_222689_, RandomSource p_222690_) final boolean
IronBarsBlock.attachsTo
(BlockState pState, boolean pSolidSide) protected void
DragonEggBlock.attack
(BlockState pState, Level pLevel, BlockPos pPos, Player pPlayer) protected void
NoteBlock.attack
(BlockState pState, Level pLevel, BlockPos pPos, Player pPlayer) protected void
RedStoneOreBlock.attack
(BlockState pState, Level pLevel, BlockPos pPos, Player pPlayer) default boolean
SculkBehaviour.attemptSpreadVein
(LevelAccessor pLevel, BlockPos pPos, BlockState pState, Collection<Direction> pDirections, boolean pMarkForPostprocessing) MultifaceBlock.availableFaces
(BlockState pState) private int
ComparatorBlock.calculateOutputSignal
(Level pLevel, BlockPos pPos, BlockState pState) static void
TripWireHookBlock.calculateState
(Level pLevel, BlockPos pPos, BlockState pHookState, boolean pAttaching, boolean pShouldNotifyNeighbours, int pSearchRange, BlockState pState) static boolean
SculkSensorBlock.canActivate
(BlockState pState) protected boolean
GrowingPlantBlock.canAttachTo
(BlockState pState) protected boolean
KelpBlock.canAttachTo
(BlockState p_153455_) protected boolean
KelpPlantBlock.canAttachTo
(BlockState p_153457_) static boolean
MultifaceBlock.canAttachTo
(BlockGetter pLevel, Direction pDirection, BlockPos pPos, BlockState pState) boolean
WallHangingSignBlock.canAttachTo
(LevelReader pLevel, BlockState pState, BlockPos pPos, Direction pDirection) private static boolean
RespawnAnchorBlock.canBeCharged
(BlockState pState) private static boolean
SpreadingSnowyDirtBlock.canBeGrass
(BlockState pState, LevelReader pLevelReader, BlockPos pPos) protected boolean
AbstractCandleBlock.canBeLit
(BlockState pState) protected boolean
CandleBlock.canBeLit
(BlockState p_152842_) private static boolean
NyliumBlock.canBeNylium
(BlockState pState, LevelReader pReader, BlockPos pPos) protected boolean
CandleBlock.canBeReplaced
(BlockState p_152814_, BlockPlaceContext p_152815_) protected boolean
EndGatewayBlock.canBeReplaced
(BlockState pState, Fluid pFluid) protected boolean
EndPortalBlock.canBeReplaced
(BlockState pState, Fluid pFluid) boolean
FlowerBedBlock.canBeReplaced
(BlockState p_393549_, BlockPlaceContext p_393927_) protected boolean
GrowingPlantBodyBlock.canBeReplaced
(BlockState pState, BlockPlaceContext pUseContext) boolean
LeafLitterBlock.canBeReplaced
(BlockState p_394494_, BlockPlaceContext p_393674_) protected boolean
MultifaceBlock.canBeReplaced
(BlockState p_153848_, BlockPlaceContext p_153849_) boolean
PitcherCropBlock.canBeReplaced
(BlockState p_277627_, BlockPlaceContext p_277759_) protected boolean
ScaffoldingBlock.canBeReplaced
(BlockState pState, BlockPlaceContext pUseContext) protected boolean
SeaPickleBlock.canBeReplaced
(BlockState pState, BlockPlaceContext pUseContext) default boolean
SegmentableBlock.canBeReplaced
(BlockState pState, BlockPlaceContext pContext, IntegerProperty pAmountProperty) protected boolean
SlabBlock.canBeReplaced
(BlockState pState, BlockPlaceContext pUseContext) protected boolean
SnowLayerBlock.canBeReplaced
(BlockState pState, BlockPlaceContext pUseContext) protected boolean
TurtleEggBlock.canBeReplaced
(BlockState pState, BlockPlaceContext pUseContext) protected boolean
VineBlock.canBeReplaced
(BlockState pState, BlockPlaceContext pUseContext) protected abstract boolean
BaseFireBlock.canBurn
(BlockState pState) protected boolean
FireBlock.canBurn
(BlockState pState) Deprecated.protected boolean
SoulFireBlock.canBurn
(BlockState pState) static boolean
BuddingAmethystBlock.canClusterGrowAtState
(BlockState pState) static boolean
PointedDripstoneBlock.canDrip
(BlockState pState) private static boolean
PointedDripstoneBlock.canDripThrough
(BlockGetter pLevel, BlockPos pPos, BlockState pState) private static boolean
BubbleColumnBlock.canExistIn
(BlockState pBlockState) private boolean
PitcherCropBlock.canGrow
(LevelReader pReader, BlockPos pPos, BlockState pState, int pAge) private static boolean
PointedDripstoneBlock.canGrow
(BlockState pDripstoneState, BlockState pState) protected boolean
CaveVinesBlock.canGrowInto
(BlockState p_152998_) protected abstract boolean
GrowingPlantHeadBlock.canGrowInto
(BlockState pState) private boolean
HangingMossBlock.canGrowInto
(BlockState pState) protected boolean
KelpBlock.canGrowInto
(BlockState pState) protected boolean
TwistingVinesBlock.canGrowInto
(BlockState p_154869_) protected boolean
WeepingVinesBlock.canGrowInto
(BlockState p_154971_) static boolean
CampfireBlock.canLight
(BlockState pState) static boolean
CandleBlock.canLight
(BlockState pState) static boolean
CandleCakeBlock.canLight
(BlockState pState) private static boolean
ShulkerBoxBlock.canOpen
(BlockState pState, Level pLevel, BlockPos pPos, ShulkerBoxBlockEntity pBlockEntity) boolean
WallHangingSignBlock.canPlace
(BlockState pState, LevelReader pLevel, BlockPos pPos) protected static boolean
BigDripleafBlock.canPlaceAt
(LevelHeightAccessor pLevel, BlockPos pPos, BlockState pState) boolean
BarrierBlock.canPlaceLiquid
(LivingEntity p_394532_, BlockGetter p_295048_, BlockPos p_295143_, BlockState p_294224_, Fluid p_294851_) boolean
KelpBlock.canPlaceLiquid
(LivingEntity p_393686_, BlockGetter p_54304_, BlockPos p_54305_, BlockState p_54306_, Fluid p_54307_) boolean
KelpPlantBlock.canPlaceLiquid
(LivingEntity p_394660_, BlockGetter p_54325_, BlockPos p_54326_, BlockState p_54327_, Fluid p_54328_) boolean
LiquidBlockContainer.canPlaceLiquid
(LivingEntity pOwner, BlockGetter pLevel, BlockPos pPos, BlockState pState, Fluid pFluid) boolean
SeagrassBlock.canPlaceLiquid
(LivingEntity p_394548_, BlockGetter p_296449_, BlockPos p_154511_, BlockState p_154512_, Fluid p_295712_) default boolean
SimpleWaterloggedBlock.canPlaceLiquid
(LivingEntity p_393688_, BlockGetter p_56301_, BlockPos p_56302_, BlockState p_56303_, Fluid p_56304_) boolean
SlabBlock.canPlaceLiquid
(LivingEntity p_394277_, BlockGetter p_56363_, BlockPos p_56364_, BlockState p_56365_, Fluid p_56366_) boolean
TallSeagrassBlock.canPlaceLiquid
(LivingEntity p_394229_, BlockGetter p_154753_, BlockPos p_154754_, BlockState p_154755_, Fluid p_154756_) private static boolean
SpreadingSnowyDirtBlock.canPropagate
(BlockState pState, LevelReader pLevel, BlockPos pPos) private static boolean
BigDripleafBlock.canReplace
(BlockState pState) private static boolean
ConcretePowderBlock.canSolidify
(BlockState pState) default boolean
MultifaceSpreader.SpreadConfig.canSpreadFrom
(BlockState pState, Direction pDirection) boolean
MultifaceSpreader.canSpreadInAnyDirection
(BlockState pState, BlockGetter pLevel, BlockPos pPos, Direction pSpreadDirection) protected boolean
AmethystClusterBlock.canSurvive
(BlockState p_152026_, LevelReader p_152027_, BlockPos p_152028_) protected boolean
BambooSaplingBlock.canSurvive
(BlockState pState, LevelReader pLevel, BlockPos pPos) protected boolean
BambooStalkBlock.canSurvive
(BlockState p_261860_, LevelReader p_262154_, BlockPos p_261493_) protected boolean
BannerBlock.canSurvive
(BlockState pState, LevelReader pLevel, BlockPos pPos) protected boolean
BaseCoralPlantTypeBlock.canSurvive
(BlockState pState, LevelReader pLevel, BlockPos pPos) protected boolean
BaseCoralWallFanBlock.canSurvive
(BlockState pState, LevelReader pLevel, BlockPos pPos) protected boolean
BasePressurePlateBlock.canSurvive
(BlockState pState, LevelReader pLevel, BlockPos pPos) protected boolean
BaseRailBlock.canSurvive
(BlockState pState, LevelReader pLevel, BlockPos pPos) protected boolean
BaseTorchBlock.canSurvive
(BlockState p_304413_, LevelReader p_304885_, BlockPos p_304808_) protected boolean
BellBlock.canSurvive
(BlockState pState, LevelReader pLevel, BlockPos pPos) protected boolean
BigDripleafBlock.canSurvive
(BlockState p_152289_, LevelReader p_152290_, BlockPos p_152291_) protected boolean
BigDripleafStemBlock.canSurvive
(BlockState p_152365_, LevelReader p_152366_, BlockPos p_152367_) protected boolean
BubbleColumnBlock.canSurvive
(BlockState pState, LevelReader pLevel, BlockPos pPos) protected boolean
CactusBlock.canSurvive
(BlockState pState, LevelReader pLevel, BlockPos pPos) protected boolean
CakeBlock.canSurvive
(BlockState pState, LevelReader pLevel, BlockPos pPos) protected boolean
CandleBlock.canSurvive
(BlockState p_152829_, LevelReader p_152830_, BlockPos p_152831_) protected boolean
CandleCakeBlock.canSurvive
(BlockState p_152891_, LevelReader p_152892_, BlockPos p_152893_) protected boolean
CarpetBlock.canSurvive
(BlockState p_152922_, LevelReader p_152923_, BlockPos p_152924_) protected boolean
CeilingHangingSignBlock.canSurvive
(BlockState p_248994_, LevelReader p_249061_, BlockPos p_249490_) protected boolean
ChorusFlowerBlock.canSurvive
(BlockState pState, LevelReader pLevel, BlockPos pPos) protected boolean
ChorusPlantBlock.canSurvive
(BlockState pState, LevelReader pLevel, BlockPos pPos) protected boolean
CocoaBlock.canSurvive
(BlockState pState, LevelReader pLevel, BlockPos pPos) protected boolean
CropBlock.canSurvive
(BlockState pState, LevelReader pLevel, BlockPos pPos) protected boolean
DiodeBlock.canSurvive
(BlockState pState, LevelReader pLevel, BlockPos pPos) protected boolean
DirtPathBlock.canSurvive
(BlockState p_153148_, LevelReader p_153149_, BlockPos p_153150_) protected boolean
DoorBlock.canSurvive
(BlockState pState, LevelReader pLevel, BlockPos pPos) protected boolean
DoublePlantBlock.canSurvive
(BlockState pState, LevelReader pLevel, BlockPos pPos) protected boolean
FaceAttachedHorizontalDirectionalBlock.canSurvive
(BlockState pState, LevelReader pLevel, BlockPos pPos) protected boolean
FarmBlock.canSurvive
(BlockState pState, LevelReader pLevel, BlockPos pPos) protected boolean
FireBlock.canSurvive
(BlockState pState, LevelReader pLevel, BlockPos pPos) protected boolean
FrogspawnBlock.canSurvive
(BlockState p_221209_, LevelReader p_221210_, BlockPos p_221211_) protected boolean
GrindstoneBlock.canSurvive
(BlockState pState, LevelReader pLevel, BlockPos pPos) protected boolean
GrowingPlantBlock.canSurvive
(BlockState pState, LevelReader pLevel, BlockPos pPos) protected boolean
HangingMossBlock.canSurvive
(BlockState p_380096_, LevelReader p_379969_, BlockPos p_380283_) protected boolean
HangingRootsBlock.canSurvive
(BlockState p_153347_, LevelReader p_153348_, BlockPos p_153349_) protected boolean
LadderBlock.canSurvive
(BlockState pState, LevelReader pLevel, BlockPos pPos) protected boolean
LanternBlock.canSurvive
(BlockState p_153479_, LevelReader p_153480_, BlockPos p_153481_) protected boolean
LeafLitterBlock.canSurvive
(BlockState p_401850_, LevelReader p_401768_, BlockPos p_401902_) protected boolean
MangrovePropaguleBlock.canSurvive
(BlockState p_221473_, LevelReader p_221474_, BlockPos p_221475_) protected boolean
MossyCarpetBlock.canSurvive
(BlockState p_379574_, LevelReader p_379768_, BlockPos p_380354_) protected boolean
MultifaceBlock.canSurvive
(BlockState p_153888_, LevelReader p_153889_, BlockPos p_153890_) protected boolean
MushroomBlock.canSurvive
(BlockState pState, LevelReader pLevel, BlockPos pPos) boolean
PitcherCropBlock.canSurvive
(BlockState p_277671_, LevelReader p_277477_, BlockPos p_278085_) protected boolean
PointedDripstoneBlock.canSurvive
(BlockState p_154137_, LevelReader p_154138_, BlockPos p_154139_) protected boolean
RedstoneWallTorchBlock.canSurvive
(BlockState pState, LevelReader pLevel, BlockPos pPos) protected boolean
RedStoneWireBlock.canSurvive
(BlockState pState, LevelReader pLevel, BlockPos pPos) protected boolean
ScaffoldingBlock.canSurvive
(BlockState pState, LevelReader pLevel, BlockPos pPos) protected boolean
SeaPickleBlock.canSurvive
(BlockState pState, LevelReader pLevel, BlockPos pPos) protected boolean
SmallDripleafBlock.canSurvive
(BlockState p_154615_, LevelReader p_154616_, BlockPos p_154617_) protected boolean
SnowLayerBlock.canSurvive
(BlockState pState, LevelReader pLevel, BlockPos pPos) protected boolean
SoulFireBlock.canSurvive
(BlockState pState, LevelReader pLevel, BlockPos pPos) protected boolean
SporeBlossomBlock.canSurvive
(BlockState p_154709_, LevelReader p_154710_, BlockPos p_154711_) protected boolean
StandingSignBlock.canSurvive
(BlockState pState, LevelReader pLevel, BlockPos pPos) protected boolean
SugarCaneBlock.canSurvive
(BlockState pState, LevelReader pLevel, BlockPos pPos) protected boolean
TallSeagrassBlock.canSurvive
(BlockState p_154768_, LevelReader p_154769_, BlockPos p_154770_) protected boolean
TripWireHookBlock.canSurvive
(BlockState pState, LevelReader pLevel, BlockPos pPos) protected boolean
VegetationBlock.canSurvive
(BlockState p_401395_, LevelReader p_401031_, BlockPos p_401248_) protected boolean
VineBlock.canSurvive
(BlockState pState, LevelReader pLevel, BlockPos pPos) protected boolean
WallBannerBlock.canSurvive
(BlockState pState, LevelReader pLevel, BlockPos pPos) protected boolean
WallSignBlock.canSurvive
(BlockState pState, LevelReader pLevel, BlockPos pPos) protected boolean
WallTorchBlock.canSurvive
(BlockState pState, LevelReader pLevel, BlockPos pPos) protected boolean
DiodeBlock.canSurviveOn
(LevelReader pLevel, BlockPos pPos, BlockState pState) private boolean
RedStoneWireBlock.canSurviveOn
(BlockGetter pLevel, BlockPos pPos, BlockState pState) static boolean
SoulFireBlock.canSurviveOnBlock
(BlockState pState) private static boolean
StairBlock.canTakeShape
(BlockState pState, BlockGetter pLevel, BlockPos pPos, Direction pFace) private static boolean
PointedDripstoneBlock.canTipGrow
(BlockState pState, ServerLevel pLevel, BlockPos pPos) default void
ChangeOverTimeBlock.changeOverTime
(BlockState pState, ServerLevel pLevel, BlockPos pPos, RandomSource pRandom) private static void
LecternBlock.changePowered
(Level pLevel, BlockPos pPos, BlockState pState, boolean pPowered) static void
RespawnAnchorBlock.charge
(Entity pEntity, Level pLevel, BlockPos pPos, BlockState pState) void
CopperBulbBlock.checkAndFlip
(BlockState pState, ServerLevel pLevel, BlockPos pPos) private void
HopperBlock.checkPoweredState
(Level pLevel, BlockPos pPos, BlockState pState) private void
BasePressurePlateBlock.checkPressed
(Entity pEntity, Level pLevel, BlockPos pPos, BlockState pState, int pCurrentSignal) protected void
ButtonBlock.checkPressed
(BlockState pState, Level pLevel, BlockPos pPos) private void
DetectorRailBlock.checkPressed
(Level pLevel, BlockPos pPos, BlockState pState) protected void
ComparatorBlock.checkTickOnNeighbor
(Level pLevel, BlockPos pPos, BlockState pState) protected void
DiodeBlock.checkTickOnNeighbor
(Level pLevel, BlockPos pPos, BlockState pState) Check the output signal of this diode and schedule a new block tick if it should change.abstract DoubleBlockCombiner.NeighborCombineResult
<? extends ChestBlockEntity> AbstractChestBlock.combine
(BlockState pState, Level pLevel, BlockPos pPos, boolean pOverride) ChestBlock.combine
(BlockState pState, Level pLevel, BlockPos pPos, boolean pOverride) EnderChestBlock.combine
(BlockState pState, Level pLevel, BlockPos pPos, boolean pOverride) static <S extends BlockEntity>
DoubleBlockCombiner.NeighborCombineResult<S> DoubleBlockCombiner.combineWithNeigbour
(BlockEntityType<S> pBlockEntityType, Function<BlockState, DoubleBlockCombiner.BlockType> pDoubleBlockTypeGetter, Function<BlockState, Direction> pDirectionGetter, Property<Direction> pDirectionProperty, BlockState pState, LevelAccessor pLevel, BlockPos pPos, BiPredicate<LevelAccessor, BlockPos> pBlockedChestTest) boolean
FenceBlock.connectsTo
(BlockState pState, boolean pIsSideSolid, Direction pDirection) private boolean
WallBlock.connectsTo
(BlockState pState, boolean pSideSolid, Direction pDirection) static boolean
FenceGateBlock.connectsToDirection
(BlockState pState, Direction pDirection) private static <T extends Comparable<T>>
BlockStateBlock.copyProperty
(BlockState pSourceState, BlockState pTargetState, Property<T> pProperty) private BlockState
VineBlock.copyRandomFaces
(BlockState pSourceState, BlockState pSpreadState, RandomSource pRandom) static BlockState
DoublePlantBlock.copyWaterloggedFrom
(LevelReader pLevel, BlockPos pPos, BlockState pState) private int
VineBlock.countFaces
(BlockState pState) private static void
PointedDripstoneBlock.createMergedTips
(BlockState pState, LevelAccessor pLevel, BlockPos pPos) static BlockState
AnvilBlock.damage
(BlockState pState) static void
SculkSensorBlock.deactivate
(Level pLevel, BlockPos pPos, BlockState pState) protected boolean
LeavesBlock.decaying
(BlockState pState) private void
TurtleEggBlock.decreaseEggs
(Level pLevel, BlockPos pPos, BlockState pState) void
Block.destroy
(LevelAccessor pLevel, BlockPos pPos, BlockState pState) Called after this block has been removed by a player.private void
TurtleEggBlock.destroyEgg
(Level pLevel, BlockState pState, BlockPos pPos, Entity pEntity, int pChance) protected void
CrafterBlock.dispenseFrom
(BlockState pState, ServerLevel pLevel, BlockPos pPos) protected void
DispenserBlock.dispenseFrom
(ServerLevel pLevel, BlockState pState, BlockPos pPos) protected void
DropperBlock.dispenseFrom
(ServerLevel p_52944_, BlockState p_302455_, BlockPos p_52945_) private void
CrafterBlock.dispenseItem
(ServerLevel pLevel, BlockPos pPos, CrafterBlockEntity pCrafter, ItemStack pStack, BlockState pState, RecipeHolder<?> pRecipe) static void
CampfireBlock.dowse
(Entity pEntity, LevelAccessor pLevel, BlockPos pPos, BlockState pState) static void
Block.dropResources
(BlockState pState, LevelAccessor pLevel, BlockPos pPos, BlockEntity pBlockEntity) static void
Block.dropResources
(BlockState pState, Level pLevel, BlockPos pPos) static void
Block.dropResources
(BlockState pState, Level pLevel, BlockPos pPos, BlockEntity pBlockEntity, Entity pEntity, ItemStack pTool) protected static InteractionResult
CakeBlock.eat
(LevelAccessor pLevel, BlockPos pPos, BlockState pState, Player pPlayer) (package private) static BlockState
ComposterBlock.empty
(Entity pEntity, BlockState pState, LevelAccessor pLevel, BlockPos pPos) protected void
BaseFireBlock.entityInside
(BlockState pState, Level pLevel, BlockPos pPos, Entity pEntity, InsideBlockEffectApplier p_404795_) protected void
BasePressurePlateBlock.entityInside
(BlockState pState, Level pLevel, BlockPos pPos, Entity pEntity, InsideBlockEffectApplier p_405011_) protected void
BigDripleafBlock.entityInside
(BlockState p_152266_, Level p_152267_, BlockPos p_152268_, Entity p_152269_, InsideBlockEffectApplier p_405262_) protected void
BubbleColumnBlock.entityInside
(BlockState pState, Level pLevel, BlockPos pPos, Entity pEntity, InsideBlockEffectApplier p_404857_) protected void
ButtonBlock.entityInside
(BlockState pState, Level pLevel, BlockPos pPos, Entity pEntity, InsideBlockEffectApplier p_405475_) protected void
CactusBlock.entityInside
(BlockState pState, Level pLevel, BlockPos pPos, Entity pEntity, InsideBlockEffectApplier p_405001_) protected void
CampfireBlock.entityInside
(BlockState pState, Level pLevel, BlockPos pPos, Entity pEntity, InsideBlockEffectApplier p_405507_) protected void
CropBlock.entityInside
(BlockState pState, Level pLevel, BlockPos pPos, Entity pEntity, InsideBlockEffectApplier p_405324_) protected void
DetectorRailBlock.entityInside
(BlockState pState, Level pLevel, BlockPos pPos, Entity pEntity, InsideBlockEffectApplier p_405668_) protected void
EndGatewayBlock.entityInside
(BlockState p_350647_, Level p_350785_, BlockPos p_350610_, Entity p_350849_, InsideBlockEffectApplier p_405476_) protected void
EndPortalBlock.entityInside
(BlockState pState, Level pLevel, BlockPos pPos, Entity pEntity, InsideBlockEffectApplier p_405056_) protected void
EyeblossomBlock.entityInside
(BlockState p_382817_, Level p_383060_, BlockPos p_383146_, Entity p_383054_, InsideBlockEffectApplier p_405247_) protected void
FrogspawnBlock.entityInside
(BlockState p_221204_, Level p_221205_, BlockPos p_221206_, Entity p_221207_, InsideBlockEffectApplier p_405189_) protected void
HoneyBlock.entityInside
(BlockState pState, Level pLevel, BlockPos pPos, Entity pEntity, InsideBlockEffectApplier p_404924_) protected void
HopperBlock.entityInside
(BlockState pState, Level pLevel, BlockPos pPos, Entity pEntity, InsideBlockEffectApplier p_405580_) protected void
LavaCauldronBlock.entityInside
(BlockState p_153506_, Level p_153507_, BlockPos p_153508_, Entity p_153509_, InsideBlockEffectApplier p_404841_) protected void
LayeredCauldronBlock.entityInside
(BlockState p_153534_, Level p_153535_, BlockPos p_153536_, Entity p_153537_, InsideBlockEffectApplier p_405060_) protected void
NetherPortalBlock.entityInside
(BlockState pState, Level pLevel, BlockPos pPos, Entity pEntity, InsideBlockEffectApplier p_405383_) void
PitcherCropBlock.entityInside
(BlockState p_279266_, Level p_279469_, BlockPos p_279119_, Entity p_279372_, InsideBlockEffectApplier p_404719_) protected void
PowderSnowBlock.entityInside
(BlockState p_154263_, Level p_154264_, BlockPos p_154265_, Entity p_154266_, InsideBlockEffectApplier p_405853_) protected void
SweetBerryBushBlock.entityInside
(BlockState pState, Level pLevel, BlockPos pPos, Entity pEntity, InsideBlockEffectApplier p_405414_) protected void
TripWireBlock.entityInside
(BlockState pState, Level pLevel, BlockPos pPos, Entity pEntity, InsideBlockEffectApplier p_405466_) protected void
WaterlilyBlock.entityInside
(BlockState pState, Level pLevel, BlockPos pPos, Entity pEntity, InsideBlockEffectApplier p_405495_) protected void
WebBlock.entityInside
(BlockState pState, Level pLevel, BlockPos pPos, Entity pEntity, InsideBlockEffectApplier p_405438_) protected void
WitherRoseBlock.entityInside
(BlockState pState, Level pLevel, BlockPos pPos, Entity pEntity, InsideBlockEffectApplier p_405727_) private void
CommandBlock.execute
(BlockState pState, ServerLevel pLevel, BlockPos pPos, BaseCommandBlock pLogic, boolean pCanTrigger) private void
RespawnAnchorBlock.explode
(BlockState pState, Level pLevel, BlockPos pPos2) static void
AbstractCandleBlock.extinguish
(Player pPlayer, BlockState pState, LevelAccessor pLevel, BlockPos pPos) static BlockState
ComposterBlock.extractProduce
(Entity pEntity, BlockState pState, Level pLevel, BlockPos pPos) void
BedBlock.fallOn
(Level p_152169_, BlockState p_152170_, BlockPos p_152171_, Entity p_152172_, double p_398028_) void
Block.fallOn
(Level pLevel, BlockState pState, BlockPos pPos, Entity pEntity, double pFallDistance) void
FarmBlock.fallOn
(Level p_153227_, BlockState p_153228_, BlockPos p_153229_, Entity p_153230_, double p_397639_) void
HayBlock.fallOn
(Level p_153362_, BlockState p_153363_, BlockPos p_153364_, Entity p_153365_, double p_397598_) void
HoneyBlock.fallOn
(Level p_153372_, BlockState p_153373_, BlockPos p_153374_, Entity p_153375_, double p_396999_) void
PointedDripstoneBlock.fallOn
(Level p_154047_, BlockState p_154048_, BlockPos p_154049_, Entity p_154050_, double p_397761_) void
PowderSnowBlock.fallOn
(Level p_196695_, BlockState p_196696_, BlockPos p_196697_, Entity p_196698_, double p_397645_) void
SlimeBlock.fallOn
(Level p_154567_, BlockState p_154568_, BlockPos p_154569_, Entity p_154570_, double p_397954_) void
TurtleEggBlock.fallOn
(Level p_154845_, BlockState p_154846_, BlockPos p_154847_, Entity p_154848_, double p_397908_) protected boolean
PoweredRailBlock.findPoweredRailSignal
(Level pLevel, BlockPos pPos, BlockState pState, boolean pSearchForward, int pRecursionCount) PointedDripstoneBlock.findRootBlock
(Level pLevel, BlockPos pPos, BlockState pState, int pMaxIterations) BonemealableBlock.findSpreadableNeighbourPos
(Level pLevel, BlockPos pPos, BlockState pState) private static BlockPos
PointedDripstoneBlock.findTip
(BlockState pState, LevelAccessor pLevel, BlockPos pPos, int pMaxIterations, boolean pIsTipMerge) int
CropBlock.getAge
(BlockState pState) protected int
DiodeBlock.getAlternateSignal
(SignalGetter pLevel, BlockPos pPos, BlockState pState) protected int
AbstractFurnaceBlock.getAnalogOutputSignal
(BlockState pBlockState, Level pLevel, BlockPos pPos) protected int
BarrelBlock.getAnalogOutputSignal
(BlockState pBlockState, Level pLevel, BlockPos pPos) protected int
BeehiveBlock.getAnalogOutputSignal
(BlockState pBlockState, Level pLevel, BlockPos pPos) protected int
BrewingStandBlock.getAnalogOutputSignal
(BlockState pBlockState, Level pLevel, BlockPos pPos) protected int
CakeBlock.getAnalogOutputSignal
(BlockState pBlockState, Level pLevel, BlockPos pPos) protected int
CandleCakeBlock.getAnalogOutputSignal
(BlockState p_152880_, Level p_152881_, BlockPos p_152882_) protected int
ChestBlock.getAnalogOutputSignal
(BlockState pBlockState, Level pLevel, BlockPos pPos) protected int
ChiseledBookShelfBlock.getAnalogOutputSignal
(BlockState p_249192_, Level p_252207_, BlockPos p_248999_) protected int
CommandBlock.getAnalogOutputSignal
(BlockState pBlockState, Level pLevel, BlockPos pPos) protected int
ComposterBlock.getAnalogOutputSignal
(BlockState pBlockState, Level pLevel, BlockPos pPos) protected int
CopperBulbBlock.getAnalogOutputSignal
(BlockState p_308938_, Level p_309149_, BlockPos p_309114_) protected int
CrafterBlock.getAnalogOutputSignal
(BlockState p_307633_, Level p_307264_, BlockPos p_307557_) protected int
CreakingHeartBlock.getAnalogOutputSignal
(BlockState p_381152_, Level p_381142_, BlockPos p_381148_) protected int
DecoratedPotBlock.getAnalogOutputSignal
(BlockState p_306206_, Level p_306113_, BlockPos p_306305_) protected int
DetectorRailBlock.getAnalogOutputSignal
(BlockState pBlockState, Level pLevel, BlockPos pPos) protected int
DispenserBlock.getAnalogOutputSignal
(BlockState pBlockState, Level pLevel, BlockPos pPos) protected int
EndPortalFrameBlock.getAnalogOutputSignal
(BlockState pBlockState, Level pLevel, BlockPos pPos) protected int
HopperBlock.getAnalogOutputSignal
(BlockState pBlockState, Level pLevel, BlockPos pPos) protected int
JukeboxBlock.getAnalogOutputSignal
(BlockState pBlockState, Level pLevel, BlockPos pPos) protected int
LavaCauldronBlock.getAnalogOutputSignal
(BlockState p_153502_, Level p_153503_, BlockPos p_153504_) protected int
LayeredCauldronBlock.getAnalogOutputSignal
(BlockState p_153530_, Level p_153531_, BlockPos p_153532_) protected int
LecternBlock.getAnalogOutputSignal
(BlockState pBlockState, Level pLevel, BlockPos pPos) protected int
RespawnAnchorBlock.getAnalogOutputSignal
(BlockState pBlockState, Level pLevel, BlockPos pPos) protected int
SculkSensorBlock.getAnalogOutputSignal
(BlockState p_154442_, Level p_154443_, BlockPos p_154444_) protected int
ShulkerBoxBlock.getAnalogOutputSignal
(BlockState pBlockState, Level pLevel, BlockPos pPos) private static SculkBehaviour
SculkSpreader.ChargeCursor.getBlockBehaviour
(BlockState pState) protected VoxelShape
CeilingHangingSignBlock.getBlockSupportShape
(BlockState p_254482_, BlockGetter p_253669_, BlockPos p_253916_) ChorusFlowerBlock.getBlockSupportShape
(BlockState p_294099_, BlockGetter p_294531_, BlockPos p_295431_) protected VoxelShape
FenceGateBlock.getBlockSupportShape
(BlockState p_253862_, BlockGetter p_254569_, BlockPos p_254197_) protected VoxelShape
LeavesBlock.getBlockSupportShape
(BlockState pState, BlockGetter pReader, BlockPos pPos) protected VoxelShape
MudBlock.getBlockSupportShape
(BlockState p_221566_, BlockGetter p_221567_, BlockPos p_221568_) protected VoxelShape
ShulkerBoxBlock.getBlockSupportShape
(BlockState p_259177_, BlockGetter p_260305_, BlockPos p_259168_) protected VoxelShape
SnowLayerBlock.getBlockSupportShape
(BlockState pState, BlockGetter pReader, BlockPos pPos) protected VoxelShape
SoulSandBlock.getBlockSupportShape
(BlockState pState, BlockGetter pReader, BlockPos pPos) protected VoxelShape
WallHangingSignBlock.getBlockSupportShape
(BlockState p_253927_, BlockGetter p_254149_, BlockPos p_253805_) BedBlock.getBlockType
(BlockState pState) ChestBlock.getBlockType
(BlockState pState) int
FireBlock.getBurnOdds
(BlockState pState) Deprecated.protected ItemStack
AbstractBannerBlock.getCloneItemStack
(LevelReader p_304796_, BlockPos p_48665_, BlockState p_48666_, boolean p_386769_) protected ItemStack
AttachedStemBlock.getCloneItemStack
(LevelReader p_304950_, BlockPos p_48839_, BlockState p_48840_, boolean p_388189_) protected ItemStack
BambooSaplingBlock.getCloneItemStack
(LevelReader p_304956_, BlockPos p_48965_, BlockState p_48966_, boolean p_387375_) protected ItemStack
BeehiveBlock.getCloneItemStack
(LevelReader p_386459_, BlockPos p_387055_, BlockState p_387788_, boolean p_387391_) protected ItemStack
BigDripleafStemBlock.getCloneItemStack
(LevelReader p_304938_, BlockPos p_152337_, BlockState p_152338_, boolean p_387224_) protected ItemStack
CandleCakeBlock.getCloneItemStack
(LevelReader p_304662_, BlockPos p_152863_, BlockState p_152864_, boolean p_387122_) protected ItemStack
CaveVinesBlock.getCloneItemStack
(LevelReader p_304590_, BlockPos p_152967_, BlockState p_152968_, boolean p_386659_) protected ItemStack
CaveVinesPlantBlock.getCloneItemStack
(LevelReader p_304444_, BlockPos p_153008_, BlockState p_153009_, boolean p_387975_) protected ItemStack
CropBlock.getCloneItemStack
(LevelReader p_304482_, BlockPos p_52255_, BlockState p_52256_, boolean p_387989_) protected ItemStack
DecoratedPotBlock.getCloneItemStack
(LevelReader p_304622_, BlockPos p_294412_, BlockState p_294723_, boolean p_387769_) protected ItemStack
EndGatewayBlock.getCloneItemStack
(LevelReader p_304768_, BlockPos p_53004_, BlockState p_53005_, boolean p_387386_) protected ItemStack
EndPortalBlock.getCloneItemStack
(LevelReader p_304508_, BlockPos p_53022_, BlockState p_53023_, boolean p_388548_) protected ItemStack
FlowerPotBlock.getCloneItemStack
(LevelReader p_304505_, BlockPos p_53532_, BlockState p_53533_, boolean p_388306_) protected ItemStack
FrostedIceBlock.getCloneItemStack
(LevelReader p_304729_, BlockPos p_53571_, BlockState p_53572_, boolean p_386722_) protected ItemStack
GrowingPlantBodyBlock.getCloneItemStack
(LevelReader p_304650_, BlockPos p_53897_, BlockState p_53898_, boolean p_388787_) protected ItemStack
LightBlock.getCloneItemStack
(LevelReader p_304798_, BlockPos p_153665_, BlockState p_153666_, boolean p_387561_) protected ItemStack
NetherPortalBlock.getCloneItemStack
(LevelReader p_304402_, BlockPos p_54912_, BlockState p_54913_, boolean p_386478_) protected ItemStack
NetherWartBlock.getCloneItemStack
(LevelReader p_304797_, BlockPos p_54974_, BlockState p_54975_, boolean p_387454_) protected ItemStack
StemBlock.getCloneItemStack
(LevelReader p_304982_, BlockPos p_57027_, BlockState p_57028_, boolean p_387824_) protected ItemStack
SweetBerryBushBlock.getCloneItemStack
(LevelReader p_304655_, BlockPos p_57257_, BlockState p_57258_, boolean p_388022_) protected ItemStack
TallSeagrassBlock.getCloneItemStack
(LevelReader p_304988_, BlockPos p_154750_, BlockState p_154751_, boolean p_387662_) protected ItemStack
TestBlock.getCloneItemStack
(LevelReader p_397697_, BlockPos p_397696_, BlockState p_397513_, boolean p_398035_) protected VoxelShape
BambooStalkBlock.getCollisionShape
(BlockState p_261560_, BlockGetter p_261965_, BlockPos p_261950_, CollisionContext p_261571_) protected VoxelShape
BellBlock.getCollisionShape
(BlockState pState, BlockGetter pLevel, BlockPos pPos, CollisionContext pContext) protected VoxelShape
BigDripleafBlock.getCollisionShape
(BlockState p_152307_, BlockGetter p_152308_, BlockPos p_152309_, CollisionContext p_152310_) protected VoxelShape
CactusBlock.getCollisionShape
(BlockState pState, BlockGetter pLevel, BlockPos pPos, CollisionContext pContext) protected VoxelShape
ComposterBlock.getCollisionShape
(BlockState pState, BlockGetter pLevel, BlockPos pPos, CollisionContext pContext) protected VoxelShape
CrossCollisionBlock.getCollisionShape
(BlockState pState, BlockGetter pLevel, BlockPos pPos, CollisionContext pContext) protected VoxelShape
FenceGateBlock.getCollisionShape
(BlockState pState, BlockGetter pLevel, BlockPos pPos, CollisionContext pContext) protected VoxelShape
GrindstoneBlock.getCollisionShape
(BlockState pState, BlockGetter pLevel, BlockPos pPos, CollisionContext pContext) protected VoxelShape
HoneyBlock.getCollisionShape
(BlockState pState, BlockGetter pLevel, BlockPos pPos, CollisionContext pContext) protected VoxelShape
LecternBlock.getCollisionShape
(BlockState pState, BlockGetter pLevel, BlockPos pPos, CollisionContext pContext) protected VoxelShape
LiquidBlock.getCollisionShape
(BlockState pState, BlockGetter pLevel, BlockPos pPos, CollisionContext pContext) protected VoxelShape
MossyCarpetBlock.getCollisionShape
(BlockState p_380336_, BlockGetter p_380068_, BlockPos p_379717_, CollisionContext p_379651_) protected VoxelShape
MudBlock.getCollisionShape
(BlockState p_221561_, BlockGetter p_221562_, BlockPos p_221563_, CollisionContext p_221564_) PitcherCropBlock.getCollisionShape
(BlockState p_277609_, BlockGetter p_277398_, BlockPos p_278042_, CollisionContext p_277995_) protected VoxelShape
PowderSnowBlock.getCollisionShape
(BlockState p_154285_, BlockGetter p_154286_, BlockPos p_154287_, CollisionContext p_154288_) protected VoxelShape
ScaffoldingBlock.getCollisionShape
(BlockState pState, BlockGetter pLevel, BlockPos pPos, CollisionContext pContext) protected VoxelShape
SculkShriekerBlock.getCollisionShape
(BlockState p_222225_, BlockGetter p_222226_, BlockPos p_222227_, CollisionContext p_222228_) protected VoxelShape
SnowLayerBlock.getCollisionShape
(BlockState pState, BlockGetter pLevel, BlockPos pPos, CollisionContext pContext) protected VoxelShape
SoulSandBlock.getCollisionShape
(BlockState pState, BlockGetter pLevel, BlockPos pPos, CollisionContext pContext) protected VoxelShape
WallBlock.getCollisionShape
(BlockState pState, BlockGetter pLevel, BlockPos pPos, CollisionContext pContext) protected VoxelShape
WallHangingSignBlock.getCollisionShape
(BlockState p_249963_, BlockGetter p_248542_, BlockPos p_252224_, CollisionContext p_251891_) private static BlockState
BubbleColumnBlock.getColumnState
(BlockState pBlockState) static Direction
BedBlock.getConnectedDirection
(BlockState pState) private static Direction
BellBlock.getConnectedDirection
(BlockState pState) static Direction
ChestBlock.getConnectedDirection
(BlockState pState) protected static Direction
FaceAttachedHorizontalDirectionalBlock.getConnectedDirection
(BlockState pState) protected static Direction
LanternBlock.getConnectedDirection
(BlockState pState) private BlockState
RedStoneWireBlock.getConnectionState
(BlockGetter pLevel, BlockState pState, BlockPos pPos) static Container
ChestBlock.getContainer
(ChestBlock pChest, BlockState pState, Level pLevel, BlockPos pPos, boolean pOverride) ComposterBlock.getContainer
(BlockState pState, LevelAccessor pLevel, BlockPos pPos) protected double
AbstractCauldronBlock.getContentHeight
(BlockState pState) protected double
LavaCauldronBlock.getContentHeight
(BlockState p_153500_) protected double
LayeredCauldronBlock.getContentHeight
(BlockState p_153528_) protected int
ComparatorBlock.getDelay
(BlockState pState) protected abstract int
DiodeBlock.getDelay
(BlockState pState) protected int
RepeaterBlock.getDelay
(BlockState pState) protected int
BasePressurePlateBlock.getDirectSignal
(BlockState pBlockState, BlockGetter pBlockAccess, BlockPos pPos, Direction pSide) protected int
ButtonBlock.getDirectSignal
(BlockState pBlockState, BlockGetter pBlockAccess, BlockPos pPos, Direction pSide) protected int
DetectorRailBlock.getDirectSignal
(BlockState pBlockState, BlockGetter pBlockAccess, BlockPos pPos, Direction pSide) protected int
DiodeBlock.getDirectSignal
(BlockState pBlockState, BlockGetter pBlockAccess, BlockPos pPos, Direction pSide) protected int
LecternBlock.getDirectSignal
(BlockState pBlockState, BlockGetter pBlockAccess, BlockPos pPos, Direction pSide) protected int
LeverBlock.getDirectSignal
(BlockState pBlockState, BlockGetter pBlockAccess, BlockPos pPos, Direction pSide) protected int
LightningRodBlock.getDirectSignal
(BlockState p_153748_, BlockGetter p_153749_, BlockPos p_153750_, Direction p_153751_) protected int
ObserverBlock.getDirectSignal
(BlockState pBlockState, BlockGetter pBlockAccess, BlockPos pPos, Direction pSide) protected int
RedstoneTorchBlock.getDirectSignal
(BlockState pBlockState, BlockGetter pBlockAccess, BlockPos pPos, Direction pSide) protected int
RedStoneWireBlock.getDirectSignal
(BlockState pBlockState, BlockGetter pBlockAccess, BlockPos pPos, Direction pSide) int
SculkSensorBlock.getDirectSignal
(BlockState p_279407_, BlockGetter p_279217_, BlockPos p_279190_, Direction p_279273_) protected int
TrappedChestBlock.getDirectSignal
(BlockState pBlockState, BlockGetter pBlockAccess, BlockPos pPos, Direction pSide) protected int
TripWireHookBlock.getDirectSignal
(BlockState pBlockState, BlockGetter pBlockAccess, BlockPos pPos, Direction pSide) private static int
LeavesBlock.getDistanceAt
(BlockState pNeighbor) BeehiveBlock.getDrops
(BlockState p_49636_, LootParams.Builder p_287581_) Block.getDrops
(BlockState pState, ServerLevel pLevel, BlockPos pPos, BlockEntity pBlockEntity) Block.getDrops
(BlockState pState, ServerLevel pLevel, BlockPos pPos, BlockEntity pBlockEntity, Entity pEntity, ItemStack pTool) DecoratedPotBlock.getDrops
(BlockState p_287683_, LootParams.Builder p_287582_) LiquidBlock.getDrops
(BlockState p_54720_, LootParams.Builder p_287727_) ShulkerBoxBlock.getDrops
(BlockState p_287632_, LootParams.Builder p_287691_) int
AnvilBlock.getDustColor
(BlockState pState, BlockGetter pReader, BlockPos pPos) int
ColoredFallingBlock.getDustColor
(BlockState p_304891_, BlockGetter p_304551_, BlockPos p_304702_) int
ConcretePowderBlock.getDustColor
(BlockState pState, BlockGetter pReader, BlockPos pPos) int
DragonEggBlock.getDustColor
(BlockState p_399914_, BlockGetter p_399493_, BlockPos p_399689_) abstract int
FallingBlock.getDustColor
(BlockState pState, BlockGetter pLevel, BlockPos pPos) protected VoxelShape
EndPortalBlock.getEntityInsideCollisionShape
(BlockState p_371319_, BlockGetter p_399758_, BlockPos p_371244_, Entity p_399952_) protected VoxelShape
NetherPortalBlock.getEntityInsideCollisionShape
(BlockState p_400288_, BlockGetter p_400305_, BlockPos p_400030_, Entity p_399514_) protected VoxelShape
PowderSnowBlock.getEntityInsideCollisionShape
(BlockState p_399731_, BlockGetter p_399744_, BlockPos p_400088_, Entity p_399982_) protected VoxelShape
TripWireBlock.getEntityInsideCollisionShape
(BlockState p_371595_, BlockGetter p_400245_, BlockPos p_371231_, Entity p_399588_) int
DropExperienceBlock.getExpDrop
(BlockState state, LevelAccessor level, BlockPos pos, BlockEntity blockEntity, Entity breaker, ItemStack tool) int
RedStoneOreBlock.getExpDrop
(BlockState state, LevelAccessor level, BlockPos pos, BlockEntity blockEntity, Entity breaker, ItemStack tool) int
SculkCatalystBlock.getExpDrop
(BlockState state, LevelAccessor level, BlockPos pos, BlockEntity blockEntity, Entity breaker, ItemStack tool) int
SculkSensorBlock.getExpDrop
(BlockState state, LevelAccessor level, BlockPos pos, BlockEntity blockEntity, Entity breaker, ItemStack tool) int
SculkShriekerBlock.getExpDrop
(BlockState state, LevelAccessor level, BlockPos pos, BlockEntity blockEntity, Entity breaker, ItemStack tool) int
SpawnerBlock.getExpDrop
(BlockState state, LevelAccessor level, BlockPos pos, BlockEntity blockEntity, Entity breaker, ItemStack tool) static BlockState
WeatheringCopper.getFirst
(BlockState pState) private static Optional
<PointedDripstoneBlock.FluidInfo> PointedDripstoneBlock.getFluidAboveStalactite
(Level pLevel, BlockPos pPos, BlockState pState) protected FluidState
AmethystClusterBlock.getFluidState
(BlockState p_152045_) protected FluidState
BarrierBlock.getFluidState
(BlockState p_296372_) protected FluidState
BaseCoralPlantTypeBlock.getFluidState
(BlockState pState) protected FluidState
BaseRailBlock.getFluidState
(BlockState p_152158_) protected FluidState
BigDripleafBlock.getFluidState
(BlockState p_152312_) protected FluidState
BigDripleafStemBlock.getFluidState
(BlockState p_152378_) protected FluidState
BubbleColumnBlock.getFluidState
(BlockState pState) protected FluidState
CampfireBlock.getFluidState
(BlockState pState) protected FluidState
CandleBlock.getFluidState
(BlockState p_152844_) protected FluidState
ChainBlock.getFluidState
(BlockState pState) protected FluidState
ChestBlock.getFluidState
(BlockState pState) protected FluidState
ConduitBlock.getFluidState
(BlockState pState) protected FluidState
CrossCollisionBlock.getFluidState
(BlockState pState) protected FluidState
DecoratedPotBlock.getFluidState
(BlockState p_272593_) protected FluidState
EnderChestBlock.getFluidState
(BlockState pState) protected FluidState
HangingRootsBlock.getFluidState
(BlockState p_153360_) protected FluidState
HeavyCoreBlock.getFluidState
(BlockState p_335518_) protected FluidState
KelpBlock.getFluidState
(BlockState pState) protected FluidState
KelpPlantBlock.getFluidState
(BlockState pState) protected FluidState
LadderBlock.getFluidState
(BlockState pState) protected FluidState
LanternBlock.getFluidState
(BlockState p_153492_) protected FluidState
LeavesBlock.getFluidState
(BlockState p_221384_) protected FluidState
LightBlock.getFluidState
(BlockState p_153699_) protected FluidState
LightningRodBlock.getFluidState
(BlockState p_153759_) protected FluidState
LiquidBlock.getFluidState
(BlockState pState) protected FluidState
MangrovePropaguleBlock.getFluidState
(BlockState p_221494_) protected FluidState
MangroveRootsBlock.getFluidState
(BlockState p_221523_) protected FluidState
MultifaceBlock.getFluidState
(BlockState p_389529_) protected FluidState
PointedDripstoneBlock.getFluidState
(BlockState p_154235_) protected FluidState
ScaffoldingBlock.getFluidState
(BlockState pState) protected FluidState
SculkSensorBlock.getFluidState
(BlockState p_154479_) protected FluidState
SculkShriekerBlock.getFluidState
(BlockState p_222230_) protected FluidState
SeagrassBlock.getFluidState
(BlockState p_154537_) protected FluidState
SeaPickleBlock.getFluidState
(BlockState pState) protected FluidState
SignBlock.getFluidState
(BlockState pState) protected FluidState
SlabBlock.getFluidState
(BlockState pState) protected FluidState
SmallDripleafBlock.getFluidState
(BlockState p_154634_) protected FluidState
StairBlock.getFluidState
(BlockState pState) protected FluidState
TallSeagrassBlock.getFluidState
(BlockState p_154772_) protected FluidState
TrapDoorBlock.getFluidState
(BlockState pState) protected FluidState
WallBlock.getFluidState
(BlockState pState) protected FluidState
WaterloggedTransparentBlock.getFluidState
(BlockState p_313789_) static Direction
JigsawBlock.getFrontFacing
(BlockState pState) This represents the face that the puzzle piece is on.protected BlockState
CaveVinesBlock.getGrowIntoState
(BlockState p_220935_, RandomSource p_220936_) protected BlockState
GrowingPlantHeadBlock.getGrowIntoState
(BlockState pState, RandomSource pRandom) private static DoublePlantBlock
TallGrassBlock.getGrownBlock
(BlockState pState) protected static float
CropBlock.getGrowthSpeed
(BlockState blockState, BlockGetter p_52274_, BlockPos p_52275_) int
SnifferEggBlock.getHatchLevel
(BlockState pState) private OptionalInt
ChiseledBookShelfBlock.getHitSlot
(BlockHitResult pHitReselt, BlockState pState) static int
Block.getId
(BlockState pState) int
FireBlock.getIgniteOdds
(BlockState pState) Deprecated.protected int
ComparatorBlock.getInputSignal
(Level pLevel, BlockPos pPos, BlockState pState) protected int
DiodeBlock.getInputSignal
(Level pLevel, BlockPos pPos, BlockState pState) protected VoxelShape
AbstractCauldronBlock.getInteractionShape
(BlockState p_151955_, BlockGetter p_151956_, BlockPos p_151957_) protected VoxelShape
ComposterBlock.getInteractionShape
(BlockState pState, BlockGetter pLevel, BlockPos pPos) protected VoxelShape
HopperBlock.getInteractionShape
(BlockState pState, BlockGetter pLevel, BlockPos pPos) protected VoxelShape
ScaffoldingBlock.getInteractionShape
(BlockState pState, BlockGetter pLevel, BlockPos pPos) protected int
LeavesBlock.getLightBlock
(BlockState p_54460_) protected int
TintedGlassBlock.getLightBlock
(BlockState p_154828_) private PitcherCropBlock.PosAndState
PitcherCropBlock.getLowerHalf
(LevelReader pLevel, BlockPos pPos, BlockState pState) GrowingPlantHeadBlock.getMaxAgeState
(BlockState pState) protected MenuProvider
AnvilBlock.getMenuProvider
(BlockState pState, Level pLevel, BlockPos pPos) protected MenuProvider
BaseEntityBlock.getMenuProvider
(BlockState pState, Level pLevel, BlockPos pPos) protected MenuProvider
CartographyTableBlock.getMenuProvider
(BlockState pState, Level pLevel, BlockPos pPos) protected MenuProvider
ChestBlock.getMenuProvider
(BlockState pState, Level pLevel, BlockPos pPos) protected MenuProvider
CraftingTableBlock.getMenuProvider
(BlockState pState, Level pLevel, BlockPos pPos) protected MenuProvider
EnchantingTableBlock.getMenuProvider
(BlockState p_341244_, Level p_340950_, BlockPos p_340923_) protected MenuProvider
GrindstoneBlock.getMenuProvider
(BlockState pState, Level pLevel, BlockPos pPos) protected MenuProvider
LecternBlock.getMenuProvider
(BlockState pState, Level pLevel, BlockPos pPos) protected MenuProvider
LoomBlock.getMenuProvider
(BlockState pState, Level pLevel, BlockPos pPos) protected MenuProvider
SmithingTableBlock.getMenuProvider
(BlockState pState, Level pLevel, BlockPos pPos) protected MenuProvider
StonecutterBlock.getMenuProvider
(BlockState pState, Level pLevel, BlockPos pPos) private BlockState
RedStoneWireBlock.getMissingConnections
(BlockGetter pLevel, BlockState pState, BlockPos pPos) private static BlockState
InfestedBlock.getNewStateWithProperties
(Map<BlockState, BlockState> pStateMap, BlockState pState, Supplier<BlockState> pSupplier) ChangeOverTimeBlock.getNext
(BlockState pState) default Optional
<BlockState> WeatheringCopper.getNext
(BlockState p_154893_) default Optional
<BlockState> ChangeOverTimeBlock.getNextState
(BlockState pState, ServerLevel pLevel, BlockPos pPos, RandomSource pRandom) protected VoxelShape
FenceBlock.getOcclusionShape
(BlockState p_53338_) protected VoxelShape
FenceGateBlock.getOcclusionShape
(BlockState p_53401_) protected VoxelShape
LecternBlock.getOcclusionShape
(BlockState p_54584_) protected VoxelShape
MossyCarpetBlock.getOcclusionShape
(BlockState p_380234_) protected VoxelShape
PointedDripstoneBlock.getOcclusionShape
(BlockState p_154170_) protected VoxelShape
SculkShriekerBlock.getOcclusionShape
(BlockState p_222221_) protected VoxelShape
SkullBlock.getOcclusionShape
(BlockState p_56336_) static OptionalInt
LeavesBlock.getOptionalDistanceAt
(BlockState pState) protected int
ComparatorBlock.getOutputSignal
(BlockGetter pLevel, BlockPos pPos, BlockState pState) protected int
DiodeBlock.getOutputSignal
(BlockGetter pLevel, BlockPos pPos, BlockState pState) AbstractCandleBlock.getParticleOffsets
(BlockState pState) CandleBlock.getParticleOffsets
(BlockState p_152812_) CandleCakeBlock.getParticleOffsets
(BlockState p_152868_) static SculkSensorPhase
SculkSensorBlock.getPhase
(BlockState pState) static Optional
<BlockState> WeatheringCopper.getPrevious
(BlockState pState) BaseRailBlock.getRailDirection
(BlockState state, BlockGetter world, BlockPos pos, AbstractMinecart cart) protected RenderShape
AirBlock.getRenderShape
(BlockState pState) protected RenderShape
BarrierBlock.getRenderShape
(BlockState pState) protected RenderShape
BubbleColumnBlock.getRenderShape
(BlockState pState) protected RenderShape
EndGatewayBlock.getRenderShape
(BlockState p_389542_) protected RenderShape
EndPortalBlock.getRenderShape
(BlockState p_389588_) protected RenderShape
LightBlock.getRenderShape
(BlockState p_153693_) protected RenderShape
LiquidBlock.getRenderShape
(BlockState pState) protected RenderShape
StructureVoidBlock.getRenderShape
(BlockState pState) static int
RespawnAnchorBlock.getScaledChargeLevel
(BlockState pState, int pScale) protected long
BedBlock.getSeed
(BlockState pState, BlockPos pPos) protected long
DoorBlock.getSeed
(BlockState pState, BlockPos pPos) protected long
DoublePlantBlock.getSeed
(BlockState pState, BlockPos pPos) protected float
BarrierBlock.getShadeBrightness
(BlockState pState, BlockGetter pLevel, BlockPos pPos) protected float
LightBlock.getShadeBrightness
(BlockState p_153689_, BlockGetter p_153690_, BlockPos p_153691_) protected float
MudBlock.getShadeBrightness
(BlockState p_221552_, BlockGetter p_221553_, BlockPos p_221554_) protected float
SnowLayerBlock.getShadeBrightness
(BlockState p_222453_, BlockGetter p_222454_, BlockPos p_222455_) protected float
SoulSandBlock.getShadeBrightness
(BlockState p_222462_, BlockGetter p_222463_, BlockPos p_222464_) protected float
StructureVoidBlock.getShadeBrightness
(BlockState pState, BlockGetter pLevel, BlockPos pPos) protected float
TransparentBlock.getShadeBrightness
(BlockState p_308911_, BlockGetter p_308952_, BlockPos p_308918_) protected VoxelShape
AbstractCauldronBlock.getShape
(BlockState p_151964_, BlockGetter p_151965_, BlockPos p_151966_, CollisionContext p_151967_) protected VoxelShape
AirBlock.getShape
(BlockState pState, BlockGetter pLevel, BlockPos pPos, CollisionContext pContext) protected VoxelShape
AmethystClusterBlock.getShape
(BlockState p_152021_, BlockGetter p_152022_, BlockPos p_152023_, CollisionContext p_152024_) protected VoxelShape
AnvilBlock.getShape
(BlockState pState, BlockGetter pLevel, BlockPos pPos, CollisionContext pContext) protected VoxelShape
AttachedStemBlock.getShape
(BlockState pState, BlockGetter pLevel, BlockPos pPos, CollisionContext pContext) protected VoxelShape
AzaleaBlock.getShape
(BlockState p_152084_, BlockGetter p_152085_, BlockPos p_152086_, CollisionContext p_152087_) protected VoxelShape
BambooSaplingBlock.getShape
(BlockState pState, BlockGetter pLevel, BlockPos pPos, CollisionContext pContext) protected VoxelShape
BambooStalkBlock.getShape
(BlockState p_261515_, BlockGetter p_261586_, BlockPos p_261526_, CollisionContext p_261930_) protected VoxelShape
BannerBlock.getShape
(BlockState pState, BlockGetter pLevel, BlockPos pPos, CollisionContext pContext) protected VoxelShape
BaseCoralFanBlock.getShape
(BlockState pState, BlockGetter pLevel, BlockPos pPos, CollisionContext pContext) protected VoxelShape
BaseCoralPlantBlock.getShape
(BlockState pState, BlockGetter pLevel, BlockPos pPos, CollisionContext pContext) protected VoxelShape
BaseCoralPlantTypeBlock.getShape
(BlockState pState, BlockGetter pLevel, BlockPos pPos, CollisionContext pContext) protected VoxelShape
BaseCoralWallFanBlock.getShape
(BlockState pState, BlockGetter pLevel, BlockPos pPos, CollisionContext pContext) protected VoxelShape
BaseFireBlock.getShape
(BlockState pState, BlockGetter pLevel, BlockPos pPos, CollisionContext pContext) protected VoxelShape
BasePressurePlateBlock.getShape
(BlockState pState, BlockGetter pLevel, BlockPos pPos, CollisionContext pContext) protected VoxelShape
BaseRailBlock.getShape
(BlockState pState, BlockGetter pLevel, BlockPos pPos, CollisionContext pContext) protected VoxelShape
BaseTorchBlock.getShape
(BlockState p_304673_, BlockGetter p_304919_, BlockPos p_304930_, CollisionContext p_304757_) protected VoxelShape
BedBlock.getShape
(BlockState pState, BlockGetter pLevel, BlockPos pPos, CollisionContext pContext) protected VoxelShape
BeetrootBlock.getShape
(BlockState pState, BlockGetter pLevel, BlockPos pPos, CollisionContext pContext) protected VoxelShape
BellBlock.getShape
(BlockState pState, BlockGetter pLevel, BlockPos pPos, CollisionContext pContext) protected VoxelShape
BigDripleafBlock.getShape
(BlockState p_152261_, BlockGetter p_152262_, BlockPos p_152263_, CollisionContext p_152264_) protected VoxelShape
BigDripleafStemBlock.getShape
(BlockState p_152360_, BlockGetter p_152361_, BlockPos p_152362_, CollisionContext p_152363_) protected VoxelShape
BrewingStandBlock.getShape
(BlockState pState, BlockGetter pLevel, BlockPos pPos, CollisionContext pContext) protected VoxelShape
BubbleColumnBlock.getShape
(BlockState pState, BlockGetter pLevel, BlockPos pPos, CollisionContext pContext) protected VoxelShape
BushBlock.getShape
(BlockState p_401432_, BlockGetter p_401175_, BlockPos p_401162_, CollisionContext p_401402_) protected VoxelShape
ButtonBlock.getShape
(BlockState pState, BlockGetter pLevel, BlockPos pPos, CollisionContext pContext) protected VoxelShape
CactusBlock.getShape
(BlockState pState, BlockGetter pLevel, BlockPos pPos, CollisionContext pContext) protected VoxelShape
CactusFlowerBlock.getShape
(BlockState p_401923_, BlockGetter p_401936_, BlockPos p_401926_, CollisionContext p_401860_) protected VoxelShape
CakeBlock.getShape
(BlockState pState, BlockGetter pLevel, BlockPos pPos, CollisionContext pContext) protected VoxelShape
CampfireBlock.getShape
(BlockState pState, BlockGetter pLevel, BlockPos pPos, CollisionContext pContext) protected VoxelShape
CandleBlock.getShape
(BlockState p_152817_, BlockGetter p_152818_, BlockPos p_152819_, CollisionContext p_152820_) protected VoxelShape
CandleCakeBlock.getShape
(BlockState p_152875_, BlockGetter p_152876_, BlockPos p_152877_, CollisionContext p_152878_) protected VoxelShape
CarpetBlock.getShape
(BlockState p_152917_, BlockGetter p_152918_, BlockPos p_152919_, CollisionContext p_152920_) protected VoxelShape
CarrotBlock.getShape
(BlockState pState, BlockGetter pLevel, BlockPos pPos, CollisionContext pContext) protected VoxelShape
CeilingHangingSignBlock.getShape
(BlockState p_250564_, BlockGetter p_248998_, BlockPos p_249501_, CollisionContext p_248978_) protected VoxelShape
ChainBlock.getShape
(BlockState pState, BlockGetter pLevel, BlockPos pPos, CollisionContext pContext) protected VoxelShape
ChestBlock.getShape
(BlockState pState, BlockGetter pLevel, BlockPos pPos, CollisionContext pContext) protected VoxelShape
CocoaBlock.getShape
(BlockState pState, BlockGetter pLevel, BlockPos pPos, CollisionContext pContext) protected VoxelShape
ComposterBlock.getShape
(BlockState pState, BlockGetter pLevel, BlockPos pPos, CollisionContext pContext) protected VoxelShape
ConduitBlock.getShape
(BlockState pState, BlockGetter pLevel, BlockPos pPos, CollisionContext pContext) protected VoxelShape
CoralPlantBlock.getShape
(BlockState pState, BlockGetter pLevel, BlockPos pPos, CollisionContext pContext) protected VoxelShape
CropBlock.getShape
(BlockState pState, BlockGetter pLevel, BlockPos pPos, CollisionContext pContext) protected VoxelShape
CrossCollisionBlock.getShape
(BlockState pState, BlockGetter pLevel, BlockPos pPos, CollisionContext pContext) protected VoxelShape
DaylightDetectorBlock.getShape
(BlockState pState, BlockGetter pLevel, BlockPos pPos, CollisionContext pContext) protected VoxelShape
DecoratedPotBlock.getShape
(BlockState p_273112_, BlockGetter p_273055_, BlockPos p_273137_, CollisionContext p_273151_) protected VoxelShape
DiodeBlock.getShape
(BlockState pState, BlockGetter pLevel, BlockPos pPos, CollisionContext pContext) protected VoxelShape
DirtPathBlock.getShape
(BlockState p_153143_, BlockGetter p_153144_, BlockPos p_153145_, CollisionContext p_153146_) protected VoxelShape
DoorBlock.getShape
(BlockState pState, BlockGetter pLevel, BlockPos pPos, CollisionContext pContext) protected VoxelShape
DragonEggBlock.getShape
(BlockState pState, BlockGetter pLevel, BlockPos pPos, CollisionContext pContext) protected VoxelShape
DryVegetationBlock.getShape
(BlockState p_401767_, BlockGetter p_401764_, BlockPos p_401758_, CollisionContext p_401896_) protected VoxelShape
EnchantingTableBlock.getShape
(BlockState p_340823_, BlockGetter p_340890_, BlockPos p_340839_, CollisionContext p_341114_) protected VoxelShape
EnderChestBlock.getShape
(BlockState pState, BlockGetter pLevel, BlockPos pPos, CollisionContext pContext) protected VoxelShape
EndPortalBlock.getShape
(BlockState pState, BlockGetter pLevel, BlockPos pPos, CollisionContext pContext) protected VoxelShape
EndPortalFrameBlock.getShape
(BlockState pState, BlockGetter pLevel, BlockPos pPos, CollisionContext pContext) protected VoxelShape
FarmBlock.getShape
(BlockState pState, BlockGetter pLevel, BlockPos pPos, CollisionContext pContext) protected VoxelShape
FenceGateBlock.getShape
(BlockState pState, BlockGetter pLevel, BlockPos pPos, CollisionContext pContext) protected VoxelShape
FireBlock.getShape
(BlockState pState, BlockGetter pLevel, BlockPos pPos, CollisionContext pContext) FlowerBedBlock.getShape
(BlockState p_393803_, BlockGetter p_394026_, BlockPos p_394322_, CollisionContext p_394474_) protected VoxelShape
FlowerBlock.getShape
(BlockState pState, BlockGetter pLevel, BlockPos pPos, CollisionContext pContext) protected VoxelShape
FlowerPotBlock.getShape
(BlockState pState, BlockGetter pLevel, BlockPos pPos, CollisionContext pContext) protected VoxelShape
FrogspawnBlock.getShape
(BlockState p_221199_, BlockGetter p_221200_, BlockPos p_221201_, CollisionContext p_221202_) protected VoxelShape
FungusBlock.getShape
(BlockState pState, BlockGetter pLevel, BlockPos pPos, CollisionContext pContext) protected VoxelShape
GrindstoneBlock.getShape
(BlockState pState, BlockGetter pLevel, BlockPos pPos, CollisionContext pContext) protected VoxelShape
GrowingPlantBlock.getShape
(BlockState pState, BlockGetter pLevel, BlockPos pPos, CollisionContext pContext) protected VoxelShape
HangingMossBlock.getShape
(BlockState p_379697_, BlockGetter p_380282_, BlockPos p_379821_, CollisionContext p_379644_) protected VoxelShape
HangingRootsBlock.getShape
(BlockState p_153342_, BlockGetter p_153343_, BlockPos p_153344_, CollisionContext p_153345_) protected VoxelShape
HeavyCoreBlock.getShape
(BlockState p_334026_, BlockGetter p_334049_, BlockPos p_334056_, CollisionContext p_333870_) protected VoxelShape
HopperBlock.getShape
(BlockState pState, BlockGetter pLevel, BlockPos pPos, CollisionContext pContext) protected VoxelShape
LadderBlock.getShape
(BlockState pState, BlockGetter pLevel, BlockPos pPos, CollisionContext pContext) protected VoxelShape
LanternBlock.getShape
(BlockState p_153474_, BlockGetter p_153475_, BlockPos p_153476_, CollisionContext p_153477_) LeafLitterBlock.getShape
(BlockState p_393565_, BlockGetter p_393799_, BlockPos p_394123_, CollisionContext p_393894_) protected VoxelShape
LecternBlock.getShape
(BlockState pState, BlockGetter pLevel, BlockPos pPos, CollisionContext pContext) protected VoxelShape
LeverBlock.getShape
(BlockState pState, BlockGetter pLevel, BlockPos pPos, CollisionContext pContext) protected VoxelShape
LightBlock.getShape
(BlockState p_153668_, BlockGetter p_153669_, BlockPos p_153670_, CollisionContext p_153671_) protected VoxelShape
LiquidBlock.getShape
(BlockState pState, BlockGetter pLevel, BlockPos pPos, CollisionContext pContext) protected VoxelShape
MangrovePropaguleBlock.getShape
(BlockState p_221468_, BlockGetter p_221469_, BlockPos p_221470_, CollisionContext p_221471_) protected VoxelShape
MossyCarpetBlock.getShape
(BlockState p_380262_, BlockGetter p_379532_, BlockPos p_379586_, CollisionContext p_380281_) protected VoxelShape
MultifaceBlock.getShape
(BlockState p_153851_, BlockGetter p_153852_, BlockPos p_153853_, CollisionContext p_153854_) protected VoxelShape
MushroomBlock.getShape
(BlockState pState, BlockGetter pLevel, BlockPos pPos, CollisionContext pContext) protected VoxelShape
NetherPortalBlock.getShape
(BlockState pState, BlockGetter pLevel, BlockPos pPos, CollisionContext pContext) protected VoxelShape
NetherSproutsBlock.getShape
(BlockState pState, BlockGetter pLevel, BlockPos pPos, CollisionContext pContext) protected VoxelShape
NetherWartBlock.getShape
(BlockState pState, BlockGetter pLevel, BlockPos pPos, CollisionContext pContext) protected VoxelShape
PiglinWallSkullBlock.getShape
(BlockState p_261765_, BlockGetter p_261604_, BlockPos p_261948_, CollisionContext p_261889_) protected VoxelShape
PipeBlock.getShape
(BlockState pState, BlockGetter pLevel, BlockPos pPos, CollisionContext pContext) PitcherCropBlock.getShape
(BlockState p_277602_, BlockGetter p_277617_, BlockPos p_278005_, CollisionContext p_277514_) protected VoxelShape
PointedDripstoneBlock.getShape
(BlockState p_154117_, BlockGetter p_154118_, BlockPos p_154119_, CollisionContext p_154120_) protected VoxelShape
PotatoBlock.getShape
(BlockState pState, BlockGetter pLevel, BlockPos pPos, CollisionContext pContext) protected VoxelShape
RedstoneWallTorchBlock.getShape
(BlockState pState, BlockGetter pLevel, BlockPos pPos, CollisionContext pContext) protected VoxelShape
RedStoneWireBlock.getShape
(BlockState pState, BlockGetter pLevel, BlockPos pPos, CollisionContext pContext) protected VoxelShape
RodBlock.getShape
(BlockState p_154346_, BlockGetter p_154347_, BlockPos p_154348_, CollisionContext p_154349_) protected VoxelShape
RootsBlock.getShape
(BlockState pState, BlockGetter pLevel, BlockPos pPos, CollisionContext pContext) protected VoxelShape
SaplingBlock.getShape
(BlockState pState, BlockGetter pLevel, BlockPos pPos, CollisionContext pContext) protected VoxelShape
ScaffoldingBlock.getShape
(BlockState pState, BlockGetter pLevel, BlockPos pPos, CollisionContext pContext) protected VoxelShape
SculkSensorBlock.getShape
(BlockState p_154432_, BlockGetter p_154433_, BlockPos p_154434_, CollisionContext p_154435_) protected VoxelShape
SeagrassBlock.getShape
(BlockState p_154525_, BlockGetter p_154526_, BlockPos p_154527_, CollisionContext p_154528_) protected VoxelShape
SeaPickleBlock.getShape
(BlockState pState, BlockGetter pLevel, BlockPos pPos, CollisionContext pContext) protected VoxelShape
ShortDryGrassBlock.getShape
(BlockState p_401780_, BlockGetter p_401807_, BlockPos p_401895_, CollisionContext p_401802_) protected VoxelShape
ShulkerBoxBlock.getShape
(BlockState pState, BlockGetter pLevel, BlockPos pPos, CollisionContext pContext) protected VoxelShape
SignBlock.getShape
(BlockState pState, BlockGetter pLevel, BlockPos pPos, CollisionContext pContext) protected VoxelShape
SkullBlock.getShape
(BlockState pState, BlockGetter pLevel, BlockPos pPos, CollisionContext pContext) protected VoxelShape
SlabBlock.getShape
(BlockState pState, BlockGetter pLevel, BlockPos pPos, CollisionContext pContext) protected VoxelShape
SmallDripleafBlock.getShape
(BlockState p_154610_, BlockGetter p_154611_, BlockPos p_154612_, CollisionContext p_154613_) SnifferEggBlock.getShape
(BlockState p_277872_, BlockGetter p_278090_, BlockPos p_277364_, CollisionContext p_278016_) protected VoxelShape
SnowLayerBlock.getShape
(BlockState pState, BlockGetter pLevel, BlockPos pPos, CollisionContext pContext) protected VoxelShape
SporeBlossomBlock.getShape
(BlockState p_154699_, BlockGetter p_154700_, BlockPos p_154701_, CollisionContext p_154702_) protected VoxelShape
StairBlock.getShape
(BlockState pState, BlockGetter pLevel, BlockPos pPos, CollisionContext pContext) protected VoxelShape
StemBlock.getShape
(BlockState pState, BlockGetter pLevel, BlockPos pPos, CollisionContext pContext) protected VoxelShape
StonecutterBlock.getShape
(BlockState pState, BlockGetter pLevel, BlockPos pPos, CollisionContext pContext) protected VoxelShape
StructureVoidBlock.getShape
(BlockState pState, BlockGetter pLevel, BlockPos pPos, CollisionContext pContext) protected VoxelShape
SugarCaneBlock.getShape
(BlockState pState, BlockGetter pLevel, BlockPos pPos, CollisionContext pContext) protected VoxelShape
SweetBerryBushBlock.getShape
(BlockState pState, BlockGetter pLevel, BlockPos pPos, CollisionContext pContext) protected VoxelShape
TallDryGrassBlock.getShape
(BlockState p_401857_, BlockGetter p_401866_, BlockPos p_401940_, CollisionContext p_401832_) protected VoxelShape
TallGrassBlock.getShape
(BlockState pState, BlockGetter pLevel, BlockPos pPos, CollisionContext pContext) protected VoxelShape
TallSeagrassBlock.getShape
(BlockState p_154763_, BlockGetter p_154764_, BlockPos p_154765_, CollisionContext p_154766_) TorchflowerCropBlock.getShape
(BlockState p_272748_, BlockGetter p_273408_, BlockPos p_272762_, CollisionContext p_272649_) protected VoxelShape
TrapDoorBlock.getShape
(BlockState pState, BlockGetter pLevel, BlockPos pPos, CollisionContext pContext) protected VoxelShape
TripWireBlock.getShape
(BlockState pState, BlockGetter pLevel, BlockPos pPos, CollisionContext pContext) protected VoxelShape
TripWireHookBlock.getShape
(BlockState pState, BlockGetter pLevel, BlockPos pPos, CollisionContext pContext) protected VoxelShape
TurtleEggBlock.getShape
(BlockState pState, BlockGetter pLevel, BlockPos pPos, CollisionContext pContext) protected VoxelShape
VineBlock.getShape
(BlockState pState, BlockGetter pLevel, BlockPos pPos, CollisionContext pContext) protected VoxelShape
WallBannerBlock.getShape
(BlockState pState, BlockGetter pLevel, BlockPos pPos, CollisionContext pContext) protected VoxelShape
WallBlock.getShape
(BlockState pState, BlockGetter pLevel, BlockPos pPos, CollisionContext pContext) protected VoxelShape
WallHangingSignBlock.getShape
(BlockState p_250980_, BlockGetter p_251012_, BlockPos p_251391_, CollisionContext p_251875_) protected VoxelShape
WallSignBlock.getShape
(BlockState pState, BlockGetter pLevel, BlockPos pPos, CollisionContext pContext) protected VoxelShape
WallSkullBlock.getShape
(BlockState pState, BlockGetter pLevel, BlockPos pPos, CollisionContext pContext) static VoxelShape
WallTorchBlock.getShape
(BlockState pState) protected VoxelShape
WallTorchBlock.getShape
(BlockState pState, BlockGetter pLevel, BlockPos pPos, CollisionContext pContext) protected VoxelShape
WaterlilyBlock.getShape
(BlockState pState, BlockGetter pLevel, BlockPos pPos, CollisionContext pContext) protected int
BasePressurePlateBlock.getSignal
(BlockState pBlockState, BlockGetter pBlockAccess, BlockPos pPos, Direction pSide) protected int
ButtonBlock.getSignal
(BlockState pBlockState, BlockGetter pBlockAccess, BlockPos pPos, Direction pSide) int
CalibratedSculkSensorBlock.getSignal
(BlockState p_277782_, BlockGetter p_277556_, BlockPos p_277903_, Direction p_278059_) protected int
DaylightDetectorBlock.getSignal
(BlockState pBlockState, BlockGetter pBlockAccess, BlockPos pPos, Direction pSide) protected int
DetectorRailBlock.getSignal
(BlockState pBlockState, BlockGetter pBlockAccess, BlockPos pPos, Direction pSide) protected int
DiodeBlock.getSignal
(BlockState pBlockState, BlockGetter pBlockAccess, BlockPos pPos, Direction pSide) int
JukeboxBlock.getSignal
(BlockState p_272942_, BlockGetter p_273232_, BlockPos p_273524_, Direction p_272902_) protected int
LecternBlock.getSignal
(BlockState pBlockState, BlockGetter pBlockAccess, BlockPos pPos, Direction pSide) protected int
LeverBlock.getSignal
(BlockState pBlockState, BlockGetter pBlockAccess, BlockPos pPos, Direction pSide) protected int
LightningRodBlock.getSignal
(BlockState p_153723_, BlockGetter p_153724_, BlockPos p_153725_, Direction p_153726_) protected int
ObserverBlock.getSignal
(BlockState pBlockState, BlockGetter pBlockAccess, BlockPos pPos, Direction pSide) protected int
PoweredBlock.getSignal
(BlockState pBlockState, BlockGetter pBlockAccess, BlockPos pPos, Direction pSide) protected int
RedstoneTorchBlock.getSignal
(BlockState pBlockState, BlockGetter pBlockAccess, BlockPos pPos, Direction pSide) protected int
RedstoneWallTorchBlock.getSignal
(BlockState pBlockState, BlockGetter pBlockAccess, BlockPos pPos, Direction pSide) protected int
RedStoneWireBlock.getSignal
(BlockState pBlockState, BlockGetter pBlockAccess, BlockPos pPos, Direction pSide) protected int
SculkSensorBlock.getSignal
(BlockState p_154437_, BlockGetter p_154438_, BlockPos p_154439_, Direction p_154440_) protected int
TargetBlock.getSignal
(BlockState pBlockState, BlockGetter pBlockAccess, BlockPos pPos, Direction pSide) int
TestBlock.getSignal
(BlockState p_397637_, BlockGetter p_397297_, BlockPos p_397948_, Direction p_397493_) protected int
TrappedChestBlock.getSignal
(BlockState pBlockState, BlockGetter pBlockAccess, BlockPos pPos, Direction pSide) protected int
TripWireHookBlock.getSignal
(BlockState pBlockState, BlockGetter pBlockAccess, BlockPos pPos, Direction pSide) protected abstract int
BasePressurePlateBlock.getSignalForState
(BlockState pState) Returns the signal encoded in the given block state.protected int
PressurePlateBlock.getSignalForState
(BlockState pState) protected int
WeightedPressurePlateBlock.getSignalForState
(BlockState pState) SignBlock.getSignHitboxCenterPosition
(BlockState pState) WallSignBlock.getSignHitboxCenterPosition
(BlockState p_278316_) protected SoundType
DecoratedPotBlock.getSoundType
(BlockState p_277561_) BonemealableBlock.getSpreadableNeighbourPos
(List<Direction> pDirections, LevelReader pLevel, BlockPos pPos, BlockState pState) MultifaceSpreader.getSpreadFromFaceTowardDirection
(BlockState pState, BlockGetter pLevel, BlockPos pPos, Direction pSpreadDirection, Direction pFace, MultifaceSpreader.SpreadPredicate pPredicate) private static StairsShape
StairBlock.getStairsShape
(BlockState pState, BlockGetter pLevel, BlockPos pPos) Returns a stair shape property based on the surrounding stairs from the given blockstate and positionMultifaceBlock.getStateForPlacement
(BlockState pCurrentState, BlockGetter pLevel, BlockPos pPos, Direction pLookingDirection) MultifaceSpreader.DefaultSpreaderConfig.getStateForPlacement
(BlockState p_221694_, BlockGetter p_221695_, BlockPos p_221696_, Direction p_221697_) MultifaceSpreader.SpreadConfig.getStateForPlacement
(BlockState pCurrentState, BlockGetter pLevel, BlockPos pPos, Direction pLookingDirection) static BlockState
ChorusPlantBlock.getStateWithConnections
(BlockGetter pLevel, BlockPos pPos, BlockState pState) <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> CalibratedSculkSensorBlock.getTicker
(Level p_277645_, BlockState p_278033_, BlockEntityType<T> p_277641_) <T extends BlockEntity>
BlockEntityTicker<T> CampfireBlock.getTicker
(Level p_152755_, BlockState p_152756_, BlockEntityType<T> p_152757_) <T extends BlockEntity>
BlockEntityTicker<T> CeilingHangingSignBlock.getTicker
(Level p_279379_, BlockState p_279390_, BlockEntityType<T> p_279231_) <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> CrafterBlock.getTicker
(Level p_307308_, BlockState p_307639_, BlockEntityType<T> p_307651_) <T extends BlockEntity>
BlockEntityTicker<T> CreakingHeartBlock.getTicker
(Level p_379447_, BlockState p_379641_, BlockEntityType<T> p_380325_) <T extends BlockEntity>
BlockEntityTicker<T> DaylightDetectorBlock.getTicker
(Level p_153109_, BlockState p_153110_, BlockEntityType<T> p_153111_) <T extends BlockEntity>
BlockEntityTicker<T> EnchantingTableBlock.getTicker
(Level p_340880_, BlockState p_341416_, BlockEntityType<T> p_341078_) <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 pLevel, BlockState pState, BlockEntityType<T> pBlockEntityType) <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> JukeboxBlock.getTicker
(Level p_239682_, BlockState p_239683_, BlockEntityType<T> p_239684_) <T extends BlockEntity>
BlockEntityTicker<T> SculkCatalystBlock.getTicker
(Level p_222100_, BlockState p_222101_, BlockEntityType<T> p_222102_) <T extends BlockEntity>
BlockEntityTicker<T> SculkSensorBlock.getTicker
(Level p_154401_, BlockState p_154402_, BlockEntityType<T> p_154403_) <T extends BlockEntity>
BlockEntityTicker<T> SculkShriekerBlock.getTicker
(Level p_222173_, BlockState p_222174_, BlockEntityType<T> p_222175_) <T extends BlockEntity>
BlockEntityTicker<T> ShulkerBoxBlock.getTicker
(Level p_154543_, BlockState p_154544_, BlockEntityType<T> p_154545_) <T extends BlockEntity>
BlockEntityTicker<T> SignBlock.getTicker
(Level p_277367_, BlockState p_277896_, BlockEntityType<T> p_277724_) <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_) <T extends BlockEntity>
BlockEntityTicker<T> TrialSpawnerBlock.getTicker
(Level p_311756_, BlockState p_312797_, BlockEntityType<T> p_312122_) <T extends BlockEntity>
BlockEntityTicker<T> VaultBlock.getTicker
(Level p_323525_, BlockState p_324070_, BlockEntityType<T> p_323541_) <T extends BlockEntity>
BlockEntityTicker<T> WallHangingSignBlock.getTicker
(Level p_279316_, BlockState p_279345_, BlockEntityType<T> p_279384_) static Direction
JigsawBlock.getTopFacing
(BlockState pState) This represents the face that the line connector is on.private static BlockState
MossyCarpetBlock.getUpdatedState
(BlockState pState, BlockGetter pLevel, BlockPos pPos, boolean pTip) private BlockState
VineBlock.getUpdatedState
(BlockState pState, BlockGetter pLevel, BlockPos pPos) protected VoxelShape
FenceBlock.getVisualShape
(BlockState pState, BlockGetter pReader, BlockPos pPos, CollisionContext pContext) protected VoxelShape
IronBarsBlock.getVisualShape
(BlockState pState, BlockGetter pReader, BlockPos pPos, CollisionContext pContext) protected VoxelShape
MudBlock.getVisualShape
(BlockState p_221556_, BlockGetter p_221557_, BlockPos p_221558_, CollisionContext p_221559_) protected VoxelShape
PowderSnowBlock.getVisualShape
(BlockState p_154276_, BlockGetter p_154277_, BlockPos p_154278_, CollisionContext p_154279_) protected VoxelShape
SnowLayerBlock.getVisualShape
(BlockState pState, BlockGetter pReader, BlockPos pPos, CollisionContext pContext) protected VoxelShape
SoulSandBlock.getVisualShape
(BlockState pState, BlockGetter pReader, BlockPos pPos, CollisionContext pContext) protected VoxelShape
TransparentBlock.getVisualShape
(BlockState p_309057_, BlockGetter p_308936_, BlockPos p_308956_, CollisionContext p_309006_) private VoxelShape
BellBlock.getVoxelShape
(BlockState pState) private VoxelShape
GrindstoneBlock.getVoxelShape
(BlockState pState) boolean
ComparatorBlock.getWeakChanges
(BlockState state, LevelReader world, BlockPos pos) float
CeilingHangingSignBlock.getYRotationDegrees
(BlockState p_277758_) abstract float
SignBlock.getYRotationDegrees
(BlockState pState) float
StandingSignBlock.getYRotationDegrees
(BlockState p_277795_) float
WallHangingSignBlock.getYRotationDegrees
(BlockState p_278073_) float
WallSignBlock.getYRotationDegrees
(BlockState p_278024_) private void
PitcherCropBlock.grow
(ServerLevel pLevel, BlockState pState, BlockPos pPos, int pAgeIncrement) protected void
BambooStalkBlock.growBamboo
(BlockState pState, Level pLevel, BlockPos pPos, RandomSource pRandom, int pAge) void
CropBlock.growCrops
(Level pLevel, BlockPos pPos, BlockState pState) boolean
MushroomBlock.growMushroom
(ServerLevel pLevel, BlockPos pPos, BlockState pState, RandomSource pRandom) static void
PointedDripstoneBlock.growStalactiteOrStalagmiteIfPossible
(BlockState pState, ServerLevel pLevel, BlockPos pPos, RandomSource pRandom) private void
LayeredCauldronBlock.handleEntityOnFireInside
(BlockState pState, Level pLevel, BlockPos pPos) void
Block.handlePrecipitation
(BlockState pState, Level pLevel, BlockPos pPos, Biome.Precipitation pPrecipitation) 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_) protected boolean
AbstractCauldronBlock.hasAnalogOutputSignal
(BlockState p_151986_) protected boolean
AbstractFurnaceBlock.hasAnalogOutputSignal
(BlockState pState) protected boolean
BarrelBlock.hasAnalogOutputSignal
(BlockState pState) protected boolean
BeehiveBlock.hasAnalogOutputSignal
(BlockState pState) protected boolean
BrewingStandBlock.hasAnalogOutputSignal
(BlockState pState) protected boolean
CakeBlock.hasAnalogOutputSignal
(BlockState pState) protected boolean
CandleCakeBlock.hasAnalogOutputSignal
(BlockState p_152909_) protected boolean
ChestBlock.hasAnalogOutputSignal
(BlockState pState) protected boolean
ChiseledBookShelfBlock.hasAnalogOutputSignal
(BlockState p_249302_) protected boolean
CommandBlock.hasAnalogOutputSignal
(BlockState pState) protected boolean
ComposterBlock.hasAnalogOutputSignal
(BlockState pState) protected boolean
CopperBulbBlock.hasAnalogOutputSignal
(BlockState p_308965_) protected boolean
CrafterBlock.hasAnalogOutputSignal
(BlockState p_307445_) protected boolean
CreakingHeartBlock.hasAnalogOutputSignal
(BlockState p_380993_) protected boolean
DecoratedPotBlock.hasAnalogOutputSignal
(BlockState p_305995_) protected boolean
DetectorRailBlock.hasAnalogOutputSignal
(BlockState pState) protected boolean
DispenserBlock.hasAnalogOutputSignal
(BlockState pState) protected boolean
EndPortalFrameBlock.hasAnalogOutputSignal
(BlockState pState) protected boolean
HopperBlock.hasAnalogOutputSignal
(BlockState pState) protected boolean
JukeboxBlock.hasAnalogOutputSignal
(BlockState pState) protected boolean
LecternBlock.hasAnalogOutputSignal
(BlockState pState) protected boolean
RespawnAnchorBlock.hasAnalogOutputSignal
(BlockState pState) protected boolean
SculkSensorBlock.hasAnalogOutputSignal
(BlockState p_154481_) protected boolean
ShulkerBoxBlock.hasAnalogOutputSignal
(BlockState pState) protected static boolean
MultifaceBlock.hasAnyFace
(BlockState pState) private static boolean
MultifaceBlock.hasAnyVacantFace
(BlockState pState) static boolean
MultifaceBlock.hasFace
(BlockState pState, Direction pDirection) default boolean
MultifaceSpreader.SpreadConfig.hasFace
(BlockState pState, Direction pDirection) private static boolean
MossyCarpetBlock.hasFaces
(BlockState pState) private boolean
VineBlock.hasFaces
(BlockState pState) static boolean
CaveVines.hasGlowBerries
(BlockState pState) private boolean
VineBlock.hasHorizontalConnection
(BlockState pState) protected boolean
RedstoneTorchBlock.hasNeighborSignal
(Level pLevel, BlockPos pPos, BlockState pState) protected boolean
RedstoneWallTorchBlock.hasNeighborSignal
(Level pLevel, BlockPos pPos, BlockState pState) static boolean
CreakingHeartBlock.hasRequiredLogs
(BlockState pState, LevelReader pLevel, BlockPos pPos) static boolean
BonemealableBlock.hasSpreadableNeighbourPos
(LevelReader pLevel, BlockPos pPos, BlockState pState) static boolean
SculkVeinBlock.hasSubstrateAccess
(LevelAccessor pLevel, BlockState pState, BlockPos pPos) InfestedBlock.hostStateByInfested
(BlockState pInfested) static BlockState
InfestedBlock.infestedStateByHost
(BlockState pHost) static BlockState
ComposterBlock.insertItem
(Entity pEntity, BlockState pState, ServerLevel pLevel, ItemStack pStack, BlockPos pPos) private static void
RedStoneOreBlock.interact
(BlockState pState, Level pLevel, BlockPos pPos) boolean
AzaleaBlock.isBonemealSuccess
(Level p_220712_, RandomSource p_220713_, BlockPos p_220714_, BlockState p_220715_) boolean
BambooSaplingBlock.isBonemealSuccess
(Level p_220748_, RandomSource p_220749_, BlockPos p_220750_, BlockState p_220751_) boolean
BambooStalkBlock.isBonemealSuccess
(Level p_261870_, RandomSource p_261802_, BlockPos p_262123_, BlockState p_261972_) boolean
BigDripleafBlock.isBonemealSuccess
(Level p_220788_, RandomSource p_220789_, BlockPos p_220790_, BlockState p_220791_) boolean
BigDripleafStemBlock.isBonemealSuccess
(Level p_220808_, RandomSource p_220809_, BlockPos p_220810_, BlockState p_220811_) boolean
BonemealableBlock.isBonemealSuccess
(Level pLevel, RandomSource pRandom, BlockPos pPos, BlockState pState) boolean
BonemealableFeaturePlacerBlock.isBonemealSuccess
(Level p_379855_, RandomSource p_380339_, BlockPos p_379438_, BlockState p_379693_) boolean
BushBlock.isBonemealSuccess
(Level p_401200_, RandomSource p_401387_, BlockPos p_401374_, BlockState p_401380_) boolean
CaveVinesBlock.isBonemealSuccess
(Level p_220930_, RandomSource p_220931_, BlockPos p_220932_, BlockState p_220933_) boolean
CaveVinesPlantBlock.isBonemealSuccess
(Level p_220943_, RandomSource p_220944_, BlockPos p_220945_, BlockState p_220946_) boolean
CocoaBlock.isBonemealSuccess
(Level p_220995_, RandomSource p_220996_, BlockPos p_220997_, BlockState p_220998_) boolean
CropBlock.isBonemealSuccess
(Level p_221045_, RandomSource p_221046_, BlockPos p_221047_, BlockState p_221048_) boolean
FireflyBushBlock.isBonemealSuccess
(Level p_401120_, RandomSource p_401417_, BlockPos p_401298_, BlockState p_401423_) boolean
FlowerBedBlock.isBonemealSuccess
(Level p_393489_, RandomSource p_394493_, BlockPos p_394603_, BlockState p_393700_) boolean
FungusBlock.isBonemealSuccess
(Level p_221248_, RandomSource p_221249_, BlockPos p_221250_, BlockState p_221251_) boolean
GlowLichenBlock.isBonemealSuccess
(Level p_221264_, RandomSource p_221265_, BlockPos p_221266_, BlockState p_221267_) boolean
GrassBlock.isBonemealSuccess
(Level p_221275_, RandomSource p_221276_, BlockPos p_221277_, BlockState p_221278_) boolean
GrowingPlantBodyBlock.isBonemealSuccess
(Level p_221290_, RandomSource p_221291_, BlockPos p_221292_, BlockState p_221293_) boolean
GrowingPlantHeadBlock.isBonemealSuccess
(Level p_221343_, RandomSource p_221344_, BlockPos p_221345_, BlockState p_221346_) boolean
HangingMossBlock.isBonemealSuccess
(Level p_380206_, RandomSource p_380151_, BlockPos p_379719_, BlockState p_379567_) boolean
MangroveLeavesBlock.isBonemealSuccess
(Level p_221437_, RandomSource p_221438_, BlockPos p_221439_, BlockState p_221440_) boolean
MangrovePropaguleBlock.isBonemealSuccess
(Level p_221463_, RandomSource p_221464_, BlockPos p_221465_, BlockState p_221466_) boolean
MossyCarpetBlock.isBonemealSuccess
(Level p_380168_, RandomSource p_380045_, BlockPos p_380299_, BlockState p_379595_) boolean
MushroomBlock.isBonemealSuccess
(Level p_221779_, RandomSource p_221780_, BlockPos p_221781_, BlockState p_221782_) boolean
NetherrackBlock.isBonemealSuccess
(Level p_221816_, RandomSource p_221817_, BlockPos p_221818_, BlockState p_221819_) boolean
NyliumBlock.isBonemealSuccess
(Level p_221830_, RandomSource p_221831_, BlockPos p_221832_, BlockState p_221833_) boolean
PitcherCropBlock.isBonemealSuccess
(Level p_277920_, RandomSource p_277594_, BlockPos p_277401_, BlockState p_277434_) boolean
RootedDirtBlock.isBonemealSuccess
(Level p_221979_, RandomSource p_221980_, BlockPos p_221981_, BlockState p_221982_) boolean
SaplingBlock.isBonemealSuccess
(Level p_222006_, RandomSource p_222007_, BlockPos p_222008_, BlockState p_222009_) boolean
SeagrassBlock.isBonemealSuccess
(Level p_222428_, RandomSource p_222429_, BlockPos p_222430_, BlockState p_222431_) boolean
SeaPickleBlock.isBonemealSuccess
(Level p_222418_, RandomSource p_222419_, BlockPos p_222420_, BlockState p_222421_) boolean
ShortDryGrassBlock.isBonemealSuccess
(Level p_401806_, RandomSource p_401772_, BlockPos p_401791_, BlockState p_401942_) boolean
SmallDripleafBlock.isBonemealSuccess
(Level p_222438_, RandomSource p_222439_, BlockPos p_222440_, BlockState p_222441_) boolean
StemBlock.isBonemealSuccess
(Level p_222533_, RandomSource p_222534_, BlockPos p_222535_, BlockState p_222536_) boolean
SweetBerryBushBlock.isBonemealSuccess
(Level p_222558_, RandomSource p_222559_, BlockPos p_222560_, BlockState p_222561_) boolean
TallDryGrassBlock.isBonemealSuccess
(Level p_401931_, RandomSource p_401815_, BlockPos p_401808_, BlockState p_401935_) boolean
TallFlowerBlock.isBonemealSuccess
(Level p_222573_, RandomSource p_222574_, BlockPos p_222575_, BlockState p_222576_) boolean
TallGrassBlock.isBonemealSuccess
(Level p_222583_, RandomSource p_222584_, BlockPos p_222585_, BlockState p_222586_) protected boolean
BambooStalkBlock.isCollisionShapeFullBlock
(BlockState p_262062_, BlockGetter p_261848_, BlockPos p_261466_) protected boolean
PointedDripstoneBlock.isCollisionShapeFullBlock
(BlockState p_181235_, BlockGetter p_181236_, BlockPos p_181237_) static boolean
InfestedBlock.isCompatibleHostBlock
(BlockState pState) private static boolean
WallBlock.isConnected
(BlockState pState, Property<WallSide> pHeightProperty) private static boolean
RedStoneWireBlock.isCross
(BlockState pState) static boolean
SeaPickleBlock.isDead
(BlockState pState) static boolean
DiodeBlock.isDiode
(BlockState pState) private static boolean
RedStoneWireBlock.isDot
(BlockState pState) protected boolean
AbstractCauldronBlock.isEntityInsideContent
(BlockState pState, BlockPos pPos, Entity pEntity) static boolean
Block.isExceptionForConnection
(BlockState pState) boolean
BaseRailBlock.isFlexibleRail
(BlockState state, BlockGetter world, BlockPos pos) static boolean
FallingBlock.isFree
(BlockState pState) abstract boolean
AbstractCauldronBlock.isFull
(BlockState pState) boolean
CauldronBlock.isFull
(BlockState p_152947_) boolean
LavaCauldronBlock.isFull
(BlockState p_153511_) boolean
LayeredCauldronBlock.isFull
(BlockState p_153555_) private static boolean
MangrovePropaguleBlock.isFullyGrown
(BlockState pState) private static boolean
MangrovePropaguleBlock.isHanging
(BlockState pState) private boolean
WallHangingSignBlock.isHittingEditableSide
(BlockHitResult pHitResult, BlockState pState) boolean
TrapDoorBlock.isLadder
(BlockState state, LevelReader world, BlockPos pos, LivingEntity entity) static boolean
AbstractCandleBlock.isLit
(BlockState pState) static boolean
CampfireBlock.isLitCampfire
(BlockState pState) boolean
DiodeBlock.isLocked
(LevelReader pLevel, BlockPos pPos, BlockState pState) Check if neighboring blocks are locking this diode.boolean
RepeaterBlock.isLocked
(LevelReader pLevel, BlockPos pPos, BlockState pState) private static boolean
PitcherCropBlock.isLower
(BlockState pState) final boolean
CropBlock.isMaxAge
(BlockState pState) boolean
GrowingPlantHeadBlock.isMaxAge
(BlockState pState) private boolean
PitcherCropBlock.isMaxAge
(BlockState pState) boolean
DoorBlock.isOpen
(BlockState pState) default boolean
MultifaceSpreader.SpreadConfig.isOtherBlockValidAsSource
(BlockState pOtherBlock) boolean
SculkVeinBlock.SculkVeinSpreaderConfig.isOtherBlockValidAsSource
(BlockState p_222411_) protected boolean
AbstractCauldronBlock.isPathfindable
(BlockState p_151959_, PathComputationType p_151962_) protected boolean
AbstractSkullBlock.isPathfindable
(BlockState p_48750_, PathComputationType p_48753_) protected boolean
AnvilBlock.isPathfindable
(BlockState p_48799_, PathComputationType p_48802_) protected boolean
AzaleaBlock.isPathfindable
(BlockState p_364492_, PathComputationType p_361049_) protected boolean
BambooStalkBlock.isPathfindable
(BlockState p_262166_, PathComputationType p_261513_) protected boolean
BedBlock.isPathfindable
(BlockState p_49510_, PathComputationType p_49513_) protected boolean
BellBlock.isPathfindable
(BlockState p_49717_, PathComputationType p_49720_) protected boolean
BrewingStandBlock.isPathfindable
(BlockState p_50921_, PathComputationType p_50924_) protected boolean
CactusBlock.isPathfindable
(BlockState p_51143_, PathComputationType p_51146_) protected boolean
CakeBlock.isPathfindable
(BlockState p_51193_, PathComputationType p_51196_) protected boolean
CampfireBlock.isPathfindable
(BlockState p_51264_, PathComputationType p_51267_) protected boolean
CandleCakeBlock.isPathfindable
(BlockState p_152870_, PathComputationType p_152873_) protected boolean
ChainBlock.isPathfindable
(BlockState p_51456_, PathComputationType p_51459_) protected boolean
ChestBlock.isPathfindable
(BlockState p_51522_, PathComputationType p_51525_) protected boolean
ChorusPlantBlock.isPathfindable
(BlockState p_51719_, PathComputationType p_51722_) protected boolean
CocoaBlock.isPathfindable
(BlockState p_51762_, PathComputationType p_51765_) protected boolean
ComposterBlock.isPathfindable
(BlockState p_51940_, PathComputationType p_51943_) protected boolean
ConduitBlock.isPathfindable
(BlockState p_52106_, PathComputationType p_52109_) protected boolean
CrossCollisionBlock.isPathfindable
(BlockState p_52333_, PathComputationType p_52336_) protected boolean
DecoratedPotBlock.isPathfindable
(BlockState p_276295_, PathComputationType p_276303_) protected boolean
DirtPathBlock.isPathfindable
(BlockState p_153138_, PathComputationType p_153141_) protected boolean
DoorBlock.isPathfindable
(BlockState p_52764_, PathComputationType p_52767_) protected boolean
DragonEggBlock.isPathfindable
(BlockState p_52913_, PathComputationType p_52916_) protected boolean
EnchantingTableBlock.isPathfindable
(BlockState p_341007_, PathComputationType p_341167_) protected boolean
EnderChestBlock.isPathfindable
(BlockState p_53132_, PathComputationType p_53135_) protected boolean
EndPortalFrameBlock.isPathfindable
(BlockState p_53056_, PathComputationType p_53059_) protected boolean
FarmBlock.isPathfindable
(BlockState p_53267_, PathComputationType p_53270_) protected boolean
FenceBlock.isPathfindable
(BlockState p_53306_, PathComputationType p_53309_) protected boolean
FenceGateBlock.isPathfindable
(BlockState p_53360_, PathComputationType p_53363_) protected boolean
FlowerPotBlock.isPathfindable
(BlockState p_53535_, PathComputationType p_53538_) protected boolean
GrindstoneBlock.isPathfindable
(BlockState p_53816_, PathComputationType p_53819_) protected boolean
HeavyCoreBlock.isPathfindable
(BlockState p_333758_, PathComputationType p_333728_) protected boolean
HopperBlock.isPathfindable
(BlockState p_54057_, PathComputationType p_54060_) protected boolean
LanternBlock.isPathfindable
(BlockState p_153469_, PathComputationType p_153472_) protected boolean
LecternBlock.isPathfindable
(BlockState p_54510_, PathComputationType p_54513_) protected boolean
LiquidBlock.isPathfindable
(BlockState p_54704_, PathComputationType p_54707_) protected boolean
MudBlock.isPathfindable
(BlockState p_221547_, PathComputationType p_221550_) protected boolean
PointedDripstoneBlock.isPathfindable
(BlockState p_154112_, PathComputationType p_154115_) protected boolean
PowderSnowBlock.isPathfindable
(BlockState p_154258_, PathComputationType p_154261_) protected boolean
RespawnAnchorBlock.isPathfindable
(BlockState p_55865_, PathComputationType p_55868_) protected boolean
RodBlock.isPathfindable
(BlockState p_154341_, PathComputationType p_154344_) protected boolean
SculkSensorBlock.isPathfindable
(BlockState p_154427_, PathComputationType p_154430_) protected boolean
SeaPickleBlock.isPathfindable
(BlockState p_56104_, PathComputationType p_56107_) protected boolean
SlabBlock.isPathfindable
(BlockState p_56376_, PathComputationType p_56379_) boolean
SnifferEggBlock.isPathfindable
(BlockState p_279414_, PathComputationType p_279299_) protected boolean
SnowLayerBlock.isPathfindable
(BlockState p_56592_, PathComputationType p_56595_) protected boolean
SoulSandBlock.isPathfindable
(BlockState p_56679_, PathComputationType p_56682_) protected boolean
StairBlock.isPathfindable
(BlockState p_56891_, PathComputationType p_56894_) protected boolean
StonecutterBlock.isPathfindable
(BlockState p_57078_, PathComputationType p_57081_) protected boolean
TrapDoorBlock.isPathfindable
(BlockState p_57535_, PathComputationType p_57538_) protected boolean
VegetationBlock.isPathfindable
(BlockState p_401351_, PathComputationType p_401371_) protected boolean
WallBlock.isPathfindable
(BlockState p_57996_, PathComputationType p_57999_) protected boolean
WallHangingSignBlock.isPathfindable
(BlockState p_253755_, PathComputationType p_253687_) private static boolean
PointedDripstoneBlock.isPointedDripstoneWithDirection
(BlockState pState, Direction pDir) boolean
AbstractBannerBlock.isPossibleToRespawnInThis
(BlockState p_279267_) boolean
BasePressurePlateBlock.isPossibleToRespawnInThis
(BlockState p_279155_) boolean
Block.isPossibleToRespawnInThis
(BlockState pState) boolean
SignBlock.isPossibleToRespawnInThis
(BlockState p_279137_) private boolean
BellBlock.isProperHit
(BlockState pPos, Direction pDirection, double pDistanceY) static boolean
BaseRailBlock.isRail
(BlockState pState) protected boolean
BambooStalkBlock.isRandomlyTicking
(BlockState p_262083_) protected boolean
ChorusFlowerBlock.isRandomlyTicking
(BlockState pState) Returns whether this block is of a type that needs random ticking.protected boolean
CocoaBlock.isRandomlyTicking
(BlockState pState) protected boolean
CropBlock.isRandomlyTicking
(BlockState pState) protected boolean
FlowerPotBlock.isRandomlyTicking
(BlockState p_383068_) protected boolean
GrowingPlantHeadBlock.isRandomlyTicking
(BlockState pState) protected boolean
LeavesBlock.isRandomlyTicking
(BlockState pState) protected boolean
LiquidBlock.isRandomlyTicking
(BlockState pState) protected boolean
NetherWartBlock.isRandomlyTicking
(BlockState pState) boolean
PitcherCropBlock.isRandomlyTicking
(BlockState p_277483_) protected boolean
RedStoneOreBlock.isRandomlyTicking
(BlockState pState) protected boolean
SweetBerryBushBlock.isRandomlyTicking
(BlockState pState) protected boolean
WeatheringCopperBulbBlock.isRandomlyTicking
(BlockState p_308966_) protected boolean
WeatheringCopperDoorBlock.isRandomlyTicking
(BlockState p_308997_) protected boolean
WeatheringCopperFullBlock.isRandomlyTicking
(BlockState p_154935_) protected boolean
WeatheringCopperGrateBlock.isRandomlyTicking
(BlockState p_309102_) protected boolean
WeatheringCopperSlabBlock.isRandomlyTicking
(BlockState p_154947_) protected boolean
WeatheringCopperStairBlock.isRandomlyTicking
(BlockState p_154961_) protected boolean
WeatheringCopperTrapDoorBlock.isRandomlyTicking
(BlockState p_309078_) private boolean
SnifferEggBlock.isReadyToHatch
(BlockState pState) private boolean
FenceBlock.isSameFence
(BlockState pState) protected boolean
BasePressurePlateBlock.isSignalSource
(BlockState pState) protected boolean
ButtonBlock.isSignalSource
(BlockState pState) protected boolean
DaylightDetectorBlock.isSignalSource
(BlockState pState) protected boolean
DetectorRailBlock.isSignalSource
(BlockState pState) protected boolean
DiodeBlock.isSignalSource
(BlockState pState) boolean
JukeboxBlock.isSignalSource
(BlockState p_273404_) protected boolean
LecternBlock.isSignalSource
(BlockState pState) protected boolean
LeverBlock.isSignalSource
(BlockState pState) protected boolean
LightningRodBlock.isSignalSource
(BlockState p_153769_) protected boolean
ObserverBlock.isSignalSource
(BlockState pState) protected boolean
PoweredBlock.isSignalSource
(BlockState pState) protected boolean
RedstoneTorchBlock.isSignalSource
(BlockState pState) protected boolean
RedStoneWireBlock.isSignalSource
(BlockState pState) protected boolean
SculkSensorBlock.isSignalSource
(BlockState p_154484_) protected boolean
TargetBlock.isSignalSource
(BlockState pState) protected boolean
TrappedChestBlock.isSignalSource
(BlockState pState) protected boolean
TripWireHookBlock.isSignalSource
(BlockState pState) private boolean
CampfireBlock.isSmokeSource
(BlockState pState) protected static boolean
SnowyDirtBlock.isSnowySetting
(BlockState pState) static boolean
StairBlock.isStairs
(BlockState pState) private static boolean
PointedDripstoneBlock.isStalactite
(BlockState pState) private static boolean
PointedDripstoneBlock.isStalactiteStartPos
(BlockState pState, LevelReader pLevel, BlockPos pPos) private static boolean
PointedDripstoneBlock.isStalagmite
(BlockState pState) abstract boolean
SupportType.isSupporting
(BlockState pState, BlockGetter pLevel, BlockPos pPos, Direction pFace) private static boolean
PointedDripstoneBlock.isTip
(BlockState pState, boolean pIsTipMerge) private static boolean
PointedDripstoneBlock.isUnmergedTipWithDirection
(BlockState pState, Direction pDir) boolean
AzaleaBlock.isValidBonemealTarget
(LevelReader p_256329_, BlockPos p_256107_, BlockState p_255771_) boolean
BambooSaplingBlock.isValidBonemealTarget
(LevelReader p_256136_, BlockPos p_256527_, BlockState p_255620_) boolean
BambooStalkBlock.isValidBonemealTarget
(LevelReader p_262065_, BlockPos p_262033_, BlockState p_261700_) boolean
BigDripleafBlock.isValidBonemealTarget
(LevelReader p_255698_, BlockPos p_256302_, BlockState p_255648_) boolean
BigDripleafStemBlock.isValidBonemealTarget
(LevelReader p_255683_, BlockPos p_256358_, BlockState p_256408_) boolean
BonemealableBlock.isValidBonemealTarget
(LevelReader pLevel, BlockPos pPos, BlockState pState) boolean
BonemealableFeaturePlacerBlock.isValidBonemealTarget
(LevelReader p_379414_, BlockPos p_379932_, BlockState p_379449_) boolean
BushBlock.isValidBonemealTarget
(LevelReader p_401250_, BlockPos p_401361_, BlockState p_401191_) boolean
CaveVinesBlock.isValidBonemealTarget
(LevelReader p_256026_, BlockPos p_152971_, BlockState p_152972_) boolean
CaveVinesPlantBlock.isValidBonemealTarget
(LevelReader p_255942_, BlockPos p_153012_, BlockState p_153013_) boolean
CocoaBlock.isValidBonemealTarget
(LevelReader p_256189_, BlockPos p_51753_, BlockState p_51754_) boolean
CropBlock.isValidBonemealTarget
(LevelReader p_255715_, BlockPos p_52259_, BlockState p_52260_) boolean
FireflyBushBlock.isValidBonemealTarget
(LevelReader p_401352_, BlockPos p_401332_, BlockState p_401436_) boolean
FlowerBedBlock.isValidBonemealTarget
(LevelReader p_393585_, BlockPos p_393679_, BlockState p_394653_) boolean
FungusBlock.isValidBonemealTarget
(LevelReader p_256655_, BlockPos p_256553_, BlockState p_256213_) boolean
GlowLichenBlock.isValidBonemealTarget
(LevelReader p_256569_, BlockPos p_153290_, BlockState p_153291_) boolean
GrassBlock.isValidBonemealTarget
(LevelReader p_256229_, BlockPos p_256432_, BlockState p_255677_) boolean
GrowingPlantBodyBlock.isValidBonemealTarget
(LevelReader p_256221_, BlockPos p_255647_, BlockState p_256117_) boolean
GrowingPlantHeadBlock.isValidBonemealTarget
(LevelReader p_255931_, BlockPos p_256046_, BlockState p_256550_) boolean
HangingMossBlock.isValidBonemealTarget
(LevelReader p_379509_, BlockPos p_379596_, BlockState p_380331_) boolean
MangroveLeavesBlock.isValidBonemealTarget
(LevelReader p_256534_, BlockPos p_256299_, BlockState p_255926_) boolean
MangrovePropaguleBlock.isValidBonemealTarget
(LevelReader p_256541_, BlockPos p_221459_, BlockState p_221460_) boolean
MossyCarpetBlock.isValidBonemealTarget
(LevelReader p_379909_, BlockPos p_379807_, BlockState p_379358_) boolean
MushroomBlock.isValidBonemealTarget
(LevelReader p_255904_, BlockPos p_54871_, BlockState p_54872_) boolean
NetherrackBlock.isValidBonemealTarget
(LevelReader p_256620_, BlockPos p_55003_, BlockState p_55004_) boolean
NyliumBlock.isValidBonemealTarget
(LevelReader p_256194_, BlockPos p_256152_, BlockState p_256389_) boolean
PitcherCropBlock.isValidBonemealTarget
(LevelReader p_277380_, BlockPos p_277500_, BlockState p_277715_) boolean
RootedDirtBlock.isValidBonemealTarget
(LevelReader p_256100_, BlockPos p_255943_, BlockState p_255655_) boolean
SaplingBlock.isValidBonemealTarget
(LevelReader p_256124_, BlockPos p_55992_, BlockState p_55993_) boolean
SeagrassBlock.isValidBonemealTarget
(LevelReader p_295512_, BlockPos p_154506_, BlockState p_154507_) boolean
SeaPickleBlock.isValidBonemealTarget
(LevelReader p_255984_, BlockPos p_56092_, BlockState p_56093_) boolean
ShortDryGrassBlock.isValidBonemealTarget
(LevelReader p_401814_, BlockPos p_401760_, BlockState p_401924_) boolean
SmallDripleafBlock.isValidBonemealTarget
(LevelReader p_255772_, BlockPos p_154595_, BlockState p_154596_) boolean
StemBlock.isValidBonemealTarget
(LevelReader p_255699_, BlockPos p_57031_, BlockState p_57032_) boolean
SweetBerryBushBlock.isValidBonemealTarget
(LevelReader p_256056_, BlockPos p_57261_, BlockState p_57262_) boolean
TallDryGrassBlock.isValidBonemealTarget
(LevelReader p_401899_, BlockPos p_401858_, BlockState p_401909_) boolean
TallFlowerBlock.isValidBonemealTarget
(LevelReader p_256234_, BlockPos p_57304_, BlockState p_57305_) boolean
TallGrassBlock.isValidBonemealTarget
(LevelReader p_255692_, BlockPos p_57326_, BlockState p_57327_) static boolean
NetherVines.isValidGrowthState
(BlockState pState) boolean
MultifaceBlock.isValidStateForPlacement
(BlockGetter pLevel, BlockState pState, BlockPos pPos, Direction pDirection) private boolean
FenceGateBlock.isWall
(BlockState pState) static boolean
DoorBlock.isWoodenDoor
(BlockState pState) static void
LayeredCauldronBlock.lowerFillLevel
(BlockState pState, Level pLevel, BlockPos pPos) private static void
LeavesBlock.makeDrippingWaterParticles
(Level pLevel, BlockPos pPos, RandomSource pRandom, BlockState pBlockBelow, BlockPos pBelowPos) private void
LeavesBlock.makeFallingLeavesParticles
(Level pLevel, BlockPos pPos, RandomSource pRandom, BlockState pBlockBelow, BlockPos pBelowPos) private static void
LeverBlock.makeParticle
(BlockState pState, LevelAccessor pLevel, BlockPos pPos, float pAlpha) private BlockState
MultifaceBlock.mapDirections
(BlockState pState, Function<Direction, Direction> pDirectionalFunction) static void
PointedDripstoneBlock.maybeTransferFluid
(BlockState pState, ServerLevel pLevel, BlockPos pPos, float pRandChance) protected boolean
AttachedStemBlock.mayPlaceOn
(BlockState pState, BlockGetter pLevel, BlockPos pPos) protected boolean
AzaleaBlock.mayPlaceOn
(BlockState p_152089_, BlockGetter p_152090_, BlockPos p_152091_) protected boolean
CactusFlowerBlock.mayPlaceOn
(BlockState p_401846_, BlockGetter p_401825_, BlockPos p_401934_) protected boolean
CropBlock.mayPlaceOn
(BlockState pState, BlockGetter pLevel, BlockPos pPos) protected boolean
DryVegetationBlock.mayPlaceOn
(BlockState p_401820_, BlockGetter p_401945_, BlockPos p_401852_) protected boolean
FungusBlock.mayPlaceOn
(BlockState pState, BlockGetter pLevel, BlockPos pPos) protected boolean
MangrovePropaguleBlock.mayPlaceOn
(BlockState p_221496_, BlockGetter p_221497_, BlockPos p_221498_) protected boolean
MushroomBlock.mayPlaceOn
(BlockState pState, BlockGetter pLevel, BlockPos pPos) protected boolean
NetherSproutsBlock.mayPlaceOn
(BlockState pState, BlockGetter pLevel, BlockPos pPos) protected boolean
NetherWartBlock.mayPlaceOn
(BlockState pState, BlockGetter pLevel, BlockPos pPos) protected boolean
PitcherCropBlock.mayPlaceOn
(BlockState p_277418_, BlockGetter p_277461_, BlockPos p_277608_) protected boolean
RootsBlock.mayPlaceOn
(BlockState pState, BlockGetter pLevel, BlockPos pPos) protected boolean
SeagrassBlock.mayPlaceOn
(BlockState p_154539_, BlockGetter p_154540_, BlockPos p_154541_) protected boolean
SeaPickleBlock.mayPlaceOn
(BlockState pState, BlockGetter pLevel, BlockPos pPos) protected boolean
SmallDripleafBlock.mayPlaceOn
(BlockState p_154636_, BlockGetter p_154637_, BlockPos p_154638_) protected boolean
StemBlock.mayPlaceOn
(BlockState pState, BlockGetter pLevel, BlockPos pPos) protected boolean
TallSeagrassBlock.mayPlaceOn
(BlockState p_154774_, BlockGetter p_154775_, BlockPos p_154776_) protected boolean
VegetationBlock.mayPlaceOn
(BlockState pState, BlockGetter pLevel, BlockPos pPos) protected boolean
WaterlilyBlock.mayPlaceOn
(BlockState pState, BlockGetter pLevel, BlockPos pPos) protected boolean
WitherRoseBlock.mayPlaceOn
(BlockState pState, BlockGetter pLevel, BlockPos pPos) protected void
IceBlock.melt
(BlockState pState, Level pLevel, BlockPos pPos) protected BlockState
AbstractFurnaceBlock.mirror
(BlockState pState, Mirror pMirror) protected BlockState
AmethystClusterBlock.mirror
(BlockState p_152030_, Mirror p_152031_) protected BlockState
AttachedStemBlock.mirror
(BlockState pState, Mirror pMirror) protected BlockState
BannerBlock.mirror
(BlockState pState, Mirror pMirror) protected BlockState
BarrelBlock.mirror
(BlockState pState, Mirror pMirror) protected BlockState
BaseCoralWallFanBlock.mirror
(BlockState pState, Mirror pMirror) BeehiveBlock.mirror
(BlockState p_304677_, Mirror p_304660_) BellBlock.mirror
(BlockState p_304560_, Mirror p_304709_) CalibratedSculkSensorBlock.mirror
(BlockState p_277615_, Mirror p_277916_) protected BlockState
CampfireBlock.mirror
(BlockState pState, Mirror pMirror) protected BlockState
CeilingHangingSignBlock.mirror
(BlockState p_249682_, Mirror p_250199_) protected BlockState
ChestBlock.mirror
(BlockState pState, Mirror pMirror) ChiseledBookShelfBlock.mirror
(BlockState p_289000_, Mirror p_288962_) protected BlockState
CommandBlock.mirror
(BlockState pState, Mirror pMirror) protected BlockState
CrafterBlock.mirror
(BlockState p_307514_, Mirror p_307198_) protected BlockState
CrossCollisionBlock.mirror
(BlockState pState, Mirror pMirror) protected BlockState
DecoratedPotBlock.mirror
(BlockState p_334078_, Mirror p_333905_) protected BlockState
DetectorRailBlock.mirror
(BlockState pState, Mirror pMirror) protected BlockState
DispenserBlock.mirror
(BlockState pState, Mirror pMirror) protected BlockState
DoorBlock.mirror
(BlockState pState, Mirror pMirror) protected BlockState
EnderChestBlock.mirror
(BlockState pState, Mirror pMirror) protected BlockState
EndPortalFrameBlock.mirror
(BlockState pState, Mirror pMirror) FlowerBedBlock.mirror
(BlockState p_393796_, Mirror p_393802_) protected BlockState
GrindstoneBlock.mirror
(BlockState pState, Mirror pMirror) protected BlockState
HopperBlock.mirror
(BlockState pState, Mirror pMirror) protected BlockState
HorizontalDirectionalBlock.mirror
(BlockState pState, Mirror pMirror) protected BlockState
HugeMushroomBlock.mirror
(BlockState pState, Mirror pMirror) protected BlockState
JigsawBlock.mirror
(BlockState pState, Mirror pMirror) protected BlockState
LadderBlock.mirror
(BlockState pState, Mirror pMirror) LeafLitterBlock.mirror
(BlockState p_393478_, Mirror p_393616_) protected BlockState
LecternBlock.mirror
(BlockState pState, Mirror pMirror) protected BlockState
MossyCarpetBlock.mirror
(BlockState p_379462_, Mirror p_380184_) protected BlockState
MultifaceBlock.mirror
(BlockState p_153892_, Mirror p_153893_) protected BlockState
ObserverBlock.mirror
(BlockState pState, Mirror pMirror) protected BlockState
PoweredRailBlock.mirror
(BlockState pState, Mirror pMirror) protected BlockState
RailBlock.mirror
(BlockState pState, Mirror pMirror) protected BlockState
RedstoneWallTorchBlock.mirror
(BlockState pState, Mirror pMirror) protected BlockState
RedStoneWireBlock.mirror
(BlockState pState, Mirror pMirror) protected BlockState
RodBlock.mirror
(BlockState p_154351_, Mirror p_154352_) protected BlockState
ShulkerBoxBlock.mirror
(BlockState pState, Mirror pMirror) protected BlockState
SkullBlock.mirror
(BlockState pState, Mirror pMirror) protected BlockState
SmallDripleafBlock.mirror
(BlockState p_154619_, Mirror p_154620_) protected BlockState
StairBlock.mirror
(BlockState pState, Mirror pMirror) protected BlockState
StandingSignBlock.mirror
(BlockState pState, Mirror pMirror) protected BlockState
StonecutterBlock.mirror
(BlockState pState, Mirror pMirror) protected BlockState
TripWireBlock.mirror
(BlockState pState, Mirror pMirror) protected BlockState
TripWireHookBlock.mirror
(BlockState pState, Mirror pMirror) VaultBlock.mirror
(BlockState p_323894_, Mirror p_324242_) protected BlockState
VineBlock.mirror
(BlockState pState, Mirror pMirror) protected BlockState
WallBannerBlock.mirror
(BlockState pState, Mirror pMirror) protected BlockState
WallBlock.mirror
(BlockState pState, Mirror pMirror) protected BlockState
WallHangingSignBlock.mirror
(BlockState p_250446_, Mirror p_249494_) protected BlockState
WallSignBlock.mirror
(BlockState pState, Mirror pMirror) protected BlockState
WallSkullBlock.mirror
(BlockState pState, Mirror pMirror) protected BlockState
WallTorchBlock.mirror
(BlockState pState, Mirror pMirror) protected void
AbstractSkullBlock.neighborChanged
(BlockState p_301179_, Level p_301325_, BlockPos p_301085_, Block p_301182_, Orientation p_362711_, boolean p_300890_) protected void
BaseRailBlock.neighborChanged
(BlockState p_49377_, Level p_49378_, BlockPos p_49379_, Block p_49380_, Orientation p_361387_, boolean p_49382_) protected void
BellBlock.neighborChanged
(BlockState p_49729_, Level p_49730_, BlockPos p_49731_, Block p_49732_, Orientation p_363666_, boolean p_49734_) protected void
BigDripleafBlock.neighborChanged
(BlockState p_152271_, Level p_152272_, BlockPos p_152273_, Block p_152274_, Orientation p_364767_, boolean p_152276_) protected void
CommandBlock.neighborChanged
(BlockState p_51838_, Level p_51839_, BlockPos p_51840_, Block p_51841_, Orientation p_361514_, boolean p_51843_) protected void
CopperBulbBlock.neighborChanged
(BlockState p_309025_, Level p_308955_, BlockPos p_309153_, Block p_308949_, Orientation p_364418_, boolean p_309085_) protected void
CrafterBlock.neighborChanged
(BlockState p_307205_, Level p_307451_, BlockPos p_307272_, Block p_307542_, Orientation p_362007_, boolean p_307540_) protected void
DiodeBlock.neighborChanged
(BlockState p_52525_, Level p_52526_, BlockPos p_52527_, Block p_52528_, Orientation p_363074_, boolean p_52530_) protected void
DispenserBlock.neighborChanged
(BlockState p_52700_, Level p_52701_, BlockPos p_52702_, Block p_52703_, Orientation p_360855_, boolean p_52705_) protected void
DoorBlock.neighborChanged
(BlockState p_52776_, Level p_52777_, BlockPos p_52778_, Block p_52779_, Orientation p_361881_, boolean p_52781_) protected void
FenceGateBlock.neighborChanged
(BlockState p_53372_, Level p_53373_, BlockPos p_53374_, Block p_53375_, Orientation p_362989_, boolean p_53377_) protected void
FrostedIceBlock.neighborChanged
(BlockState p_53579_, Level p_53580_, BlockPos p_53581_, Block p_53582_, Orientation p_365079_, boolean p_53584_) protected void
HopperBlock.neighborChanged
(BlockState p_54078_, Level p_54079_, BlockPos p_54080_, Block p_54081_, Orientation p_361307_, boolean p_54083_) protected void
LiquidBlock.neighborChanged
(BlockState p_54709_, Level p_54710_, BlockPos p_54711_, Block p_54712_, Orientation p_361226_, boolean p_54714_) protected void
NoteBlock.neighborChanged
(BlockState p_55041_, Level p_55042_, BlockPos p_55043_, Block p_55044_, Orientation p_361888_, boolean p_55046_) protected void
RedstoneLampBlock.neighborChanged
(BlockState p_55666_, Level p_55667_, BlockPos p_55668_, Block p_55669_, Orientation p_364297_, boolean p_55671_) protected void
RedstoneTorchBlock.neighborChanged
(BlockState p_55699_, Level p_55700_, BlockPos p_55701_, Block p_55702_, Orientation p_362458_, boolean p_55704_) protected void
RedStoneWireBlock.neighborChanged
(BlockState p_55561_, Level p_55562_, BlockPos p_55563_, Block p_55564_, Orientation p_362973_, boolean p_55566_) protected void
SpongeBlock.neighborChanged
(BlockState p_56801_, Level p_56802_, BlockPos p_56803_, Block p_56804_, Orientation p_364278_, boolean p_56806_) protected void
StructureBlock.neighborChanged
(BlockState p_57135_, Level p_57136_, BlockPos p_57137_, Block p_57138_, Orientation p_364789_, boolean p_57140_) protected void
TestBlock.neighborChanged
(BlockState p_397457_, Level p_397572_, BlockPos p_397104_, Block p_397813_, Orientation p_397759_, boolean p_397459_) protected void
TntBlock.neighborChanged
(BlockState p_57457_, Level p_57458_, BlockPos p_57459_, Block p_57460_, Orientation p_364510_, boolean p_57462_) protected void
TrapDoorBlock.neighborChanged
(BlockState p_57547_, Level p_57548_, BlockPos p_57549_, Block p_57550_, Orientation p_364404_, boolean p_57552_) private static boolean
Blocks.never
(BlockState pState, BlockGetter pBlockGetter, BlockPos pPos) static Boolean
Blocks.never
(BlockState pState, BlockGetter pLevel, BlockPos pPos, EntityType<?> pEntity) 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_) BrushableBlock.newBlockEntity
(BlockPos p_277683_, BlockState p_277381_) CalibratedSculkSensorBlock.newBlockEntity
(BlockPos p_277925_, BlockState p_277938_) CampfireBlock.newBlockEntity
(BlockPos p_152759_, BlockState p_152760_) CeilingHangingSignBlock.newBlockEntity
(BlockPos p_249338_, BlockState p_250706_) ChestBlock.newBlockEntity
(BlockPos p_153064_, BlockState p_153065_) ChiseledBookShelfBlock.newBlockEntity
(BlockPos p_250440_, BlockState p_248729_) CommandBlock.newBlockEntity
(BlockPos p_153083_, BlockState p_153084_) ComparatorBlock.newBlockEntity
(BlockPos p_153086_, BlockState p_153087_) ConduitBlock.newBlockEntity
(BlockPos p_153098_, BlockState p_153099_) CrafterBlock.newBlockEntity
(BlockPos p_307381_, BlockState p_307601_) CreakingHeartBlock.newBlockEntity
(BlockPos p_380178_, BlockState p_380317_) DaylightDetectorBlock.newBlockEntity
(BlockPos p_153118_, BlockState p_153119_) DecoratedPotBlock.newBlockEntity
(BlockPos p_273396_, BlockState p_272674_) DispenserBlock.newBlockEntity
(BlockPos p_153162_, BlockState p_153163_) DropperBlock.newBlockEntity
(BlockPos p_153179_, BlockState p_153180_) EnchantingTableBlock.newBlockEntity
(BlockPos p_341190_, BlockState p_340989_) 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 pPos, BlockState pState) FurnaceBlock.newBlockEntity
(BlockPos p_153277_, BlockState p_153278_) HopperBlock.newBlockEntity
(BlockPos p_153382_, BlockState p_153383_) JigsawBlock.newBlockEntity
(BlockPos p_153448_, BlockState p_153449_) JukeboxBlock.newBlockEntity
(BlockPos p_153451_, BlockState p_153452_) LecternBlock.newBlockEntity
(BlockPos p_153573_, BlockState p_153574_) SculkCatalystBlock.newBlockEntity
(BlockPos p_222117_, BlockState p_222118_) SculkSensorBlock.newBlockEntity
(BlockPos p_154466_, BlockState p_154467_) SculkShriekerBlock.newBlockEntity
(BlockPos p_222213_, BlockState p_222214_) ShulkerBoxBlock.newBlockEntity
(BlockPos p_154552_, BlockState p_154553_) SignBlock.newBlockEntity
(BlockPos p_154556_, BlockState p_154557_) SmokerBlock.newBlockEntity
(BlockPos p_154644_, BlockState p_154645_) SpawnerBlock.newBlockEntity
(BlockPos p_154687_, BlockState p_154688_) StructureBlock.newBlockEntity
(BlockPos p_154732_, BlockState p_154733_) TestBlock.newBlockEntity
(BlockPos p_397356_, BlockState p_397468_) TestInstanceBlock.newBlockEntity
(BlockPos p_397973_, BlockState p_397522_) TrappedChestBlock.newBlockEntity
(BlockPos p_154834_, BlockState p_154835_) TrialSpawnerBlock.newBlockEntity
(BlockPos p_311941_, BlockState p_312821_) VaultBlock.newBlockEntity
(BlockPos p_324543_, BlockState p_323652_) WallHangingSignBlock.newBlockEntity
(BlockPos p_250745_, BlockState p_250905_) private void
RedstoneTorchBlock.notifyNeighbors
(Level pLevel, BlockPos pPos, BlockState pState) static Boolean
Blocks.ocelotOrParrot
(BlockState pState, BlockGetter pLevel, BlockPos pPos, EntityType<?> pEntity) boolean
TntBlock.onCaughtFire
(BlockState state, Level world, BlockPos pos, Direction face, LivingEntity igniter) default void
SculkBehaviour.onDischarged
(LevelAccessor pLevel, BlockState pState, BlockPos pPos, RandomSource pRandom) void
SculkVeinBlock.onDischarged
(LevelAccessor p_222359_, BlockState p_222360_, BlockPos p_222361_, RandomSource p_222362_) protected void
AbstractCandleBlock.onExplosionHit
(BlockState p_311992_, ServerLevel p_361872_, BlockPos p_312387_, Explosion p_312661_, BiConsumer<ItemStack, BlockPos> p_312093_) protected void
BeehiveBlock.onExplosionHit
(BlockState p_364770_, ServerLevel p_364089_, BlockPos p_363677_, Explosion p_365390_, BiConsumer<ItemStack, BlockPos> p_360830_) protected void
BellBlock.onExplosionHit
(BlockState p_311884_, ServerLevel p_362869_, BlockPos p_312717_, Explosion p_312800_, BiConsumer<ItemStack, BlockPos> p_312339_) protected void
ButtonBlock.onExplosionHit
(BlockState p_312395_, ServerLevel p_364251_, BlockPos p_311817_, Explosion p_312150_, BiConsumer<ItemStack, BlockPos> p_311898_) protected void
CreakingHeartBlock.onExplosionHit
(BlockState p_382935_, ServerLevel p_382804_, BlockPos p_383050_, Explosion p_383064_, BiConsumer<ItemStack, BlockPos> p_383124_) protected void
DoorBlock.onExplosionHit
(BlockState p_312769_, ServerLevel p_363080_, BlockPos p_311900_, Explosion p_312544_, BiConsumer<ItemStack, BlockPos> p_312107_) protected void
FenceGateBlock.onExplosionHit
(BlockState p_312699_, ServerLevel p_361116_, BlockPos p_312680_, Explosion p_312186_, BiConsumer<ItemStack, BlockPos> p_312187_) protected void
LeverBlock.onExplosionHit
(BlockState p_312405_, ServerLevel p_361347_, BlockPos p_311795_, Explosion p_312090_, BiConsumer<ItemStack, BlockPos> p_312313_) protected void
TrapDoorBlock.onExplosionHit
(BlockState p_312371_, ServerLevel p_360483_, BlockPos p_312879_, Explosion p_312330_, BiConsumer<ItemStack, BlockPos> p_312161_) boolean
BellBlock.onHit
(Level pLevel, BlockState pState, BlockHitResult pResult, Player pPlayer, boolean pCanRingBell) 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 pLevel, BlockPos pPos, BlockState pState, BlockState pReplaceableState, FallingBlockEntity pFallingBlock) void
LightningRodBlock.onLightningStrike
(BlockState pState, Level pLevel, BlockPos pPos) void
ComparatorBlock.onNeighborChange
(BlockState state, LevelReader levelReader, BlockPos pos, BlockPos neighbor) void
AbstractCauldronBlock.onPlace
(BlockState p_51978_, Level p_51979_, BlockPos p_51980_, BlockState p_51981_, boolean p_51982_) protected void
BaseFireBlock.onPlace
(BlockState pState, Level pLevel, BlockPos pPos, BlockState pOldState, boolean pIsMoving) protected void
BaseRailBlock.onPlace
(BlockState pState, Level pLevel, BlockPos pPos, BlockState pOldState, boolean pIsMoving) void
BrushableBlock.onPlace
(BlockState p_277817_, Level p_277984_, BlockPos p_277869_, BlockState p_277926_, boolean p_277736_) protected void
CarvedPumpkinBlock.onPlace
(BlockState pState, Level pLevel, BlockPos pPos, BlockState pOldState, boolean pIsMoving) protected void
ComposterBlock.onPlace
(BlockState pState, Level pLevel, BlockPos pPos, BlockState pOldState, boolean pIsMoving) protected void
CopperBulbBlock.onPlace
(BlockState p_309207_, Level p_309068_, BlockPos p_309087_, BlockState p_308908_, boolean p_308906_) protected void
CoralFanBlock.onPlace
(BlockState pState, Level pLevel, BlockPos pPos, BlockState pOldState, boolean pIsMoving) protected void
CoralPlantBlock.onPlace
(BlockState pState, Level pLevel, BlockPos pPos, BlockState pOldState, boolean pIsMoving) protected void
CoralWallFanBlock.onPlace
(BlockState pState, Level pLevel, BlockPos pPos, BlockState pOldState, boolean pIsMoving) protected void
DetectorRailBlock.onPlace
(BlockState pState, Level pLevel, BlockPos pPos, BlockState pOldState, boolean pIsMoving) protected void
DiodeBlock.onPlace
(BlockState pState, Level pLevel, BlockPos pPos, BlockState pOldState, boolean pIsMoving) protected void
FallingBlock.onPlace
(BlockState pState, Level pLevel, BlockPos pPos, BlockState pOldState, boolean pIsMoving) protected void
FireBlock.onPlace
(BlockState pState, Level pLevel, BlockPos pPos, BlockState pOldState, boolean pIsMoving) protected void
FrogspawnBlock.onPlace
(BlockState p_221227_, Level p_221228_, BlockPos p_221229_, BlockState p_221230_, boolean p_221231_) void
FrostedIceBlock.onPlace
(BlockState p_345576_, Level p_346049_, BlockPos p_346299_, BlockState p_346367_, boolean p_344840_) protected void
HopperBlock.onPlace
(BlockState pState, Level pLevel, BlockPos pPos, BlockState pOldState, boolean pIsMoving) protected void
LightningRodBlock.onPlace
(BlockState p_153753_, Level p_153754_, BlockPos p_153755_, BlockState p_153756_, boolean p_153757_) protected void
LiquidBlock.onPlace
(BlockState pState, Level pLevel, BlockPos pPos, BlockState pOldState, boolean pIsMoving) protected void
MagmaBlock.onPlace
(BlockState pState, Level pLevel, BlockPos pPos, BlockState pOldState, boolean pIsMoving) protected void
ObserverBlock.onPlace
(BlockState pState, Level pLevel, BlockPos pPos, BlockState pOldState, boolean pIsMoving) protected void
RedstoneTorchBlock.onPlace
(BlockState pState, Level pLevel, BlockPos pPos, BlockState pOldState, boolean pIsMoving) protected void
RedStoneWireBlock.onPlace
(BlockState pState, Level pLevel, BlockPos pPos, BlockState pOldState, boolean pIsMoving) protected void
ScaffoldingBlock.onPlace
(BlockState pState, Level pLevel, BlockPos pPos, BlockState pOldState, boolean pIsMoving) protected void
SculkSensorBlock.onPlace
(BlockState p_154471_, Level p_154472_, BlockPos p_154473_, BlockState p_154474_, boolean p_154475_) void
SnifferEggBlock.onPlace
(BlockState p_277964_, Level p_277827_, BlockPos p_277526_, BlockState p_277618_, boolean p_277819_) protected void
SoulSandBlock.onPlace
(BlockState pState, Level pLevel, BlockPos pPos, BlockState pOldState, boolean pIsMoving) protected void
SpongeBlock.onPlace
(BlockState pState, Level pLevel, BlockPos pPos, BlockState pOldState, boolean pIsMoving) protected void
TargetBlock.onPlace
(BlockState pState, Level pLevel, BlockPos pPos, BlockState pOldState, boolean pIsMoving) protected void
TntBlock.onPlace
(BlockState pState, Level pLevel, BlockPos pPos, BlockState pOldState, boolean pIsMoving) protected void
TripWireBlock.onPlace
(BlockState pState, Level pLevel, BlockPos pPos, BlockState pOldState, boolean pIsMoving) protected void
TurtleEggBlock.onPlace
(BlockState pState, Level pLevel, BlockPos pPos, BlockState pOldState, boolean pIsMoving) protected void
WetSpongeBlock.onPlace
(BlockState pState, Level pLevel, BlockPos pPos, BlockState pOldState, boolean pIsMoving) protected void
AbstractCandleBlock.onProjectileHit
(Level p_151905_, BlockState p_151906_, BlockHitResult p_151907_, Projectile p_151908_) protected void
AmethystBlock.onProjectileHit
(Level p_152001_, BlockState p_152002_, BlockHitResult p_152003_, Projectile p_152004_) protected void
BellBlock.onProjectileHit
(Level pLevel, BlockState pState, BlockHitResult pHit, Projectile pProjectile) protected void
BigDripleafBlock.onProjectileHit
(Level p_152228_, BlockState p_152229_, BlockHitResult p_152230_, Projectile p_152231_) protected void
CampfireBlock.onProjectileHit
(Level pLevel, BlockState pState, BlockHitResult pHit, Projectile pProjectile) protected void
ChorusFlowerBlock.onProjectileHit
(Level pLevel, BlockState pState, BlockHitResult pHit, Projectile pProjectile) protected void
DecoratedPotBlock.onProjectileHit
(Level p_306322_, BlockState p_306005_, BlockHitResult p_306105_, Projectile p_305851_) protected void
PointedDripstoneBlock.onProjectileHit
(Level p_154042_, BlockState p_154043_, BlockHitResult p_154044_, Projectile p_154045_) protected void
TargetBlock.onProjectileHit
(Level pLevel, BlockState pState, BlockHitResult pHit, Projectile pProjectile) protected void
TntBlock.onProjectileHit
(Level pLevel, BlockState pState, BlockHitResult pHit, Projectile pProjectile) FlowerPotBlock.opposite
(BlockState pState) void
AzaleaBlock.performBonemeal
(ServerLevel p_220707_, RandomSource p_220708_, BlockPos p_220709_, BlockState p_220710_) void
BambooSaplingBlock.performBonemeal
(ServerLevel p_220743_, RandomSource p_220744_, BlockPos p_220745_, BlockState p_220746_) void
BambooStalkBlock.performBonemeal
(ServerLevel p_261845_, RandomSource p_262034_, BlockPos p_261955_, BlockState p_261685_) void
BigDripleafBlock.performBonemeal
(ServerLevel p_220783_, RandomSource p_220784_, BlockPos p_220785_, BlockState p_220786_) void
BigDripleafStemBlock.performBonemeal
(ServerLevel p_220803_, RandomSource p_220804_, BlockPos p_220805_, BlockState p_220806_) void
BonemealableBlock.performBonemeal
(ServerLevel pLevel, RandomSource pRandom, BlockPos pPos, BlockState pState) void
BonemealableFeaturePlacerBlock.performBonemeal
(ServerLevel p_380244_, RandomSource p_379395_, BlockPos p_380245_, BlockState p_379519_) void
BushBlock.performBonemeal
(ServerLevel p_401091_, RandomSource p_401012_, BlockPos p_401218_, BlockState p_401130_) void
CaveVinesBlock.performBonemeal
(ServerLevel p_220923_, RandomSource p_220924_, BlockPos p_220925_, BlockState p_220926_) void
CaveVinesPlantBlock.performBonemeal
(ServerLevel p_220938_, RandomSource p_220939_, BlockPos p_220940_, BlockState p_220941_) void
CocoaBlock.performBonemeal
(ServerLevel p_220990_, RandomSource p_220991_, BlockPos p_220992_, BlockState p_220993_) void
CropBlock.performBonemeal
(ServerLevel p_221040_, RandomSource p_221041_, BlockPos p_221042_, BlockState p_221043_) void
FireflyBushBlock.performBonemeal
(ServerLevel p_401415_, RandomSource p_401124_, BlockPos p_401112_, BlockState p_401260_) void
FlowerBedBlock.performBonemeal
(ServerLevel p_394140_, RandomSource p_394672_, BlockPos p_393771_, BlockState p_394008_) void
FungusBlock.performBonemeal
(ServerLevel p_221243_, RandomSource p_221244_, BlockPos p_221245_, BlockState p_221246_) void
GlowLichenBlock.performBonemeal
(ServerLevel p_221259_, RandomSource p_221260_, BlockPos p_221261_, BlockState p_221262_) void
GrassBlock.performBonemeal
(ServerLevel p_221270_, RandomSource p_221271_, BlockPos p_221272_, BlockState p_221273_) void
GrowingPlantBodyBlock.performBonemeal
(ServerLevel p_221285_, RandomSource p_221286_, BlockPos p_221287_, BlockState p_221288_) void
GrowingPlantHeadBlock.performBonemeal
(ServerLevel p_221337_, RandomSource p_221338_, BlockPos p_221339_, BlockState p_221340_) void
HangingMossBlock.performBonemeal
(ServerLevel p_379337_, RandomSource p_379974_, BlockPos p_379496_, BlockState p_379559_) void
MangroveLeavesBlock.performBonemeal
(ServerLevel p_221427_, RandomSource p_221428_, BlockPos p_221429_, BlockState p_221430_) void
MangrovePropaguleBlock.performBonemeal
(ServerLevel p_221451_, RandomSource p_221452_, BlockPos p_221453_, BlockState p_221454_) void
MossyCarpetBlock.performBonemeal
(ServerLevel p_379402_, RandomSource p_379670_, BlockPos p_379387_, BlockState p_379934_) void
MushroomBlock.performBonemeal
(ServerLevel p_221769_, RandomSource p_221770_, BlockPos p_221771_, BlockState p_221772_) void
NetherrackBlock.performBonemeal
(ServerLevel p_221811_, RandomSource p_221812_, BlockPos p_221813_, BlockState p_221814_) void
NyliumBlock.performBonemeal
(ServerLevel p_221825_, RandomSource p_221826_, BlockPos p_221827_, BlockState p_221828_) void
PitcherCropBlock.performBonemeal
(ServerLevel p_277717_, RandomSource p_277870_, BlockPos p_277836_, BlockState p_278034_) void
RootedDirtBlock.performBonemeal
(ServerLevel p_221974_, RandomSource p_221975_, BlockPos p_221976_, BlockState p_221977_) void
SaplingBlock.performBonemeal
(ServerLevel p_221996_, RandomSource p_221997_, BlockPos p_221998_, BlockState p_221999_) void
SeagrassBlock.performBonemeal
(ServerLevel p_222423_, RandomSource p_222424_, BlockPos p_222425_, BlockState p_222426_) void
SeaPickleBlock.performBonemeal
(ServerLevel p_222413_, RandomSource p_222414_, BlockPos p_222415_, BlockState p_222416_) void
ShortDryGrassBlock.performBonemeal
(ServerLevel p_401950_, RandomSource p_401831_, BlockPos p_401948_, BlockState p_401868_) void
SmallDripleafBlock.performBonemeal
(ServerLevel p_222433_, RandomSource p_222434_, BlockPos p_222435_, BlockState p_222436_) void
StemBlock.performBonemeal
(ServerLevel p_222528_, RandomSource p_222529_, BlockPos p_222530_, BlockState p_222531_) void
SweetBerryBushBlock.performBonemeal
(ServerLevel p_222553_, RandomSource p_222554_, BlockPos p_222555_, BlockState p_222556_) void
TallDryGrassBlock.performBonemeal
(ServerLevel p_401804_, RandomSource p_401769_, BlockPos p_401777_, BlockState p_401790_) void
TallFlowerBlock.performBonemeal
(ServerLevel p_222568_, RandomSource p_222569_, BlockPos p_222570_, BlockState p_222571_) void
TallGrassBlock.performBonemeal
(ServerLevel p_222578_, RandomSource p_222579_, BlockPos p_222580_, BlockState p_222581_) BarrierBlock.pickupBlock
(LivingEntity p_393874_, LevelAccessor p_295817_, BlockPos p_295857_, BlockState p_294189_) BubbleColumnBlock.pickupBlock
(LivingEntity p_394411_, LevelAccessor p_152712_, BlockPos p_152713_, BlockState p_152714_) BucketPickup.pickupBlock
(LivingEntity pOwner, LevelAccessor pLevel, BlockPos pPos, BlockState pState) LiquidBlock.pickupBlock
(LivingEntity p_393591_, LevelAccessor p_153772_, BlockPos p_153773_, BlockState p_153774_) PowderSnowBlock.pickupBlock
(LivingEntity p_394634_, LevelAccessor p_154281_, BlockPos p_154282_, BlockState p_154283_) default ItemStack
SimpleWaterloggedBlock.pickupBlock
(LivingEntity p_394370_, LevelAccessor p_154560_, BlockPos p_154561_, BlockState p_154562_) static void
DoublePlantBlock.placeAt
(LevelAccessor pLevel, BlockState pState, BlockPos pPos, int pFlags) default boolean
MultifaceSpreader.SpreadConfig.placeBlock
(LevelAccessor pLevel, MultifaceSpreader.SpreadPos pPos, BlockState pState, boolean pMarkForPostprocessing) private static void
LecternBlock.placeBook
(LivingEntity pEntity, Level pLevel, BlockPos pPos, BlockState pState, ItemStack pStack) boolean
CampfireBlock.placeLiquid
(LevelAccessor pLevel, BlockPos pPos, BlockState pState, FluidState pFluidState) boolean
CandleBlock.placeLiquid
(LevelAccessor p_152805_, BlockPos p_152806_, BlockState p_152807_, FluidState p_152808_) boolean
KelpBlock.placeLiquid
(LevelAccessor pLevel, BlockPos pPos, BlockState pState, FluidState pFluidState) boolean
KelpPlantBlock.placeLiquid
(LevelAccessor pLevel, BlockPos pPos, BlockState pState, FluidState pFluidState) boolean
LiquidBlockContainer.placeLiquid
(LevelAccessor pLevel, BlockPos pPos, BlockState pState, FluidState pFluidState) boolean
SeagrassBlock.placeLiquid
(LevelAccessor p_154520_, BlockPos p_154521_, BlockState p_154522_, FluidState p_154523_) default boolean
SimpleWaterloggedBlock.placeLiquid
(LevelAccessor pLevel, BlockPos pPos, BlockState pState, FluidState pFluidState) boolean
SlabBlock.placeLiquid
(LevelAccessor pLevel, BlockPos pPos, BlockState pState, FluidState pFluidState) boolean
TallSeagrassBlock.placeLiquid
(LevelAccessor p_154758_, BlockPos p_154759_, BlockState p_154760_, FluidState p_154761_) void
BeehiveBlock.playerDestroy
(Level pLevel, Player pPlayer, BlockPos pPos, BlockState pState, BlockEntity pTe, ItemStack pStack) void
Block.playerDestroy
(Level pLevel, Player pPlayer, BlockPos pPos, BlockState pState, BlockEntity pBlockEntity, ItemStack pTool) Called after a player has successfully harvested this block.void
DoublePlantBlock.playerDestroy
(Level pLevel, Player pPlayer, BlockPos pPos, BlockState pState, BlockEntity pTe, ItemStack pStack) void
IceBlock.playerDestroy
(Level pLevel, Player pPlayer, BlockPos pPos, BlockState pState, BlockEntity pTe, ItemStack pStack) void
TurtleEggBlock.playerDestroy
(Level pLevel, Player pPlayer, BlockPos pPos, BlockState pState, BlockEntity pTe, ItemStack pStack) BaseFireBlock.playerWillDestroy
(Level p_49251_, BlockPos p_49252_, BlockState p_49253_, Player p_49254_) BedBlock.playerWillDestroy
(Level p_49505_, BlockPos p_49506_, BlockState p_49507_, Player p_49508_) BeehiveBlock.playerWillDestroy
(Level p_49608_, BlockPos p_49609_, BlockState p_49610_, Player p_49611_) Block.playerWillDestroy
(Level pLevel, BlockPos pPos, BlockState pState, Player pPlayer) CreakingHeartBlock.playerWillDestroy
(Level p_380319_, BlockPos p_379939_, BlockState p_379928_, Player p_380097_) DecoratedPotBlock.playerWillDestroy
(Level p_273590_, BlockPos p_273343_, BlockState p_272869_, Player p_273002_) DoorBlock.playerWillDestroy
(Level p_52755_, BlockPos p_52756_, BlockState p_52757_, Player p_52758_) DoublePlantBlock.playerWillDestroy
(Level p_52878_, BlockPos p_52879_, BlockState p_52880_, Player p_52881_) ShulkerBoxBlock.playerWillDestroy
(Level p_56212_, BlockPos p_56213_, BlockState p_56214_, Player p_56215_) TntBlock.playerWillDestroy
(Level p_57445_, BlockPos p_57446_, BlockState p_57447_, Player p_57448_) TripWireBlock.playerWillDestroy
(Level p_57615_, BlockPos p_57616_, BlockState p_57617_, Player p_57618_) private void
NoteBlock.playNote
(Entity pEntity, BlockState pState, Level pLevel, BlockPos pPos) protected static void
LeverBlock.playSound
(Player pPlayer, LevelAccessor pLevel, BlockPos pPos, BlockState pState) void
ButtonBlock.press
(BlockState pState, Level pLevel, BlockPos pPos, Player pPlayer) protected static void
DoublePlantBlock.preventDropFromBottomPart
(Level pLevel, BlockPos pPos, BlockState pState, Player pPlayer) protected boolean
BambooStalkBlock.propagatesSkylightDown
(BlockState p_261479_) protected boolean
BarrierBlock.propagatesSkylightDown
(BlockState p_49100_) protected boolean
CrossCollisionBlock.propagatesSkylightDown
(BlockState p_52348_) protected boolean
GlowLichenBlock.propagatesSkylightDown
(BlockState p_181225_) protected boolean
HangingMossBlock.propagatesSkylightDown
(BlockState p_380235_) protected boolean
LightBlock.propagatesSkylightDown
(BlockState p_153695_) protected boolean
LiquidBlock.propagatesSkylightDown
(BlockState p_54745_) protected boolean
MossyCarpetBlock.propagatesSkylightDown
(BlockState p_379750_) protected boolean
PipeBlock.propagatesSkylightDown
(BlockState p_55166_) protected boolean
ShulkerBoxBlock.propagatesSkylightDown
(BlockState p_341628_) protected boolean
TintedGlassBlock.propagatesSkylightDown
(BlockState p_154824_) protected boolean
TransparentBlock.propagatesSkylightDown
(BlockState p_309084_) protected boolean
VegetationBlock.propagatesSkylightDown
(BlockState p_401261_) protected boolean
VineBlock.propagatesSkylightDown
(BlockState p_181239_) protected boolean
WallBlock.propagatesSkylightDown
(BlockState p_58046_) void
LeverBlock.pull
(BlockState pState, Level pLevel, BlockPos pPos, Player pPlayer) static BlockState
Block.pushEntitiesUp
(BlockState pOldState, BlockState pNewState, LevelAccessor pLevel, BlockPos pPos) protected Orientation
RedstoneTorchBlock.randomOrientation
(Level pLevel, BlockState pState) protected Orientation
RedstoneWallTorchBlock.randomOrientation
(Level p_363049_, BlockState p_364776_) protected void
BambooSaplingBlock.randomTick
(BlockState p_220753_, ServerLevel p_220754_, BlockPos p_220755_, RandomSource p_220756_) protected void
BambooStalkBlock.randomTick
(BlockState p_261931_, ServerLevel p_261751_, BlockPos p_261616_, RandomSource p_261766_) protected void
BeetrootBlock.randomTick
(BlockState p_220778_, ServerLevel p_220779_, BlockPos p_220780_, RandomSource p_220781_) protected void
BuddingAmethystBlock.randomTick
(BlockState p_220898_, ServerLevel p_220899_, BlockPos p_220900_, RandomSource p_220901_) protected void
CactusBlock.randomTick
(BlockState p_220913_, ServerLevel p_220914_, BlockPos p_220915_, RandomSource p_220916_) protected void
ChorusFlowerBlock.randomTick
(BlockState p_220980_, ServerLevel p_220981_, BlockPos p_220982_, RandomSource p_220983_) protected void
CocoaBlock.randomTick
(BlockState p_221000_, ServerLevel p_221001_, BlockPos p_221002_, RandomSource p_221003_) protected void
CropBlock.randomTick
(BlockState p_221050_, ServerLevel p_221051_, BlockPos p_221052_, RandomSource p_221053_) protected void
EyeblossomBlock.randomTick
(BlockState p_382824_, ServerLevel p_382831_, BlockPos p_382957_, RandomSource p_382888_) protected void
FarmBlock.randomTick
(BlockState p_221139_, ServerLevel p_221140_, BlockPos p_221141_, RandomSource p_221142_) protected void
FlowerPotBlock.randomTick
(BlockState p_382880_, ServerLevel p_383169_, BlockPos p_382955_, RandomSource p_383144_) protected void
GrowingPlantHeadBlock.randomTick
(BlockState p_221350_, ServerLevel p_221351_, BlockPos p_221352_, RandomSource p_221353_) protected void
IceBlock.randomTick
(BlockState p_221355_, ServerLevel p_221356_, BlockPos p_221357_, RandomSource p_221358_) protected void
LeavesBlock.randomTick
(BlockState p_221379_, ServerLevel p_221380_, BlockPos p_221381_, RandomSource p_221382_) protected void
LiquidBlock.randomTick
(BlockState p_221410_, ServerLevel p_221411_, BlockPos p_221412_, RandomSource p_221413_) protected void
MangrovePropaguleBlock.randomTick
(BlockState p_221488_, ServerLevel p_221489_, BlockPos p_221490_, RandomSource p_221491_) protected void
MushroomBlock.randomTick
(BlockState p_221784_, ServerLevel p_221785_, BlockPos p_221786_, RandomSource p_221787_) protected void
NetherPortalBlock.randomTick
(BlockState p_221799_, ServerLevel p_221800_, BlockPos p_221801_, RandomSource p_221802_) protected void
NetherWartBlock.randomTick
(BlockState p_221806_, ServerLevel p_221807_, BlockPos p_221808_, RandomSource p_221809_) protected void
NyliumBlock.randomTick
(BlockState p_221835_, ServerLevel p_221836_, BlockPos p_221837_, RandomSource p_221838_) void
PitcherCropBlock.randomTick
(BlockState p_277950_, ServerLevel p_277589_, BlockPos p_277937_, RandomSource p_277887_) protected void
PointedDripstoneBlock.randomTick
(BlockState p_221883_, ServerLevel p_221884_, BlockPos p_221885_, RandomSource p_221886_) protected void
RedStoneOreBlock.randomTick
(BlockState p_221918_, ServerLevel p_221919_, BlockPos p_221920_, RandomSource p_221921_) protected void
SaplingBlock.randomTick
(BlockState p_222011_, ServerLevel p_222012_, BlockPos p_222013_, RandomSource p_222014_) protected void
SnowLayerBlock.randomTick
(BlockState p_222448_, ServerLevel p_222449_, BlockPos p_222450_, RandomSource p_222451_) protected void
SpreadingSnowyDirtBlock.randomTick
(BlockState p_222508_, ServerLevel p_222509_, BlockPos p_222510_, RandomSource p_222511_) protected void
StemBlock.randomTick
(BlockState p_222538_, ServerLevel p_222539_, BlockPos p_222540_, RandomSource p_222541_) protected void
SugarCaneBlock.randomTick
(BlockState p_222548_, ServerLevel p_222549_, BlockPos p_222550_, RandomSource p_222551_) protected void
SweetBerryBushBlock.randomTick
(BlockState p_222563_, ServerLevel p_222564_, BlockPos p_222565_, RandomSource p_222566_) void
TorchflowerCropBlock.randomTick
(BlockState p_273361_, ServerLevel p_273515_, BlockPos p_273546_, RandomSource p_273261_) protected void
TurtleEggBlock.randomTick
(BlockState p_222644_, ServerLevel p_222645_, BlockPos p_222646_, RandomSource p_222647_) protected void
VineBlock.randomTick
(BlockState p_222655_, ServerLevel p_222656_, BlockPos p_222657_, RandomSource p_222658_) protected void
WeatheringCopperBulbBlock.randomTick
(BlockState p_309163_, ServerLevel p_309177_, BlockPos p_309033_, RandomSource p_308946_) protected void
WeatheringCopperDoorBlock.randomTick
(BlockState p_308942_, ServerLevel p_309109_, BlockPos p_309034_, RandomSource p_309156_) protected void
WeatheringCopperFullBlock.randomTick
(BlockState p_222665_, ServerLevel p_222666_, BlockPos p_222667_, RandomSource p_222668_) protected void
WeatheringCopperGrateBlock.randomTick
(BlockState p_309111_, ServerLevel p_309121_, BlockPos p_309090_, RandomSource p_308865_) protected void
WeatheringCopperSlabBlock.randomTick
(BlockState p_222670_, ServerLevel p_222671_, BlockPos p_222672_, RandomSource p_222673_) protected void
WeatheringCopperStairBlock.randomTick
(BlockState p_222675_, ServerLevel p_222676_, BlockPos p_222677_, RandomSource p_222678_) protected void
WeatheringCopperTrapDoorBlock.randomTick
(BlockState p_309138_, ServerLevel p_309005_, BlockPos p_309123_, RandomSource p_309094_) protected void
AbstractCauldronBlock.receiveStalactiteDrip
(BlockState pState, Level pLevel, BlockPos pPos, Fluid pFluid) 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 pLevel, BlockPos pPos, BlockState pState) protected final void
Block.registerDefaultState
(BlockState pState) static boolean
SculkVeinBlock.regrow
(LevelAccessor pLevel, BlockPos pPos, BlockState pState, Collection<Direction> pDirections) void
BeehiveBlock.releaseBeesAndResetHoneyLevel
(Level pLevel, BlockState pState, BlockPos pPos, Player pPlayer, BeehiveBlockEntity.BeeReleaseStatus pBeeReleaseStatus) private static BlockState
MultifaceBlock.removeFace
(BlockState pState, BooleanProperty pFaceProp) static void
LecternBlock.resetBookState
(Entity pEntity, Level pLevel, BlockPos pPos, BlockState pState, boolean pHasBook) void
BeehiveBlock.resetHoneyLevel
(Level pLevel, BlockState pState, BlockPos pPos) private static void
BigDripleafBlock.resetTilt
(BlockState pState, Level pLevel, BlockPos pPos) protected BlockState
AbstractFurnaceBlock.rotate
(BlockState pState, Rotation pRotation) protected BlockState
AmethystClusterBlock.rotate
(BlockState p_152033_, Rotation p_152034_) protected BlockState
AnvilBlock.rotate
(BlockState pState, Rotation pRot) protected BlockState
AttachedStemBlock.rotate
(BlockState pState, Rotation pRot) protected BlockState
BannerBlock.rotate
(BlockState pState, Rotation pRotation) protected BlockState
BarrelBlock.rotate
(BlockState pState, Rotation pRotation) protected BlockState
BaseCoralWallFanBlock.rotate
(BlockState pState, Rotation pRotation) BeehiveBlock.rotate
(BlockState p_304785_, Rotation p_304624_) BellBlock.rotate
(BlockState p_304966_, Rotation p_304463_) CalibratedSculkSensorBlock.rotate
(BlockState p_277545_, Rotation p_277482_) protected BlockState
CampfireBlock.rotate
(BlockState pState, Rotation pRot) protected BlockState
CeilingHangingSignBlock.rotate
(BlockState p_251162_, Rotation p_250515_) protected BlockState
ChestBlock.rotate
(BlockState pState, Rotation pRotation) ChiseledBookShelfBlock.rotate
(BlockState p_288975_, Rotation p_288993_) protected BlockState
CommandBlock.rotate
(BlockState pState, Rotation pRotation) protected BlockState
CrafterBlock.rotate
(BlockState p_307240_, Rotation p_307431_) protected BlockState
CreakingHeartBlock.rotate
(BlockState p_380251_, Rotation p_379529_) protected BlockState
CrossCollisionBlock.rotate
(BlockState pState, Rotation pRot) protected BlockState
DecoratedPotBlock.rotate
(BlockState p_333895_, Rotation p_333806_) protected BlockState
DetectorRailBlock.rotate
(BlockState pState, Rotation pRotation) protected BlockState
DispenserBlock.rotate
(BlockState pState, Rotation pRotation) protected BlockState
DoorBlock.rotate
(BlockState pState, Rotation pRotation) protected BlockState
EnderChestBlock.rotate
(BlockState pState, Rotation pRot) protected BlockState
EndPortalFrameBlock.rotate
(BlockState pState, Rotation pRotation) FlowerBedBlock.rotate
(BlockState p_393932_, Rotation p_394491_) protected BlockState
GrindstoneBlock.rotate
(BlockState pState, Rotation pRotation) protected BlockState
HopperBlock.rotate
(BlockState pState, Rotation pRotation) protected BlockState
HorizontalDirectionalBlock.rotate
(BlockState pState, Rotation pRot) protected BlockState
HugeMushroomBlock.rotate
(BlockState pState, Rotation pRot) protected BlockState
InfestedRotatedPillarBlock.rotate
(BlockState p_153443_, Rotation p_153444_) protected BlockState
JigsawBlock.rotate
(BlockState pState, Rotation pRotation) protected BlockState
LadderBlock.rotate
(BlockState pState, Rotation pRotation) LeafLitterBlock.rotate
(BlockState p_394056_, Rotation p_394157_) protected BlockState
LecternBlock.rotate
(BlockState pState, Rotation pRotation) protected BlockState
MossyCarpetBlock.rotate
(BlockState p_379325_, Rotation p_380164_) protected BlockState
MultifaceBlock.rotate
(BlockState p_153895_, Rotation p_153896_) protected BlockState
NetherPortalBlock.rotate
(BlockState pState, Rotation pRot) protected BlockState
ObserverBlock.rotate
(BlockState pState, Rotation pRot) protected BlockState
PoweredRailBlock.rotate
(BlockState pState, Rotation pRot) protected BlockState
RailBlock.rotate
(BlockState pState, Rotation pRot) protected BlockState
RedstoneWallTorchBlock.rotate
(BlockState pState, Rotation pRotation) protected BlockState
RedStoneWireBlock.rotate
(BlockState pState, Rotation pRotation) protected BlockState
RodBlock.rotate
(BlockState p_154354_, Rotation p_154355_) protected BlockState
RotatedPillarBlock.rotate
(BlockState pState, Rotation pRot) protected BlockState
ShulkerBoxBlock.rotate
(BlockState pState, Rotation pRot) protected BlockState
SkullBlock.rotate
(BlockState pState, Rotation pRotation) protected BlockState
SmallDripleafBlock.rotate
(BlockState p_154622_, Rotation p_154623_) protected BlockState
StairBlock.rotate
(BlockState pState, Rotation pRot) protected BlockState
StandingSignBlock.rotate
(BlockState pState, Rotation pRot) protected BlockState
StonecutterBlock.rotate
(BlockState pState, Rotation pRotation) protected BlockState
TripWireBlock.rotate
(BlockState pState, Rotation pRot) protected BlockState
TripWireHookBlock.rotate
(BlockState pState, Rotation pRotation) VaultBlock.rotate
(BlockState p_324232_, Rotation p_324443_) protected BlockState
VineBlock.rotate
(BlockState pState, Rotation pRotate) protected BlockState
WallBannerBlock.rotate
(BlockState pState, Rotation pRotation) protected BlockState
WallBlock.rotate
(BlockState pState, Rotation pRotation) protected BlockState
WallHangingSignBlock.rotate
(BlockState p_249292_, Rotation p_249867_) protected BlockState
WallSignBlock.rotate
(BlockState pState, Rotation pRotation) protected BlockState
WallSkullBlock.rotate
(BlockState pState, Rotation pRotation) protected BlockState
WallTorchBlock.rotate
(BlockState pState, Rotation pRotation) static BlockState
RotatedPillarBlock.rotatePillar
(BlockState pState, Rotation pRotation) protected static boolean
BaseCoralPlantTypeBlock.scanForWater
(BlockState pState, BlockGetter pLevel, BlockPos pPos) private BlockState
NoteBlock.setInstrument
(LevelReader pLevel, BlockPos pPos, BlockState pState) private static void
AbstractCandleBlock.setLit
(LevelAccessor pLevel, BlockState pState, BlockPos pPos, boolean pLit) void
DoorBlock.setOpen
(Entity pEntity, Level pLevel, BlockState pState, BlockPos pPos, boolean pOpen) private static void
TargetBlock.setOutputPower
(LevelAccessor pLevel, BlockState pState, int pPower, BlockPos pPos, int pWaitTime) void
BedBlock.setPlacedBy
(Level pLevel, BlockPos pPos, BlockState pState, LivingEntity pPlacer, ItemStack pStack) void
Block.setPlacedBy
(Level pLevel, BlockPos pPos, BlockState pState, LivingEntity pPlacer, ItemStack pStack) Called by BlockItem after this block has been placed.void
CommandBlock.setPlacedBy
(Level pLevel, BlockPos pPos, BlockState pState, LivingEntity pPlacer, ItemStack pStack) void
CrafterBlock.setPlacedBy
(Level p_307219_, BlockPos p_307681_, BlockState p_307383_, LivingEntity p_307647_, ItemStack p_307190_) void
DiodeBlock.setPlacedBy
(Level pLevel, BlockPos pPos, BlockState pState, LivingEntity pPlacer, ItemStack pStack) void
DoorBlock.setPlacedBy
(Level pLevel, BlockPos pPos, BlockState pState, LivingEntity pPlacer, ItemStack pStack) void
DoublePlantBlock.setPlacedBy
(Level pLevel, BlockPos pPos, BlockState pState, LivingEntity pPlacer, ItemStack pStack) void
JukeboxBlock.setPlacedBy
(Level pLevel, BlockPos pPos, BlockState pState, LivingEntity pPlacer, ItemStack pStack) void
MossyCarpetBlock.setPlacedBy
(Level p_380310_, BlockPos p_380202_, BlockState p_379659_, LivingEntity p_379877_, ItemStack p_380344_) void
PitcherCropBlock.setPlacedBy
(Level p_277432_, BlockPos p_277632_, BlockState p_277479_, LivingEntity p_277805_, ItemStack p_277663_) void
SmallDripleafBlock.setPlacedBy
(Level p_154599_, BlockPos p_154600_, BlockState p_154601_, LivingEntity p_154602_, ItemStack p_154603_) void
StructureBlock.setPlacedBy
(Level pLevel, BlockPos pPos, BlockState pState, LivingEntity pPlacer, ItemStack pStack) void
TripWireHookBlock.setPlacedBy
(Level pLevel, BlockPos pPos, BlockState pState, LivingEntity pPlacer, ItemStack pStack) void
WitherSkullBlock.setPlacedBy
(Level pLevel, BlockPos pPos, BlockState pState, LivingEntity pPlacer, ItemStack pStack) void
WitherWallSkullBlock.setPlacedBy
(Level pLevel, BlockPos pPos, BlockState pState, LivingEntity pPlacer, ItemStack pStack) Called by ItemBlocks after a block is set in the world, to allow post-place logicprotected abstract BlockState
BasePressurePlateBlock.setSignalForState
(BlockState pState, int pSignal) Returns the block state that encodes the given signal.protected BlockState
PressurePlateBlock.setSignalForState
(BlockState pState, int pStrength) protected BlockState
WeightedPressurePlateBlock.setSignalForState
(BlockState pState, int pStrength) private static void
BigDripleafBlock.setTilt
(BlockState pState, Level pLevel, BlockPos pPos, Tilt pTilt) private void
BigDripleafBlock.setTiltAndScheduleTick
(BlockState pState, Level pLevel, BlockPos pPos, Tilt pTilt, SoundEvent pSound) protected static boolean
RedStoneWireBlock.shouldConnectTo
(BlockState pState) protected static boolean
RedStoneWireBlock.shouldConnectTo
(BlockState pState, Direction pDirection) boolean
TripWireBlock.shouldConnectTo
(BlockState pState, Direction pDirection) boolean
DiodeBlock.shouldPrioritize
(BlockGetter pLevel, BlockPos pPos, BlockState pState) Check if this diode should have a higher tick priority than default.private boolean
WallBlock.shouldRaisePost
(BlockState pState, BlockState pNeighbour, VoxelShape pShape) static boolean
Block.shouldRenderFace
(BlockState pCurrentFace, BlockState pNeighboringFace, Direction pFace) Deprecated.Neo: use overload with level context insteadstatic boolean
Block.shouldRenderFace
(BlockGetter level, BlockPos pos, BlockState p_152445_, BlockState p_361252_, Direction p_152448_) private static boolean
ConcretePowderBlock.shouldSolidify
(BlockGetter pLevel, BlockPos pPos, BlockState pState) private static boolean
ConcretePowderBlock.shouldSolidify
(BlockGetter pLevel, BlockPos pPos, BlockState pState, FluidState fluidState) private boolean
LiquidBlock.shouldSpreadLiquid
(Level pLevel, BlockPos pPos, BlockState pState) Deprecated.private boolean
WallHangingSignBlock.shouldTryToChainAnotherHangingSign
(BlockState pState, Player pPlayer, BlockHitResult pHitResult, SignBlockEntity pSign, ItemStack pStack) protected boolean
ComparatorBlock.shouldTurnOn
(Level pLevel, BlockPos pPos, BlockState pState) protected boolean
DiodeBlock.shouldTurnOn
(Level pLevel, BlockPos pPos, BlockState pState) private BlockState
WallBlock.sideUpdate
(LevelReader pLevel, BlockPos pFirstPos, BlockState pFirstState, BlockPos pSecondPos, BlockState pSecondState, Direction pDir) static void
LecternBlock.signalPageChange
(Level pLevel, BlockPos pPos, BlockState pState) protected boolean
HalfTransparentBlock.skipRendering
(BlockState pState, BlockState pAdjacentBlockState, Direction pSide) protected boolean
IronBarsBlock.skipRendering
(BlockState pState, BlockState pAdjacentBlockState, Direction pSide) protected boolean
LiquidBlock.skipRendering
(BlockState pState, BlockState pAdjacentBlockState, Direction pSide) protected boolean
MangroveRootsBlock.skipRendering
(BlockState p_221510_, BlockState p_221511_, Direction p_221512_) protected boolean
PowderSnowBlock.skipRendering
(BlockState p_154268_, BlockState p_154269_, Direction p_154270_) private boolean
FrostedIceBlock.slightlyMelt
(BlockState pState, Level pLevel, BlockPos pPos) protected void
DropExperienceBlock.spawnAfterBreak
(BlockState p_221086_, ServerLevel p_221087_, BlockPos p_221088_, ItemStack p_221089_, boolean p_221090_) protected void
InfestedBlock.spawnAfterBreak
(BlockState p_221360_, ServerLevel p_221361_, BlockPos p_221362_, ItemStack p_221363_, boolean p_221364_) protected void
RedStoneOreBlock.spawnAfterBreak
(BlockState p_221907_, ServerLevel p_221908_, BlockPos p_221909_, ItemStack p_221910_, boolean p_221911_) protected void
SculkCatalystBlock.spawnAfterBreak
(BlockState p_222109_, ServerLevel p_222110_, BlockPos p_222111_, ItemStack p_222112_, boolean p_222113_) protected void
SculkSensorBlock.spawnAfterBreak
(BlockState p_222142_, ServerLevel p_222143_, BlockPos p_222144_, ItemStack p_222145_, boolean p_222146_) protected void
SculkShriekerBlock.spawnAfterBreak
(BlockState p_222192_, ServerLevel p_222193_, BlockPos p_222194_, ItemStack p_222195_, boolean p_222196_) protected void
SpawnerBlock.spawnAfterBreak
(BlockState p_222477_, ServerLevel p_222478_, BlockPos p_222479_, ItemStack p_222480_, boolean p_222481_) protected void
BaseFireBlock.spawnDestroyParticles
(Level p_152139_, Player p_152140_, BlockPos p_152141_, BlockState p_152142_) protected void
Block.spawnDestroyParticles
(Level pLevel, Player pPlayer, BlockPos pPos, BlockState pState) static void
PointedDripstoneBlock.spawnDripParticle
(Level pLevel, BlockPos pPos, BlockState pState) private static void
PointedDripstoneBlock.spawnDripParticle
(Level pLevel, BlockPos pPos, BlockState pState, Fluid pFluid) private static void
PointedDripstoneBlock.spawnFallingStalactite
(BlockState pState, ServerLevel pLevel, BlockPos pPos) long
MultifaceSpreader.spreadAll
(BlockState pState, LevelAccessor pLevel, BlockPos pPos, boolean pMarkForPostprocessing) private long
MultifaceSpreader.spreadFromFaceTowardAllDirections
(BlockState pState, LevelAccessor pLevel, BlockPos pPos, Direction pSpreadDirection, boolean pMarkForPostprocessing) MultifaceSpreader.spreadFromFaceTowardDirection
(BlockState pState, LevelAccessor pLevel, BlockPos pPos, Direction pSpreadDirection, Direction pFace, boolean pMarkForPostprocessing) MultifaceSpreader.spreadFromFaceTowardRandomDirection
(BlockState pState, LevelAccessor pLevel, BlockPos pPos, Direction pSpreadDirection, RandomSource pRandom, boolean pMarkForPostprocessing) MultifaceSpreader.spreadFromRandomFaceTowardRandomDirection
(BlockState pState, LevelAccessor pLevel, BlockPos pPos, RandomSource pRandom) protected boolean
MultifaceSpreader.DefaultSpreaderConfig.stateCanBeReplaced
(BlockGetter pLevel, BlockPos pPos, BlockPos pSpreadPos, Direction pDirection, BlockState pState) boolean
SculkVeinBlock.SculkVeinSpreaderConfig.stateCanBeReplaced
(BlockGetter p_222405_, BlockPos p_222406_, BlockPos p_222407_, Direction p_222408_, BlockState p_222409_) void
Block.stepOn
(Level pLevel, BlockPos pPos, BlockState pState, Entity pEntity) void
MagmaBlock.stepOn
(Level p_153777_, BlockPos p_153778_, BlockState p_153779_, Entity p_153780_) void
RedStoneOreBlock.stepOn
(Level p_154299_, BlockPos p_154300_, BlockState p_154301_, Entity p_154302_) void
SculkSensorBlock.stepOn
(Level p_222132_, BlockPos p_222133_, BlockState p_222134_, Entity p_222135_) void
SculkShriekerBlock.stepOn
(Level p_222177_, BlockPos p_222178_, BlockState p_222179_, Entity p_222180_) void
SlimeBlock.stepOn
(Level p_154573_, BlockPos p_154574_, BlockState p_154575_, Entity p_154576_) void
TurtleEggBlock.stepOn
(Level p_154857_, BlockPos p_154858_, BlockState p_154859_, Entity p_154860_) private void
DragonEggBlock.teleport
(BlockState pState, Level pLevel, BlockPos pPos) protected void
AbstractCauldronBlock.tick
(BlockState p_220702_, ServerLevel p_220703_, BlockPos p_220704_, RandomSource p_220705_) protected void
BambooStalkBlock.tick
(BlockState p_261612_, ServerLevel p_261527_, BlockPos p_261846_, RandomSource p_261638_) protected void
BarrelBlock.tick
(BlockState p_220758_, ServerLevel p_220759_, BlockPos p_220760_, RandomSource p_220761_) protected void
BasePressurePlateBlock.tick
(BlockState p_220768_, ServerLevel p_220769_, BlockPos p_220770_, RandomSource p_220771_) protected void
BigDripleafBlock.tick
(BlockState p_220798_, ServerLevel p_220799_, BlockPos p_220800_, RandomSource p_220801_) protected void
BigDripleafStemBlock.tick
(BlockState p_220813_, ServerLevel p_220814_, BlockPos p_220815_, RandomSource p_220816_) void
BrushableBlock.tick
(BlockState p_277544_, ServerLevel p_277779_, BlockPos p_278019_, RandomSource p_277471_) protected void
BubbleColumnBlock.tick
(BlockState p_220888_, ServerLevel p_220889_, BlockPos p_220890_, RandomSource p_220891_) protected void
ButtonBlock.tick
(BlockState p_220903_, ServerLevel p_220904_, BlockPos p_220905_, RandomSource p_220906_) protected void
CactusBlock.tick
(BlockState p_220908_, ServerLevel p_220909_, BlockPos p_220910_, RandomSource p_220911_) protected void
ChestBlock.tick
(BlockState p_220958_, ServerLevel p_220959_, BlockPos p_220960_, RandomSource p_220961_) protected void
ChorusFlowerBlock.tick
(BlockState p_220975_, ServerLevel p_220976_, BlockPos p_220977_, RandomSource p_220978_) protected void
ChorusPlantBlock.tick
(BlockState p_220985_, ServerLevel p_220986_, BlockPos p_220987_, RandomSource p_220988_) protected void
CommandBlock.tick
(BlockState p_221005_, ServerLevel p_221006_, BlockPos p_221007_, RandomSource p_221008_) protected void
ComparatorBlock.tick
(BlockState p_221010_, ServerLevel p_221011_, BlockPos p_221012_, RandomSource p_221013_) protected void
ComposterBlock.tick
(BlockState p_221015_, ServerLevel p_221016_, BlockPos p_221017_, RandomSource p_221018_) protected void
CoralBlock.tick
(BlockState p_221020_, ServerLevel p_221021_, BlockPos p_221022_, RandomSource p_221023_) protected void
CoralFanBlock.tick
(BlockState p_221025_, ServerLevel p_221026_, BlockPos p_221027_, RandomSource p_221028_) protected void
CoralPlantBlock.tick
(BlockState p_221030_, ServerLevel p_221031_, BlockPos p_221032_, RandomSource p_221033_) protected void
CoralWallFanBlock.tick
(BlockState p_221035_, ServerLevel p_221036_, BlockPos p_221037_, RandomSource p_221038_) protected void
CrafterBlock.tick
(BlockState p_307471_, ServerLevel p_307641_, BlockPos p_307339_, RandomSource p_307565_) protected void
CreakingHeartBlock.tick
(BlockState p_394029_, ServerLevel p_394479_, BlockPos p_394306_, RandomSource p_393870_) protected void
DetectorRailBlock.tick
(BlockState p_221060_, ServerLevel p_221061_, BlockPos p_221062_, RandomSource p_221063_) protected void
DiodeBlock.tick
(BlockState p_221065_, ServerLevel p_221066_, BlockPos p_221067_, RandomSource p_221068_) protected void
DirtPathBlock.tick
(BlockState p_221070_, ServerLevel p_221071_, BlockPos p_221072_, RandomSource p_221073_) protected void
DispenserBlock.tick
(BlockState p_221075_, ServerLevel p_221076_, BlockPos p_221077_, RandomSource p_221078_) protected void
EnderChestBlock.tick
(BlockState p_221112_, ServerLevel p_221113_, BlockPos p_221114_, RandomSource p_221115_) protected void
EyeblossomBlock.tick
(BlockState p_382808_, ServerLevel p_383005_, BlockPos p_383211_, RandomSource p_383088_) protected void
FallingBlock.tick
(BlockState p_221124_, ServerLevel p_221125_, BlockPos p_221126_, RandomSource p_221127_) protected void
FarmBlock.tick
(BlockState p_221134_, ServerLevel p_221135_, BlockPos p_221136_, RandomSource p_221137_) protected void
FireBlock.tick
(BlockState p_221160_, ServerLevel p_221161_, BlockPos p_221162_, RandomSource p_221163_) protected void
FrogspawnBlock.tick
(BlockState p_221194_, ServerLevel p_221195_, BlockPos p_221196_, RandomSource p_221197_) protected void
FrostedIceBlock.tick
(BlockState p_221233_, ServerLevel p_221234_, BlockPos p_221235_, RandomSource p_221236_) protected void
GrowingPlantBlock.tick
(BlockState p_221280_, ServerLevel p_221281_, BlockPos p_221282_, RandomSource p_221283_) protected void
HangingMossBlock.tick
(BlockState p_381085_, ServerLevel p_381014_, BlockPos p_381010_, RandomSource p_380962_) protected void
LeavesBlock.tick
(BlockState p_221369_, ServerLevel p_221370_, BlockPos p_221371_, RandomSource p_221372_) protected void
LecternBlock.tick
(BlockState p_221388_, ServerLevel p_221389_, BlockPos p_221390_, RandomSource p_221391_) protected void
LightningRodBlock.tick
(BlockState p_221400_, ServerLevel p_221401_, BlockPos p_221402_, RandomSource p_221403_) protected void
MagmaBlock.tick
(BlockState p_221415_, ServerLevel p_221416_, BlockPos p_221417_, RandomSource p_221418_) protected void
ObserverBlock.tick
(BlockState p_221840_, ServerLevel p_221841_, BlockPos p_221842_, RandomSource p_221843_) protected void
PointedDripstoneBlock.tick
(BlockState p_221865_, ServerLevel p_221866_, BlockPos p_221867_, RandomSource p_221868_) protected void
RedstoneLampBlock.tick
(BlockState p_221937_, ServerLevel p_221938_, BlockPos p_221939_, RandomSource p_221940_) protected void
RedstoneTorchBlock.tick
(BlockState p_221949_, ServerLevel p_221950_, BlockPos p_221951_, RandomSource p_221952_) protected void
ScaffoldingBlock.tick
(BlockState p_222019_, ServerLevel p_222020_, BlockPos p_222021_, RandomSource p_222022_) protected void
SculkCatalystBlock.tick
(BlockState p_222104_, ServerLevel p_222105_, BlockPos p_222106_, RandomSource p_222107_) protected void
SculkSensorBlock.tick
(BlockState p_222137_, ServerLevel p_222138_, BlockPos p_222139_, RandomSource p_222140_) protected void
SculkShriekerBlock.tick
(BlockState p_222187_, ServerLevel p_222188_, BlockPos p_222189_, RandomSource p_222190_) void
SnifferEggBlock.tick
(BlockState p_277841_, ServerLevel p_277739_, BlockPos p_277692_, RandomSource p_277973_) protected void
SoulSandBlock.tick
(BlockState p_222457_, ServerLevel p_222458_, BlockPos p_222459_, RandomSource p_222460_) protected void
SugarCaneBlock.tick
(BlockState p_222543_, ServerLevel p_222544_, BlockPos p_222545_, RandomSource p_222546_) protected void
TargetBlock.tick
(BlockState p_222588_, ServerLevel p_222589_, BlockPos p_222590_, RandomSource p_222591_) protected void
TestBlock.tick
(BlockState p_397712_, ServerLevel p_397112_, BlockPos p_397466_, RandomSource p_397531_) protected void
TripWireBlock.tick
(BlockState p_222598_, ServerLevel p_222599_, BlockPos p_222600_, RandomSource p_222601_) protected void
TripWireHookBlock.tick
(BlockState p_222610_, ServerLevel p_222611_, BlockPos p_222612_, RandomSource p_222613_) private static void
DaylightDetectorBlock.tickEntity
(Level pLevel, BlockPos pPos, BlockState pState, DaylightDetectorBlockEntity pBlockEntity) private void
TrapDoorBlock.toggle
(BlockState pState, Level pLevel, BlockPos pPos, Player pPlayer) private BlockState
WallBlock.topUpdate
(LevelReader pLevel, BlockState pState, BlockPos pPos, BlockState pSecondState) private static boolean
ConcretePowderBlock.touchesLiquid
(BlockGetter pLevel, BlockPos pPos, BlockState state) protected boolean
BaseEntityBlock.triggerEvent
(BlockState pState, Level pLevel, BlockPos pPos, int pId, int pParam) protected boolean
ComparatorBlock.triggerEvent
(BlockState pState, Level pLevel, BlockPos pPos, int pId, int pParam) protected boolean
NoteBlock.triggerEvent
(BlockState pState, Level pLevel, BlockPos pPos, int pId, int pParam) private void
CreakingHeartBlock.tryAwardExperience
(Player pPlayer, BlockState pState, Level pLevel, BlockPos pPos) private boolean
EyeblossomBlock.tryChangingState
(BlockState pState, ServerLevel pLevel, BlockPos pPos, RandomSource pRandom) static boolean
LecternBlock.tryPlaceBook
(LivingEntity pEntity, Level pLevel, BlockPos pPos, BlockState pState, ItemStack pStack) protected void
BaseCoralPlantTypeBlock.tryScheduleDieTick
(BlockState pState, BlockGetter pLevel, ScheduledTickAccess pScheduledTickAccess, RandomSource pRandom, BlockPos pPos) private void
BeehiveBlock.trySpawnDripParticles
(Level pLevel, BlockPos pPos, BlockState pState) static void
FarmBlock.turnToDirt
(Entity pEntity, BlockState pState, Level pLevel, BlockPos pPos) private static void
LecternBlock.updateBelow
(Level pLevel, BlockPos pPos, BlockState pState) protected BlockState
CaveVinesBlock.updateBodyAfterConvertedFromHead
(BlockState p_152987_, BlockState p_152988_) protected BlockState
GrowingPlantHeadBlock.updateBodyAfterConvertedFromHead
(BlockState pHead, BlockState pBody) static void
BubbleColumnBlock.updateColumn
(LevelAccessor pLevel, BlockPos pPos, BlockState pState) static void
BubbleColumnBlock.updateColumn
(LevelAccessor pLevel, BlockPos pPos, BlockState pFluid, BlockState pState) protected BlockState
BaseRailBlock.updateDir
(Level pLevel, BlockPos pPos, BlockState pState, boolean pAlwaysPlace) private static BlockState
LeavesBlock.updateDistance
(BlockState pState, LevelAccessor pLevel, BlockPos pPos) static BlockState
Block.updateFromNeighbourShapes
(BlockState pCurrentState, LevelAccessor pLevel, BlockPos pPos) With the provided block state, performs neighbor checks for all neighboring blocks to get an "adjusted" blockstate for placement in the world, if the current state is not valid.protected BlockState
CaveVinesPlantBlock.updateHeadAfterConvertedFromBody
(BlockState p_153028_, BlockState p_153029_) protected BlockState
GrowingPlantBodyBlock.updateHeadAfterConvertedFromBody
(BlockState pHead, BlockState pBody) protected void
RedStoneWireBlock.updateIndirectNeighbourShapes
(BlockState pState, LevelAccessor pLevel, BlockPos pPos, int pFlags, int pRecursionLeft) protected void
DiodeBlock.updateNeighborsInFront
(Level pLevel, BlockPos pPos, BlockState pState) protected void
ObserverBlock.updateNeighborsInFront
(Level pLevel, BlockPos pPos, BlockState pState) private void
ButtonBlock.updateNeighbours
(BlockState pState, Level pLevel, BlockPos pPos) private void
LeverBlock.updateNeighbours
(BlockState pState, Level pLevel, BlockPos pPos) private void
LightningRodBlock.updateNeighbours
(BlockState pState, Level pLevel, BlockPos pPos) private static void
SculkSensorBlock.updateNeighbours
(Level pLevel, BlockPos pPos, BlockState pState) static void
Block.updateOrDestroy
(BlockState pOldState, BlockState pNewState, LevelAccessor pLevel, BlockPos pPos, int pFlags) Replaces oldState with newState, possibly playing effects and creating drops.static void
Block.updateOrDestroy
(BlockState pOldState, BlockState pNewState, LevelAccessor pLevel, BlockPos pPos, int pFlags, int pRecursionLeft) private void
RedStoneWireBlock.updatePowerStrength
(Level pLevel, BlockPos pPos, BlockState pState, Orientation pOrientation, boolean pUpdateShape) protected void
DetectorRailBlock.updatePowerToConnected
(Level pLevel, BlockPos pPos, BlockState pState, boolean pPowered) private static int
TargetBlock.updateRedstoneOutput
(LevelAccessor pLevel, BlockState pState, BlockHitResult pHit, Entity pProjectile) protected BlockState
AmethystClusterBlock.updateShape
(BlockState p_152036_, LevelReader p_374202_, ScheduledTickAccess p_374490_, BlockPos p_152040_, Direction p_152037_, BlockPos p_152041_, BlockState p_152038_, RandomSource p_374353_) protected BlockState
AttachedStemBlock.updateShape
(BlockState p_48848_, LevelReader p_374143_, ScheduledTickAccess p_374241_, BlockPos p_48852_, Direction p_48849_, BlockPos p_48853_, BlockState p_48850_, RandomSource p_374410_) protected BlockState
BambooSaplingBlock.updateShape
(BlockState p_48990_, LevelReader p_374098_, ScheduledTickAccess p_374342_, BlockPos p_48994_, Direction p_48991_, BlockPos p_48995_, BlockState p_48992_, RandomSource p_374069_) protected BlockState
BambooStalkBlock.updateShape
(BlockState p_261476_, LevelReader p_374219_, ScheduledTickAccess p_374048_, BlockPos p_261876_, Direction p_261512_, BlockPos p_262140_, BlockState p_262167_, RandomSource p_374194_) protected BlockState
BannerBlock.updateShape
(BlockState p_49029_, LevelReader p_374424_, ScheduledTickAccess p_374052_, BlockPos p_49033_, Direction p_49030_, BlockPos p_49034_, BlockState p_49031_, RandomSource p_374142_) protected BlockState
BarrierBlock.updateShape
(BlockState p_296123_, LevelReader p_374369_, ScheduledTickAccess p_374403_, BlockPos p_294499_, Direction p_294509_, BlockPos p_295044_, BlockState p_296367_, RandomSource p_374441_) protected BlockState
BaseCoralPlantTypeBlock.updateShape
(BlockState p_49173_, LevelReader p_374072_, ScheduledTickAccess p_374103_, BlockPos p_49177_, Direction p_49174_, BlockPos p_49178_, BlockState p_49175_, RandomSource p_374124_) protected BlockState
BaseCoralWallFanBlock.updateShape
(BlockState p_49210_, LevelReader p_374317_, ScheduledTickAccess p_374285_, BlockPos p_49214_, Direction p_49211_, BlockPos p_49215_, BlockState p_49212_, RandomSource p_374146_) protected BlockState
BasePressurePlateBlock.updateShape
(BlockState p_49329_, LevelReader p_374394_, ScheduledTickAccess p_374263_, BlockPos p_49333_, Direction p_49330_, BlockPos p_49334_, BlockState p_49331_, RandomSource p_374547_) protected BlockState
BaseRailBlock.updateShape
(BlockState p_152151_, LevelReader p_374498_, ScheduledTickAccess p_374379_, BlockPos p_152155_, Direction p_152152_, BlockPos p_152156_, BlockState p_152153_, RandomSource p_374573_) protected BlockState
BaseTorchBlock.updateShape
(BlockState p_304418_, LevelReader p_374159_, ScheduledTickAccess p_374152_, BlockPos p_304633_, Direction p_304475_, BlockPos p_304603_, BlockState p_304669_, RandomSource p_374111_) protected BlockState
BedBlock.updateShape
(BlockState p_49525_, LevelReader p_374508_, ScheduledTickAccess p_374420_, BlockPos p_49529_, Direction p_49526_, BlockPos p_49530_, BlockState p_49527_, RandomSource p_374423_) protected BlockState
BeehiveBlock.updateShape
(BlockState p_49639_, LevelReader p_374043_, ScheduledTickAccess p_374351_, BlockPos p_49643_, Direction p_49640_, BlockPos p_49644_, BlockState p_49641_, RandomSource p_374258_) protected BlockState
BellBlock.updateShape
(BlockState p_49744_, LevelReader p_374108_, ScheduledTickAccess p_374552_, BlockPos p_49748_, Direction p_49745_, BlockPos p_49749_, BlockState p_49746_, RandomSource p_374282_) protected BlockState
BigDripleafBlock.updateShape
(BlockState p_152293_, LevelReader p_374459_, ScheduledTickAccess p_374181_, BlockPos p_152297_, Direction p_152294_, BlockPos p_152298_, BlockState p_152295_, RandomSource p_374504_) protected BlockState
BigDripleafStemBlock.updateShape
(BlockState p_152369_, LevelReader p_374512_, ScheduledTickAccess p_374089_, BlockPos p_152373_, Direction p_152370_, BlockPos p_152374_, BlockState p_152371_, RandomSource p_374360_) BrushableBlock.updateShape
(BlockState p_277801_, LevelReader p_374239_, ScheduledTickAccess p_374044_, BlockPos p_278111_, Direction p_277455_, BlockPos p_277904_, BlockState p_277832_, RandomSource p_374558_) protected BlockState
BubbleColumnBlock.updateShape
(BlockState p_50990_, LevelReader p_374232_, ScheduledTickAccess p_374471_, BlockPos p_50994_, Direction p_50991_, BlockPos p_50995_, BlockState p_50992_, RandomSource p_374033_) protected BlockState
CactusBlock.updateShape
(BlockState p_51157_, LevelReader p_374196_, ScheduledTickAccess p_374319_, BlockPos p_51161_, Direction p_51158_, BlockPos p_51162_, BlockState p_51159_, RandomSource p_374070_) protected BlockState
CakeBlock.updateShape
(BlockState p_51213_, LevelReader p_374144_, ScheduledTickAccess p_374554_, BlockPos p_51217_, Direction p_51214_, BlockPos p_51218_, BlockState p_51215_, RandomSource p_374177_) protected BlockState
CampfireBlock.updateShape
(BlockState p_51298_, LevelReader p_374562_, ScheduledTickAccess p_374439_, BlockPos p_51302_, Direction p_51299_, BlockPos p_51303_, BlockState p_51300_, RandomSource p_374147_) protected BlockState
CandleBlock.updateShape
(BlockState p_152833_, LevelReader p_374497_, ScheduledTickAccess p_374340_, BlockPos p_152837_, Direction p_152834_, BlockPos p_152838_, BlockState p_152835_, RandomSource p_374318_) protected BlockState
CandleCakeBlock.updateShape
(BlockState p_152898_, LevelReader p_374136_, ScheduledTickAccess p_374358_, BlockPos p_152902_, Direction p_152899_, BlockPos p_152903_, BlockState p_152900_, RandomSource p_374518_) protected BlockState
CarpetBlock.updateShape
(BlockState p_152926_, LevelReader p_374550_, ScheduledTickAccess p_374188_, BlockPos p_152930_, Direction p_152927_, BlockPos p_152931_, BlockState p_152928_, RandomSource p_374375_) protected BlockState
CeilingHangingSignBlock.updateShape
(BlockState p_251270_, LevelReader p_374479_, ScheduledTickAccess p_374489_, BlockPos p_249685_, Direction p_250331_, BlockPos p_251506_, BlockState p_249591_, RandomSource p_374041_) protected BlockState
ChainBlock.updateShape
(BlockState p_51461_, LevelReader p_374312_, ScheduledTickAccess p_374505_, BlockPos p_51465_, Direction p_51462_, BlockPos p_51466_, BlockState p_51463_, RandomSource p_374235_) protected BlockState
ChestBlock.updateShape
(BlockState p_51555_, LevelReader p_374487_, ScheduledTickAccess p_374060_, BlockPos p_51559_, Direction p_51556_, BlockPos p_51560_, BlockState p_51557_, RandomSource p_374212_) protected BlockState
ChorusFlowerBlock.updateShape
(BlockState p_51687_, LevelReader p_374269_, ScheduledTickAccess p_374493_, BlockPos p_51691_, Direction p_51688_, BlockPos p_51692_, BlockState p_51689_, RandomSource p_374130_) protected BlockState
ChorusPlantBlock.updateShape
(BlockState p_51728_, LevelReader p_374320_, ScheduledTickAccess p_374500_, BlockPos p_51732_, Direction p_51729_, BlockPos p_51733_, BlockState p_51730_, RandomSource p_374170_) protected BlockState
CocoaBlock.updateShape
(BlockState p_51771_, LevelReader p_374569_, ScheduledTickAccess p_374118_, BlockPos p_51775_, Direction p_51772_, BlockPos p_51776_, BlockState p_51773_, RandomSource p_374448_) ComparatorBlock.updateShape
(BlockState p_301069_, LevelReader p_374094_, ScheduledTickAccess p_374252_, BlockPos p_301025_, Direction p_301249_, BlockPos p_301045_, BlockState p_301318_, RandomSource p_374228_) protected BlockState
ConcretePowderBlock.updateShape
(BlockState p_52074_, LevelReader p_374245_, ScheduledTickAccess p_374286_, BlockPos p_52078_, Direction p_52075_, BlockPos p_52079_, BlockState p_52076_, RandomSource p_374119_) protected BlockState
ConduitBlock.updateShape
(BlockState p_52111_, LevelReader p_374404_, ScheduledTickAccess p_374238_, BlockPos p_52115_, Direction p_52112_, BlockPos p_52116_, BlockState p_52113_, RandomSource p_374453_) protected BlockState
CoralBlock.updateShape
(BlockState p_52143_, LevelReader p_374246_, ScheduledTickAccess p_374434_, BlockPos p_52147_, Direction p_52144_, BlockPos p_52148_, BlockState p_52145_, RandomSource p_374050_) protected BlockState
CoralFanBlock.updateShape
(BlockState p_52159_, LevelReader p_374555_, ScheduledTickAccess p_374197_, BlockPos p_52163_, Direction p_52160_, BlockPos p_52164_, BlockState p_52161_, RandomSource p_374083_) protected BlockState
CoralPlantBlock.updateShape
(BlockState p_52183_, LevelReader p_374499_, ScheduledTickAccess p_374397_, BlockPos p_52187_, Direction p_52184_, BlockPos p_52188_, BlockState p_52185_, RandomSource p_374079_) protected BlockState
CoralWallFanBlock.updateShape
(BlockState p_52210_, LevelReader p_374445_, ScheduledTickAccess p_374341_, BlockPos p_52214_, Direction p_52211_, BlockPos p_52215_, BlockState p_52212_, RandomSource p_374523_) protected BlockState
CreakingHeartBlock.updateShape
(BlockState p_379552_, LevelReader p_379446_, ScheduledTickAccess p_379318_, BlockPos p_379343_, Direction p_380340_, BlockPos p_380150_, BlockState p_379791_, RandomSource p_379888_) protected BlockState
DecoratedPotBlock.updateShape
(BlockState p_276307_, LevelReader p_374037_, ScheduledTickAccess p_374267_, BlockPos p_276270_, Direction p_276322_, BlockPos p_276312_, BlockState p_276280_, RandomSource p_374464_) protected BlockState
DirtPathBlock.updateShape
(BlockState p_153152_, LevelReader p_374225_, ScheduledTickAccess p_374127_, BlockPos p_153156_, Direction p_153153_, BlockPos p_153157_, BlockState p_153154_, RandomSource p_374236_) protected BlockState
DoorBlock.updateShape
(BlockState p_52796_, LevelReader p_374501_, ScheduledTickAccess p_374380_, BlockPos p_52800_, Direction p_52797_, BlockPos p_52801_, BlockState p_52798_, RandomSource p_374395_) protected BlockState
DoublePlantBlock.updateShape
(BlockState p_52894_, LevelReader p_374107_, ScheduledTickAccess p_374359_, BlockPos p_52898_, Direction p_52895_, BlockPos p_52899_, BlockState p_52896_, RandomSource p_374454_) protected BlockState
EnderChestBlock.updateShape
(BlockState p_53160_, LevelReader p_374322_, ScheduledTickAccess p_374149_, BlockPos p_53164_, Direction p_53161_, BlockPos p_53165_, BlockState p_53162_, RandomSource p_374199_) protected BlockState
FaceAttachedHorizontalDirectionalBlock.updateShape
(BlockState p_53190_, LevelReader p_374233_, ScheduledTickAccess p_374169_, BlockPos p_53194_, Direction p_53191_, BlockPos p_53195_, BlockState p_53192_, RandomSource p_374040_) protected BlockState
FallingBlock.updateShape
(BlockState p_53226_, LevelReader p_374327_, ScheduledTickAccess p_374521_, BlockPos p_53230_, Direction p_53227_, BlockPos p_53231_, BlockState p_53228_, RandomSource p_374287_) protected BlockState
FarmBlock.updateShape
(BlockState p_53276_, LevelReader p_374411_, ScheduledTickAccess p_374221_, BlockPos p_53280_, Direction p_53277_, BlockPos p_53281_, BlockState p_53278_, RandomSource p_374244_) protected BlockState
FenceBlock.updateShape
(BlockState p_53323_, LevelReader p_374492_, ScheduledTickAccess p_374576_, BlockPos p_53327_, Direction p_53324_, BlockPos p_53328_, BlockState p_53325_, RandomSource p_374530_) protected BlockState
FenceGateBlock.updateShape
(BlockState p_53382_, LevelReader p_374250_, ScheduledTickAccess p_374455_, BlockPos p_53386_, Direction p_53383_, BlockPos p_53387_, BlockState p_53384_, RandomSource p_374522_) protected BlockState
FireBlock.updateShape
(BlockState p_53458_, LevelReader p_374288_, ScheduledTickAccess p_374582_, BlockPos p_53462_, Direction p_53459_, BlockPos p_53463_, BlockState p_53460_, RandomSource p_374484_) protected BlockState
FlowerPotBlock.updateShape
(BlockState p_53547_, LevelReader p_374311_, ScheduledTickAccess p_374506_, BlockPos p_53551_, Direction p_53548_, BlockPos p_53552_, BlockState p_53549_, RandomSource p_374435_) protected BlockState
FrogspawnBlock.updateShape
(BlockState p_221213_, LevelReader p_374087_, ScheduledTickAccess p_374429_, BlockPos p_221217_, Direction p_221214_, BlockPos p_221218_, BlockState p_221215_, RandomSource p_374092_) protected BlockState
GrowingPlantBodyBlock.updateShape
(BlockState p_53913_, LevelReader p_374366_, ScheduledTickAccess p_374173_, BlockPos p_53917_, Direction p_53914_, BlockPos p_53918_, BlockState p_53915_, RandomSource p_374442_) protected BlockState
GrowingPlantHeadBlock.updateShape
(BlockState p_53951_, LevelReader p_374080_, ScheduledTickAccess p_374450_, BlockPos p_53955_, Direction p_53952_, BlockPos p_53956_, BlockState p_53953_, RandomSource p_374560_) protected BlockState
HangingMossBlock.updateShape
(BlockState p_380182_, LevelReader p_380219_, ScheduledTickAccess p_380011_, BlockPos p_380024_, Direction p_380101_, BlockPos p_380258_, BlockState p_379654_, RandomSource p_379547_) protected BlockState
HangingRootsBlock.updateShape
(BlockState p_153351_, LevelReader p_374138_, ScheduledTickAccess p_374229_, BlockPos p_153355_, Direction p_153352_, BlockPos p_153356_, BlockState p_153353_, RandomSource p_374467_) protected BlockState
HeavyCoreBlock.updateShape
(BlockState p_338756_, LevelReader p_374371_, ScheduledTickAccess p_374063_, BlockPos p_338346_, Direction p_338189_, BlockPos p_338401_, BlockState p_338723_, RandomSource p_374262_) protected BlockState
HugeMushroomBlock.updateShape
(BlockState p_54146_, LevelReader p_374323_, ScheduledTickAccess p_374514_, BlockPos p_54150_, Direction p_54147_, BlockPos p_54151_, BlockState p_54148_, RandomSource p_374091_) protected BlockState
IronBarsBlock.updateShape
(BlockState p_54211_, LevelReader p_374527_, ScheduledTickAccess p_374556_, BlockPos p_54215_, Direction p_54212_, BlockPos p_54216_, BlockState p_54213_, RandomSource p_374254_) protected BlockState
LadderBlock.updateShape
(BlockState p_54363_, LevelReader p_374096_, ScheduledTickAccess p_374237_, BlockPos p_54367_, Direction p_54364_, BlockPos p_54368_, BlockState p_54365_, RandomSource p_374476_) protected BlockState
LanternBlock.updateShape
(BlockState p_153483_, LevelReader p_374491_, ScheduledTickAccess p_374260_, BlockPos p_153487_, Direction p_153484_, BlockPos p_153488_, BlockState p_153485_, RandomSource p_374175_) protected BlockState
LeavesBlock.updateShape
(BlockState p_54440_, LevelReader p_374064_, ScheduledTickAccess p_374538_, BlockPos p_54444_, Direction p_54441_, BlockPos p_54445_, BlockState p_54442_, RandomSource p_374122_) protected BlockState
LightBlock.updateShape
(BlockState p_153680_, LevelReader p_374432_, ScheduledTickAccess p_374195_, BlockPos p_153684_, Direction p_153681_, BlockPos p_153685_, BlockState p_153682_, RandomSource p_374328_) protected BlockState
LightningRodBlock.updateShape
(BlockState p_153739_, LevelReader p_374261_, ScheduledTickAccess p_374456_, BlockPos p_153743_, Direction p_153740_, BlockPos p_153744_, BlockState p_153741_, RandomSource p_374086_) protected BlockState
LiquidBlock.updateShape
(BlockState p_54723_, LevelReader p_374418_, ScheduledTickAccess p_374542_, BlockPos p_54727_, Direction p_54724_, BlockPos p_54728_, BlockState p_54725_, RandomSource p_374563_) protected BlockState
MagmaBlock.updateShape
(BlockState p_54811_, LevelReader p_374494_, ScheduledTickAccess p_374388_, BlockPos p_54815_, Direction p_54812_, BlockPos p_54816_, BlockState p_54813_, RandomSource p_374472_) protected BlockState
MangrovePropaguleBlock.updateShape
(BlockState p_221477_, LevelReader p_374145_, ScheduledTickAccess p_374362_, BlockPos p_221481_, Direction p_221478_, BlockPos p_221482_, BlockState p_221479_, RandomSource p_374203_) protected BlockState
MangroveRootsBlock.updateShape
(BlockState p_221514_, LevelReader p_374345_, ScheduledTickAccess p_374139_, BlockPos p_221518_, Direction p_221515_, BlockPos p_221519_, BlockState p_221516_, RandomSource p_374100_) protected BlockState
MossyCarpetBlock.updateShape
(BlockState p_379698_, LevelReader p_379600_, ScheduledTickAccess p_380394_, BlockPos p_380051_, Direction p_380408_, BlockPos p_380380_, BlockState p_379613_, RandomSource p_379309_) protected BlockState
MultifaceBlock.updateShape
(BlockState p_153904_, LevelReader p_374463_, ScheduledTickAccess p_374073_, BlockPos p_153908_, Direction p_153905_, BlockPos p_153909_, BlockState p_153906_, RandomSource p_374390_) protected BlockState
NetherPortalBlock.updateShape
(BlockState p_54928_, LevelReader p_374413_, ScheduledTickAccess p_374339_, BlockPos p_54932_, Direction p_54929_, BlockPos p_54933_, BlockState p_54930_, RandomSource p_374242_) protected BlockState
NoteBlock.updateShape
(BlockState p_55048_, LevelReader p_374298_, ScheduledTickAccess p_374153_, BlockPos p_55052_, Direction p_55049_, BlockPos p_55053_, BlockState p_55050_, RandomSource p_374540_) protected BlockState
ObserverBlock.updateShape
(BlockState p_55118_, LevelReader p_374557_, ScheduledTickAccess p_374458_, BlockPos p_55122_, Direction p_55119_, BlockPos p_55123_, BlockState p_55120_, RandomSource p_374161_) PitcherCropBlock.updateShape
(BlockState p_277518_, LevelReader p_374059_, ScheduledTickAccess p_374076_, BlockPos p_277982_, Direction p_277700_, BlockPos p_278106_, BlockState p_277660_, RandomSource p_374409_) protected BlockState
PointedDripstoneBlock.updateShape
(BlockState p_154147_, LevelReader p_374104_, ScheduledTickAccess p_374078_, BlockPos p_154151_, Direction p_154148_, BlockPos p_154152_, BlockState p_154149_, RandomSource p_374393_) protected BlockState
RedstoneWallTorchBlock.updateShape
(BlockState p_55772_, LevelReader p_374227_, ScheduledTickAccess p_374302_, BlockPos p_55776_, Direction p_55773_, BlockPos p_55777_, BlockState p_55774_, RandomSource p_374372_) protected BlockState
RedStoneWireBlock.updateShape
(BlockState p_55598_, LevelReader p_374191_, ScheduledTickAccess p_374077_, BlockPos p_55602_, Direction p_55599_, BlockPos p_55603_, BlockState p_55600_, RandomSource p_374364_) protected BlockState
RepeaterBlock.updateShape
(BlockState p_55821_, LevelReader p_374255_, ScheduledTickAccess p_374035_, BlockPos p_55825_, Direction p_55822_, BlockPos p_55826_, BlockState p_55823_, RandomSource p_374140_) protected BlockState
ScaffoldingBlock.updateShape
(BlockState p_56044_, LevelReader p_374031_, ScheduledTickAccess p_374303_, BlockPos p_56048_, Direction p_56045_, BlockPos p_56049_, BlockState p_56046_, RandomSource p_374574_) protected BlockState
SculkSensorBlock.updateShape
(BlockState p_154457_, LevelReader p_374292_, ScheduledTickAccess p_374575_, BlockPos p_154461_, Direction p_154458_, BlockPos p_154462_, BlockState p_154459_, RandomSource p_374248_) protected BlockState
SculkShriekerBlock.updateShape
(BlockState p_222204_, LevelReader p_374289_, ScheduledTickAccess p_374095_, BlockPos p_222208_, Direction p_222205_, BlockPos p_222209_, BlockState p_222206_, RandomSource p_374058_) protected BlockState
SeagrassBlock.updateShape
(BlockState p_154530_, LevelReader p_374421_, ScheduledTickAccess p_374071_, BlockPos p_154534_, Direction p_154531_, BlockPos p_154535_, BlockState p_154532_, RandomSource p_374406_) protected BlockState
SeaPickleBlock.updateShape
(BlockState p_56113_, LevelReader p_374408_, ScheduledTickAccess p_374099_, BlockPos p_56117_, Direction p_56114_, BlockPos p_56118_, BlockState p_56115_, RandomSource p_374294_) protected BlockState
SignBlock.updateShape
(BlockState p_56285_, LevelReader p_374509_, ScheduledTickAccess p_374520_, BlockPos p_56289_, Direction p_56286_, BlockPos p_56290_, BlockState p_56287_, RandomSource p_374213_) protected BlockState
SlabBlock.updateShape
(BlockState p_56381_, LevelReader p_374541_, ScheduledTickAccess p_374470_, BlockPos p_56385_, Direction p_56382_, BlockPos p_56386_, BlockState p_56383_, RandomSource p_374101_) protected BlockState
SmallDripleafBlock.updateShape
(BlockState p_154625_, LevelReader p_374488_, ScheduledTickAccess p_374525_, BlockPos p_154629_, Direction p_154626_, BlockPos p_154630_, BlockState p_154627_, RandomSource p_374277_) protected BlockState
SnowLayerBlock.updateShape
(BlockState p_56606_, LevelReader p_374469_, ScheduledTickAccess p_374526_, BlockPos p_56610_, Direction p_56607_, BlockPos p_56611_, BlockState p_56608_, RandomSource p_374113_) protected BlockState
SnowyDirtBlock.updateShape
(BlockState p_56644_, LevelReader p_374564_, ScheduledTickAccess p_374201_, BlockPos p_56648_, Direction p_56645_, BlockPos p_56649_, BlockState p_56646_, RandomSource p_374447_) protected BlockState
SoulFireBlock.updateShape
(BlockState p_56659_, LevelReader p_374511_, ScheduledTickAccess p_374567_, BlockPos p_56663_, Direction p_56660_, BlockPos p_56664_, BlockState p_56661_, RandomSource p_374480_) protected BlockState
SoulSandBlock.updateShape
(BlockState p_56689_, LevelReader p_374561_, ScheduledTickAccess p_374416_, BlockPos p_56693_, Direction p_56690_, BlockPos p_56694_, BlockState p_56691_, RandomSource p_374114_) protected BlockState
SporeBlossomBlock.updateShape
(BlockState p_154713_, LevelReader p_374047_, ScheduledTickAccess p_374543_, BlockPos p_154717_, Direction p_154714_, BlockPos p_154718_, BlockState p_154715_, RandomSource p_374461_) protected BlockState
StairBlock.updateShape
(BlockState p_56925_, LevelReader p_374183_, ScheduledTickAccess p_374352_, BlockPos p_56929_, Direction p_56926_, BlockPos p_56930_, BlockState p_56927_, RandomSource p_374581_) protected BlockState
StandingSignBlock.updateShape
(BlockState p_57005_, LevelReader p_374220_, ScheduledTickAccess p_374377_, BlockPos p_57009_, Direction p_57006_, BlockPos p_57010_, BlockState p_57007_, RandomSource p_374251_) protected BlockState
SugarCaneBlock.updateShape
(BlockState p_57179_, LevelReader p_374168_, ScheduledTickAccess p_374217_, BlockPos p_57183_, Direction p_57180_, BlockPos p_57184_, BlockState p_57181_, RandomSource p_374240_) protected BlockState
TrapDoorBlock.updateShape
(BlockState p_57554_, LevelReader p_374386_, ScheduledTickAccess p_374038_, BlockPos p_57558_, Direction p_57555_, BlockPos p_57559_, BlockState p_57556_, RandomSource p_374093_) protected BlockState
TripWireBlock.updateShape
(BlockState p_57645_, LevelReader p_374437_, ScheduledTickAccess p_374214_, BlockPos p_57649_, Direction p_57646_, BlockPos p_57650_, BlockState p_57647_, RandomSource p_374065_) protected BlockState
TripWireHookBlock.updateShape
(BlockState p_57731_, LevelReader p_374415_, ScheduledTickAccess p_374046_, BlockPos p_57735_, Direction p_57732_, BlockPos p_57736_, BlockState p_57733_, RandomSource p_374155_) protected BlockState
VegetationBlock.updateShape
(BlockState p_401118_, LevelReader p_401198_, ScheduledTickAccess p_401107_, BlockPos p_401142_, Direction p_401236_, BlockPos p_401082_, BlockState p_401336_, RandomSource p_401169_) protected BlockState
VineBlock.updateShape
(BlockState p_57875_, LevelReader p_374150_, ScheduledTickAccess p_374192_, BlockPos p_57879_, Direction p_57876_, BlockPos p_57880_, BlockState p_57877_, RandomSource p_374278_) protected BlockState
WallBannerBlock.updateShape
(BlockState p_57935_, LevelReader p_374553_, ScheduledTickAccess p_374106_, BlockPos p_57939_, Direction p_57936_, BlockPos p_57940_, BlockState p_57937_, RandomSource p_374162_) protected BlockState
WallBlock.updateShape
(BlockState p_58014_, LevelReader p_374577_, ScheduledTickAccess p_374176_, BlockPos p_58018_, Direction p_58015_, BlockPos p_58019_, BlockState p_58016_, RandomSource p_374535_) private BlockState
WallBlock.updateShape
(LevelReader pLevel, BlockState pState, BlockPos pPos, BlockState pNeighbour, boolean pNorthConnection, boolean pEastConnection, boolean pSouthConnection, boolean pWestConnection) protected BlockState
WallHangingSignBlock.updateShape
(BlockState p_249879_, LevelReader p_374368_, ScheduledTickAccess p_374179_, BlockPos p_252327_, Direction p_249939_, BlockPos p_251853_, BlockState p_250767_, RandomSource p_374570_) protected BlockState
WallSignBlock.updateShape
(BlockState p_58083_, LevelReader p_374417_, ScheduledTickAccess p_374151_, BlockPos p_58087_, Direction p_58084_, BlockPos p_58088_, BlockState p_58085_, RandomSource p_374032_) protected BlockState
WallTorchBlock.updateShape
(BlockState p_58143_, LevelReader p_374329_, ScheduledTickAccess p_374207_, BlockPos p_58147_, Direction p_58144_, BlockPos p_58148_, BlockState p_58145_, RandomSource p_374234_) protected BlockState
WaterloggedTransparentBlock.updateShape
(BlockState p_313906_, LevelReader p_374178_, ScheduledTickAccess p_374293_, BlockPos p_313842_, Direction p_313739_, BlockPos p_313843_, BlockState p_313829_, RandomSource p_374433_) private BlockState
WallBlock.updateSides
(BlockState pState, boolean pNorthConnection, boolean pEastConnection, boolean pSouthConnection, boolean pWestConnection, VoxelShape pWallShape) private static void
DaylightDetectorBlock.updateSignalStrength
(BlockState pState, Level pLevel, BlockPos pPos) private void
RedStoneWireBlock.updatesOnShapeChange
(Level pLevel, BlockPos pPos, BlockState pOldState, BlockState pNewState) private void
TripWireBlock.updateSource
(Level pLevel, BlockPos pPos, BlockState pState) protected BlockState
BaseRailBlock.updateState
(BlockState pState, Level pLevel, BlockPos pPos, boolean pMovedByPiston) protected void
BaseRailBlock.updateState
(BlockState pState, Level pLevel, BlockPos pPos, Block pNeighborBlock) private static BlockState
CreakingHeartBlock.updateState
(BlockState pState, Level pLevel, BlockPos pPos) protected void
PoweredRailBlock.updateState
(BlockState pState, Level pLevel, BlockPos pPos, Block pBlock) protected void
RailBlock.updateState
(BlockState pState, Level pLevel, BlockPos pPos, Block pBlock) static InteractionResult
CaveVines.use
(Entity pEntity, BlockState pState, Level pLevel, BlockPos pPos) protected InteractionResult
AbstractCauldronBlock.useItemOn
(ItemStack p_316791_, BlockState p_316287_, Level p_316530_, BlockPos p_316585_, Player p_316671_, InteractionHand p_316186_, BlockHitResult p_316294_) protected InteractionResult
BeehiveBlock.useItemOn
(ItemStack p_316844_, BlockState p_316365_, Level p_316306_, BlockPos p_316497_, Player p_316824_, InteractionHand p_316436_, BlockHitResult p_316125_) protected InteractionResult
CakeBlock.useItemOn
(ItemStack p_316238_, BlockState p_316837_, Level p_316766_, BlockPos p_316227_, Player p_316853_, InteractionHand p_316422_, BlockHitResult p_316869_) protected InteractionResult
CampfireBlock.useItemOn
(ItemStack p_316347_, BlockState p_51274_, Level p_51275_, BlockPos p_51276_, Player p_51277_, InteractionHand p_51278_, BlockHitResult p_51279_) protected InteractionResult
CandleBlock.useItemOn
(ItemStack p_316279_, BlockState p_316163_, Level p_316881_, BlockPos p_316480_, Player p_316191_, InteractionHand p_316669_, BlockHitResult p_316641_) protected InteractionResult
CandleCakeBlock.useItemOn
(ItemStack p_316571_, BlockState p_316514_, Level p_316171_, BlockPos p_316112_, Player p_316172_, InteractionHand p_316257_, BlockHitResult p_316286_) protected InteractionResult
CeilingHangingSignBlock.useItemOn
(ItemStack p_316602_, BlockState p_316839_, Level p_316805_, BlockPos p_316894_, Player p_316202_, InteractionHand p_316538_, BlockHitResult p_316895_) protected InteractionResult
ChiseledBookShelfBlock.useItemOn
(ItemStack p_316457_, BlockState p_316201_, Level p_316747_, BlockPos p_316462_, Player p_316228_, InteractionHand p_316721_, BlockHitResult p_316464_) protected InteractionResult
ComposterBlock.useItemOn
(ItemStack p_316332_, BlockState p_316118_, Level p_316624_, BlockPos p_316660_, Player p_316715_, InteractionHand p_316472_, BlockHitResult p_316606_) protected InteractionResult
DecoratedPotBlock.useItemOn
(ItemStack p_316569_, BlockState p_316562_, Level p_316177_, BlockPos p_316898_, Player p_316632_, InteractionHand p_316424_, BlockHitResult p_316345_) protected InteractionResult
FlowerPotBlock.useItemOn
(ItemStack p_316610_, BlockState p_316240_, Level p_316456_, BlockPos p_316502_, Player p_316491_, InteractionHand p_316444_, BlockHitResult p_316826_) protected InteractionResult
JukeboxBlock.useItemOn
(ItemStack p_350348_, BlockState p_351033_, Level p_350995_, BlockPos p_350838_, Player p_350684_, InteractionHand p_350461_, BlockHitResult p_351025_) protected InteractionResult
LecternBlock.useItemOn
(ItemStack p_316392_, BlockState p_316600_, Level p_316640_, BlockPos p_316673_, Player p_316670_, InteractionHand p_316384_, BlockHitResult p_316419_) protected InteractionResult
NoteBlock.useItemOn
(ItemStack p_316716_, BlockState p_316688_, Level p_316672_, BlockPos p_316355_, Player p_316822_, InteractionHand p_316505_, BlockHitResult p_316667_) protected InteractionResult
PumpkinBlock.useItemOn
(ItemStack p_316383_, BlockState p_316676_, Level p_316272_, BlockPos p_316484_, Player p_316367_, InteractionHand p_316216_, BlockHitResult p_316827_) protected InteractionResult
RedStoneOreBlock.useItemOn
(ItemStack p_316235_, BlockState p_316208_, Level p_316432_, BlockPos p_316592_, Player p_316564_, InteractionHand p_316389_, BlockHitResult p_316390_) protected InteractionResult
RespawnAnchorBlock.useItemOn
(ItemStack p_316531_, BlockState p_316665_, Level p_316165_, BlockPos p_316402_, Player p_316556_, InteractionHand p_316586_, BlockHitResult p_316326_) protected InteractionResult
SignBlock.useItemOn
(ItemStack p_316116_, BlockState p_316899_, Level p_316692_, BlockPos p_316578_, Player p_316244_, InteractionHand p_316196_, BlockHitResult p_316744_) protected InteractionResult
SweetBerryBushBlock.useItemOn
(ItemStack p_316636_, BlockState p_316295_, Level p_316812_, BlockPos p_316380_, Player p_316731_, InteractionHand p_316188_, BlockHitResult p_316626_) protected InteractionResult
TntBlock.useItemOn
(ItemStack p_316149_, BlockState p_316217_, Level p_316520_, BlockPos p_316601_, Player p_316770_, InteractionHand p_316393_, BlockHitResult p_316532_) VaultBlock.useItemOn
(ItemStack p_324161_, BlockState p_323816_, Level p_324403_, BlockPos p_324623_, Player p_324219_, InteractionHand p_324416_, BlockHitResult p_324261_) protected InteractionResult
WallHangingSignBlock.useItemOn
(ItemStack p_316420_, BlockState p_316885_, Level p_316114_, BlockPos p_316297_, Player p_316609_, InteractionHand p_316187_, BlockHitResult p_316223_) protected boolean
DaylightDetectorBlock.useShapeForLightOcclusion
(BlockState pState) protected boolean
DirtPathBlock.useShapeForLightOcclusion
(BlockState p_153159_) protected boolean
EnchantingTableBlock.useShapeForLightOcclusion
(BlockState p_341280_) protected boolean
EndPortalFrameBlock.useShapeForLightOcclusion
(BlockState pState) protected boolean
FarmBlock.useShapeForLightOcclusion
(BlockState pState) protected boolean
LecternBlock.useShapeForLightOcclusion
(BlockState pState) protected boolean
SculkSensorBlock.useShapeForLightOcclusion
(BlockState p_154486_) protected boolean
SculkShriekerBlock.useShapeForLightOcclusion
(BlockState p_222232_) protected boolean
SlabBlock.useShapeForLightOcclusion
(BlockState pState) protected boolean
SnowLayerBlock.useShapeForLightOcclusion
(BlockState pState) protected boolean
StairBlock.useShapeForLightOcclusion
(BlockState pState) protected boolean
StonecutterBlock.useShapeForLightOcclusion
(BlockState pState) protected InteractionResult
AbstractFurnaceBlock.useWithoutItem
(BlockState p_48706_, Level p_48707_, BlockPos p_48708_, Player p_48709_, BlockHitResult p_48711_) protected InteractionResult
AnvilBlock.useWithoutItem
(BlockState p_48804_, Level p_48805_, BlockPos p_48806_, Player p_48807_, BlockHitResult p_48809_) protected InteractionResult
BarrelBlock.useWithoutItem
(BlockState p_49069_, Level p_49070_, BlockPos p_49071_, Player p_49072_, BlockHitResult p_49074_) protected InteractionResult
BeaconBlock.useWithoutItem
(BlockState p_49432_, Level p_49433_, BlockPos p_49434_, Player p_49435_, BlockHitResult p_49437_) protected InteractionResult
BedBlock.useWithoutItem
(BlockState p_49515_, Level p_49516_, BlockPos p_49517_, Player p_49518_, BlockHitResult p_49520_) protected InteractionResult
BellBlock.useWithoutItem
(BlockState p_49722_, Level p_49723_, BlockPos p_49724_, Player p_49725_, BlockHitResult p_49727_) protected InteractionResult
BrewingStandBlock.useWithoutItem
(BlockState p_50930_, Level p_50931_, BlockPos p_50932_, Player p_50933_, BlockHitResult p_50935_) protected InteractionResult
ButtonBlock.useWithoutItem
(BlockState p_316833_, Level p_316124_, BlockPos p_316184_, Player p_316845_, BlockHitResult p_316247_) protected InteractionResult
CakeBlock.useWithoutItem
(BlockState p_316481_, Level p_316406_, BlockPos p_316218_, Player p_316212_, BlockHitResult p_316525_) protected InteractionResult
CandleCakeBlock.useWithoutItem
(BlockState p_316519_, Level p_316226_, BlockPos p_316122_, Player p_316438_, BlockHitResult p_316849_) protected InteractionResult
CartographyTableBlock.useWithoutItem
(BlockState p_51357_, Level p_51358_, BlockPos p_51359_, Player p_51360_, BlockHitResult p_51362_) protected InteractionResult
CaveVinesBlock.useWithoutItem
(BlockState p_152980_, Level p_152981_, BlockPos p_152982_, Player p_152983_, BlockHitResult p_152985_) protected InteractionResult
CaveVinesPlantBlock.useWithoutItem
(BlockState p_153021_, Level p_153022_, BlockPos p_153023_, Player p_153024_, BlockHitResult p_153026_) protected InteractionResult
ChestBlock.useWithoutItem
(BlockState p_51531_, Level p_51532_, BlockPos p_51533_, Player p_51534_, BlockHitResult p_51536_) protected InteractionResult
ChiseledBookShelfBlock.useWithoutItem
(BlockState p_316403_, Level p_316842_, BlockPos p_316539_, Player p_316349_, BlockHitResult p_316278_) protected InteractionResult
CommandBlock.useWithoutItem
(BlockState p_51825_, Level p_51826_, BlockPos p_51827_, Player p_51828_, BlockHitResult p_51830_) protected InteractionResult
ComparatorBlock.useWithoutItem
(BlockState p_51880_, Level p_51881_, BlockPos p_51882_, Player p_51883_, BlockHitResult p_51885_) protected InteractionResult
ComposterBlock.useWithoutItem
(BlockState p_316361_, Level p_316271_, BlockPos p_316647_, Player p_316633_, BlockHitResult p_316555_) protected InteractionResult
CrafterBlock.useWithoutItem
(BlockState p_307454_, Level p_307255_, BlockPos p_307303_, Player p_307670_, BlockHitResult p_307546_) protected InteractionResult
CraftingTableBlock.useWithoutItem
(BlockState p_52233_, Level p_52234_, BlockPos p_52235_, Player p_52236_, BlockHitResult p_52238_) protected InteractionResult
DaylightDetectorBlock.useWithoutItem
(BlockState p_52391_, Level p_52392_, BlockPos p_52393_, Player p_52394_, BlockHitResult p_52396_) protected InteractionResult
DecoratedPotBlock.useWithoutItem
(BlockState p_316866_, Level p_316544_, BlockPos p_316541_, Player p_316732_, BlockHitResult p_316860_) protected InteractionResult
DispenserBlock.useWithoutItem
(BlockState p_52693_, Level p_52694_, BlockPos p_52695_, Player p_52696_, BlockHitResult p_52698_) protected InteractionResult
DoorBlock.useWithoutItem
(BlockState p_52769_, Level p_52770_, BlockPos p_52771_, Player p_52772_, BlockHitResult p_52774_) protected InteractionResult
DragonEggBlock.useWithoutItem
(BlockState p_52923_, Level p_52924_, BlockPos p_52925_, Player p_52926_, BlockHitResult p_52928_) protected InteractionResult
EnchantingTableBlock.useWithoutItem
(BlockState p_341077_, Level p_341293_, BlockPos p_341394_, Player p_340990_, BlockHitResult p_341300_) protected InteractionResult
EnderChestBlock.useWithoutItem
(BlockState p_53137_, Level p_53138_, BlockPos p_53139_, Player p_53140_, BlockHitResult p_53142_) protected InteractionResult
FenceBlock.useWithoutItem
(BlockState p_316111_, Level p_316725_, BlockPos p_316646_, Player p_316453_, BlockHitResult p_316769_) protected InteractionResult
FenceGateBlock.useWithoutItem
(BlockState p_53365_, Level p_53366_, BlockPos p_53367_, Player p_53368_, BlockHitResult p_53370_) protected InteractionResult
FletchingTableBlock.useWithoutItem
(BlockState p_53501_, Level p_53502_, BlockPos p_53503_, Player p_53504_, BlockHitResult p_53506_) protected InteractionResult
FlowerPotBlock.useWithoutItem
(BlockState p_316363_, Level p_316655_, BlockPos p_316654_, Player p_316338_, BlockHitResult p_316518_) protected InteractionResult
GrindstoneBlock.useWithoutItem
(BlockState p_53821_, Level p_53822_, BlockPos p_53823_, Player p_53824_, BlockHitResult p_53826_) protected InteractionResult
HopperBlock.useWithoutItem
(BlockState p_54071_, Level p_54072_, BlockPos p_54073_, Player p_54074_, BlockHitResult p_54076_) protected InteractionResult
JigsawBlock.useWithoutItem
(BlockState p_54231_, Level p_54232_, BlockPos p_54233_, Player p_54234_, BlockHitResult p_54236_) protected InteractionResult
JukeboxBlock.useWithoutItem
(BlockState p_54281_, Level p_54282_, BlockPos p_54283_, Player p_54284_, BlockHitResult p_54286_) protected InteractionResult
LecternBlock.useWithoutItem
(BlockState p_316164_, Level p_316515_, BlockPos p_316598_, Player p_316584_, BlockHitResult p_316197_) protected InteractionResult
LeverBlock.useWithoutItem
(BlockState p_54640_, Level p_54641_, BlockPos p_54642_, Player p_54643_, BlockHitResult p_54645_) protected InteractionResult
LightBlock.useWithoutItem
(BlockState p_153673_, Level p_153674_, BlockPos p_153675_, Player p_153676_, BlockHitResult p_153678_) protected InteractionResult
LoomBlock.useWithoutItem
(BlockState p_54787_, Level p_54788_, BlockPos p_54789_, Player p_54790_, BlockHitResult p_54792_) protected InteractionResult
NoteBlock.useWithoutItem
(BlockState p_316441_, Level p_316774_, BlockPos p_316344_, Player p_316884_, BlockHitResult p_316631_) protected InteractionResult
RedStoneWireBlock.useWithoutItem
(BlockState p_55554_, Level p_55555_, BlockPos p_55556_, Player p_55557_, BlockHitResult p_55559_) protected InteractionResult
RepeaterBlock.useWithoutItem
(BlockState p_55809_, Level p_55810_, BlockPos p_55811_, Player p_55812_, BlockHitResult p_55814_) protected InteractionResult
RespawnAnchorBlock.useWithoutItem
(BlockState p_316377_, Level p_316150_, BlockPos p_316161_, Player p_316889_, BlockHitResult p_316358_) protected InteractionResult
ShulkerBoxBlock.useWithoutItem
(BlockState p_56227_, Level p_56228_, BlockPos p_56229_, Player p_56230_, BlockHitResult p_56232_) protected InteractionResult
SignBlock.useWithoutItem
(BlockState p_316779_, Level p_316615_, BlockPos p_316127_, Player p_316173_, BlockHitResult p_316850_) protected InteractionResult
SmithingTableBlock.useWithoutItem
(BlockState p_56428_, Level p_56429_, BlockPos p_56430_, Player p_56431_, BlockHitResult p_56433_) protected InteractionResult
StonecutterBlock.useWithoutItem
(BlockState p_57083_, Level p_57084_, BlockPos p_57085_, Player p_57086_, BlockHitResult p_57088_) protected InteractionResult
StructureBlock.useWithoutItem
(BlockState p_57128_, Level p_57129_, BlockPos p_57130_, Player p_57131_, BlockHitResult p_57133_) protected InteractionResult
SweetBerryBushBlock.useWithoutItem
(BlockState p_316134_, Level p_316429_, BlockPos p_316748_, Player p_316431_, BlockHitResult p_316474_) protected InteractionResult
TestBlock.useWithoutItem
(BlockState p_397020_, Level p_397230_, BlockPos p_397100_, Player p_397362_, BlockHitResult p_397202_) protected InteractionResult
TestInstanceBlock.useWithoutItem
(BlockState p_397015_, Level p_397062_, BlockPos p_397232_, Player p_397809_, BlockHitResult p_397307_) protected InteractionResult
TrapDoorBlock.useWithoutItem
(BlockState p_57540_, Level p_57541_, BlockPos p_57542_, Player p_57543_, BlockHitResult p_57545_) final BlockState
Block.withPropertiesOf
(BlockState pState) Method parameters in net.minecraft.world.level.block with type arguments of type BlockStateModifier and TypeMethodDescriptionstatic <S extends BlockEntity>
DoubleBlockCombiner.NeighborCombineResult<S> DoubleBlockCombiner.combineWithNeigbour
(BlockEntityType<S> pBlockEntityType, Function<BlockState, DoubleBlockCombiner.BlockType> pDoubleBlockTypeGetter, Function<BlockState, Direction> pDirectionGetter, Property<Direction> pDirectionProperty, BlockState pState, LevelAccessor pLevel, BlockPos pPos, BiPredicate<LevelAccessor, BlockPos> pBlockedChestTest) protected void
AbstractFurnaceBlock.createBlockStateDefinition
(StateDefinition.Builder<Block, BlockState> pBuilder) protected void
AbstractSkullBlock.createBlockStateDefinition
(StateDefinition.Builder<Block, BlockState> p_300993_) protected void
AmethystClusterBlock.createBlockStateDefinition
(StateDefinition.Builder<Block, BlockState> p_152043_) protected void
AnvilBlock.createBlockStateDefinition
(StateDefinition.Builder<Block, BlockState> pBuilder) protected void
AttachedStemBlock.createBlockStateDefinition
(StateDefinition.Builder<Block, BlockState> pBuilder) protected void
BambooStalkBlock.createBlockStateDefinition
(StateDefinition.Builder<Block, BlockState> p_261641_) protected void
BannerBlock.createBlockStateDefinition
(StateDefinition.Builder<Block, BlockState> pBuilder) protected void
BarrelBlock.createBlockStateDefinition
(StateDefinition.Builder<Block, BlockState> pBuilder) protected void
BarrierBlock.createBlockStateDefinition
(StateDefinition.Builder<Block, BlockState> p_296107_) protected void
BaseCoralPlantTypeBlock.createBlockStateDefinition
(StateDefinition.Builder<Block, BlockState> pBuilder) protected void
BaseCoralWallFanBlock.createBlockStateDefinition
(StateDefinition.Builder<Block, BlockState> pBuilder) protected void
BedBlock.createBlockStateDefinition
(StateDefinition.Builder<Block, BlockState> pBuilder) protected void
BeehiveBlock.createBlockStateDefinition
(StateDefinition.Builder<Block, BlockState> pBuilder) protected void
BeetrootBlock.createBlockStateDefinition
(StateDefinition.Builder<Block, BlockState> pBuilder) protected void
BellBlock.createBlockStateDefinition
(StateDefinition.Builder<Block, BlockState> pBuilder) 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> pBuilder) protected void
BrewingStandBlock.createBlockStateDefinition
(StateDefinition.Builder<Block, BlockState> pBuilder) protected void
BrushableBlock.createBlockStateDefinition
(StateDefinition.Builder<Block, BlockState> p_277623_) protected void
BubbleColumnBlock.createBlockStateDefinition
(StateDefinition.Builder<Block, BlockState> pBuilder) protected void
ButtonBlock.createBlockStateDefinition
(StateDefinition.Builder<Block, BlockState> pBuilder) protected void
CactusBlock.createBlockStateDefinition
(StateDefinition.Builder<Block, BlockState> pBuilder) protected void
CakeBlock.createBlockStateDefinition
(StateDefinition.Builder<Block, BlockState> pBuilder) protected void
CalibratedSculkSensorBlock.createBlockStateDefinition
(StateDefinition.Builder<Block, BlockState> p_277652_) protected void
CampfireBlock.createBlockStateDefinition
(StateDefinition.Builder<Block, BlockState> pBuilder) 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> pBuilder) protected void
CaveVinesBlock.createBlockStateDefinition
(StateDefinition.Builder<Block, BlockState> p_152993_) protected void
CaveVinesPlantBlock.createBlockStateDefinition
(StateDefinition.Builder<Block, BlockState> p_153031_) protected void
CeilingHangingSignBlock.createBlockStateDefinition
(StateDefinition.Builder<Block, BlockState> p_251174_) protected void
ChainBlock.createBlockStateDefinition
(StateDefinition.Builder<Block, BlockState> pBuilder) protected void
ChestBlock.createBlockStateDefinition
(StateDefinition.Builder<Block, BlockState> pBuilder) protected void
ChiseledBookShelfBlock.createBlockStateDefinition
(StateDefinition.Builder<Block, BlockState> p_250973_) protected void
ChorusFlowerBlock.createBlockStateDefinition
(StateDefinition.Builder<Block, BlockState> pBuilder) protected void
ChorusPlantBlock.createBlockStateDefinition
(StateDefinition.Builder<Block, BlockState> pBuilder) protected void
CocoaBlock.createBlockStateDefinition
(StateDefinition.Builder<Block, BlockState> pBuilder) protected void
CommandBlock.createBlockStateDefinition
(StateDefinition.Builder<Block, BlockState> pBuilder) protected void
ComparatorBlock.createBlockStateDefinition
(StateDefinition.Builder<Block, BlockState> pBuilder) protected void
ComposterBlock.createBlockStateDefinition
(StateDefinition.Builder<Block, BlockState> pBuilder) protected void
ConduitBlock.createBlockStateDefinition
(StateDefinition.Builder<Block, BlockState> pBuilder) protected void
CopperBulbBlock.createBlockStateDefinition
(StateDefinition.Builder<Block, BlockState> p_308903_) protected void
CrafterBlock.createBlockStateDefinition
(StateDefinition.Builder<Block, BlockState> p_307200_) protected void
CreakingHeartBlock.createBlockStateDefinition
(StateDefinition.Builder<Block, BlockState> p_379898_) protected void
CropBlock.createBlockStateDefinition
(StateDefinition.Builder<Block, BlockState> pBuilder) protected void
DaylightDetectorBlock.createBlockStateDefinition
(StateDefinition.Builder<Block, BlockState> pBuilder) protected void
DecoratedPotBlock.createBlockStateDefinition
(StateDefinition.Builder<Block, BlockState> p_273169_) protected void
DetectorRailBlock.createBlockStateDefinition
(StateDefinition.Builder<Block, BlockState> pBuilder) protected void
DispenserBlock.createBlockStateDefinition
(StateDefinition.Builder<Block, BlockState> pBuilder) protected void
DoorBlock.createBlockStateDefinition
(StateDefinition.Builder<Block, BlockState> pBuilder) protected void
DoublePlantBlock.createBlockStateDefinition
(StateDefinition.Builder<Block, BlockState> pBuilder) protected void
EnderChestBlock.createBlockStateDefinition
(StateDefinition.Builder<Block, BlockState> pBuilder) protected void
EndPortalFrameBlock.createBlockStateDefinition
(StateDefinition.Builder<Block, BlockState> pBuilder) protected void
EndRodBlock.createBlockStateDefinition
(StateDefinition.Builder<Block, BlockState> pBuilder) protected void
FarmBlock.createBlockStateDefinition
(StateDefinition.Builder<Block, BlockState> pBuilder) protected void
FenceBlock.createBlockStateDefinition
(StateDefinition.Builder<Block, BlockState> pBuilder) protected void
FenceGateBlock.createBlockStateDefinition
(StateDefinition.Builder<Block, BlockState> pBuilder) protected void
FireBlock.createBlockStateDefinition
(StateDefinition.Builder<Block, BlockState> pBuilder) protected void
FlowerBedBlock.createBlockStateDefinition
(StateDefinition.Builder<Block, BlockState> p_393753_) protected void
FrostedIceBlock.createBlockStateDefinition
(StateDefinition.Builder<Block, BlockState> pBuilder) protected void
GlazedTerracottaBlock.createBlockStateDefinition
(StateDefinition.Builder<Block, BlockState> pBuilder) protected void
GrindstoneBlock.createBlockStateDefinition
(StateDefinition.Builder<Block, BlockState> pBuilder) protected void
GrowingPlantHeadBlock.createBlockStateDefinition
(StateDefinition.Builder<Block, BlockState> pBuilder) protected void
HangingMossBlock.createBlockStateDefinition
(StateDefinition.Builder<Block, BlockState> p_379416_) protected void
HangingRootsBlock.createBlockStateDefinition
(StateDefinition.Builder<Block, BlockState> p_153358_) protected void
HeavyCoreBlock.createBlockStateDefinition
(StateDefinition.Builder<Block, BlockState> p_333925_) protected void
HopperBlock.createBlockStateDefinition
(StateDefinition.Builder<Block, BlockState> pBuilder) protected void
HugeMushroomBlock.createBlockStateDefinition
(StateDefinition.Builder<Block, BlockState> pBuilder) protected void
InfestedRotatedPillarBlock.createBlockStateDefinition
(StateDefinition.Builder<Block, BlockState> p_153446_) protected void
IronBarsBlock.createBlockStateDefinition
(StateDefinition.Builder<Block, BlockState> pBuilder) protected void
JigsawBlock.createBlockStateDefinition
(StateDefinition.Builder<Block, BlockState> pBuilder) protected void
JukeboxBlock.createBlockStateDefinition
(StateDefinition.Builder<Block, BlockState> pBuilder) protected void
LadderBlock.createBlockStateDefinition
(StateDefinition.Builder<Block, BlockState> pBuilder) protected void
LanternBlock.createBlockStateDefinition
(StateDefinition.Builder<Block, BlockState> p_153490_) protected void
LayeredCauldronBlock.createBlockStateDefinition
(StateDefinition.Builder<Block, BlockState> p_153549_) protected void
LeafLitterBlock.createBlockStateDefinition
(StateDefinition.Builder<Block, BlockState> p_393852_) protected void
LeavesBlock.createBlockStateDefinition
(StateDefinition.Builder<Block, BlockState> pBuilder) protected void
LecternBlock.createBlockStateDefinition
(StateDefinition.Builder<Block, BlockState> pBuilder) protected void
LeverBlock.createBlockStateDefinition
(StateDefinition.Builder<Block, BlockState> pBuilder) 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> pBuilder) protected void
LoomBlock.createBlockStateDefinition
(StateDefinition.Builder<Block, BlockState> pBuilder) protected void
MangrovePropaguleBlock.createBlockStateDefinition
(StateDefinition.Builder<Block, BlockState> p_221484_) protected void
MangroveRootsBlock.createBlockStateDefinition
(StateDefinition.Builder<Block, BlockState> p_221521_) protected void
MossyCarpetBlock.createBlockStateDefinition
(StateDefinition.Builder<Block, BlockState> p_379510_) protected void
MultifaceBlock.createBlockStateDefinition
(StateDefinition.Builder<Block, BlockState> p_153917_) protected void
NetherPortalBlock.createBlockStateDefinition
(StateDefinition.Builder<Block, BlockState> pBuilder) protected void
NetherWartBlock.createBlockStateDefinition
(StateDefinition.Builder<Block, BlockState> pBuilder) protected void
NoteBlock.createBlockStateDefinition
(StateDefinition.Builder<Block, BlockState> pBuilder) protected void
ObserverBlock.createBlockStateDefinition
(StateDefinition.Builder<Block, BlockState> pBuilder) protected void
PitcherCropBlock.createBlockStateDefinition
(StateDefinition.Builder<Block, BlockState> p_277573_) protected void
PointedDripstoneBlock.createBlockStateDefinition
(StateDefinition.Builder<Block, BlockState> p_154157_) protected void
PoweredRailBlock.createBlockStateDefinition
(StateDefinition.Builder<Block, BlockState> pBuilder) protected void
PressurePlateBlock.createBlockStateDefinition
(StateDefinition.Builder<Block, BlockState> pBuilder) protected void
RailBlock.createBlockStateDefinition
(StateDefinition.Builder<Block, BlockState> pBuilder) protected void
RedstoneLampBlock.createBlockStateDefinition
(StateDefinition.Builder<Block, BlockState> pBuilder) protected void
RedStoneOreBlock.createBlockStateDefinition
(StateDefinition.Builder<Block, BlockState> pBuilder) protected void
RedstoneTorchBlock.createBlockStateDefinition
(StateDefinition.Builder<Block, BlockState> pBuilder) protected void
RedstoneWallTorchBlock.createBlockStateDefinition
(StateDefinition.Builder<Block, BlockState> pBuilder) protected void
RedStoneWireBlock.createBlockStateDefinition
(StateDefinition.Builder<Block, BlockState> pBuilder) protected void
RepeaterBlock.createBlockStateDefinition
(StateDefinition.Builder<Block, BlockState> pBuilder) protected void
RespawnAnchorBlock.createBlockStateDefinition
(StateDefinition.Builder<Block, BlockState> pBuilder) protected void
RotatedPillarBlock.createBlockStateDefinition
(StateDefinition.Builder<Block, BlockState> pBuilder) protected void
SaplingBlock.createBlockStateDefinition
(StateDefinition.Builder<Block, BlockState> pBuilder) protected void
ScaffoldingBlock.createBlockStateDefinition
(StateDefinition.Builder<Block, BlockState> pBuilder) protected void
SculkCatalystBlock.createBlockStateDefinition
(StateDefinition.Builder<Block, BlockState> p_222115_) protected void
SculkSensorBlock.createBlockStateDefinition
(StateDefinition.Builder<Block, BlockState> p_154464_) protected void
SculkShriekerBlock.createBlockStateDefinition
(StateDefinition.Builder<Block, BlockState> p_222211_) protected void
SeaPickleBlock.createBlockStateDefinition
(StateDefinition.Builder<Block, BlockState> pBuilder) protected void
ShulkerBoxBlock.createBlockStateDefinition
(StateDefinition.Builder<Block, BlockState> pBuilder) protected void
SkullBlock.createBlockStateDefinition
(StateDefinition.Builder<Block, BlockState> pBuilder) protected void
SlabBlock.createBlockStateDefinition
(StateDefinition.Builder<Block, BlockState> pBuilder) protected void
SmallDripleafBlock.createBlockStateDefinition
(StateDefinition.Builder<Block, BlockState> p_154632_) protected void
SnifferEggBlock.createBlockStateDefinition
(StateDefinition.Builder<Block, BlockState> p_277441_) protected void
SnowLayerBlock.createBlockStateDefinition
(StateDefinition.Builder<Block, BlockState> pBuilder) protected void
SnowyDirtBlock.createBlockStateDefinition
(StateDefinition.Builder<Block, BlockState> pBuilder) protected void
StairBlock.createBlockStateDefinition
(StateDefinition.Builder<Block, BlockState> pBuilder) protected void
StandingSignBlock.createBlockStateDefinition
(StateDefinition.Builder<Block, BlockState> pBuilder) protected void
StemBlock.createBlockStateDefinition
(StateDefinition.Builder<Block, BlockState> pBuilder) protected void
StonecutterBlock.createBlockStateDefinition
(StateDefinition.Builder<Block, BlockState> pBuilder) protected void
StructureBlock.createBlockStateDefinition
(StateDefinition.Builder<Block, BlockState> pBuilder) protected void
SugarCaneBlock.createBlockStateDefinition
(StateDefinition.Builder<Block, BlockState> pBuilder) protected void
SweetBerryBushBlock.createBlockStateDefinition
(StateDefinition.Builder<Block, BlockState> pBuilder) protected void
TargetBlock.createBlockStateDefinition
(StateDefinition.Builder<Block, BlockState> pBuilder) protected void
TestBlock.createBlockStateDefinition
(StateDefinition.Builder<Block, BlockState> p_397099_) protected void
TntBlock.createBlockStateDefinition
(StateDefinition.Builder<Block, BlockState> pBuilder) protected void
TorchflowerCropBlock.createBlockStateDefinition
(StateDefinition.Builder<Block, BlockState> p_272679_) protected void
TrapDoorBlock.createBlockStateDefinition
(StateDefinition.Builder<Block, BlockState> pBuilder) protected void
TrialSpawnerBlock.createBlockStateDefinition
(StateDefinition.Builder<Block, BlockState> p_312785_) protected void
TripWireBlock.createBlockStateDefinition
(StateDefinition.Builder<Block, BlockState> pBuilder) protected void
TripWireHookBlock.createBlockStateDefinition
(StateDefinition.Builder<Block, BlockState> pBuilder) protected void
TurtleEggBlock.createBlockStateDefinition
(StateDefinition.Builder<Block, BlockState> pBuilder) protected void
VaultBlock.createBlockStateDefinition
(StateDefinition.Builder<Block, BlockState> p_323673_) protected void
VineBlock.createBlockStateDefinition
(StateDefinition.Builder<Block, BlockState> pBuilder) protected void
WallBannerBlock.createBlockStateDefinition
(StateDefinition.Builder<Block, BlockState> pBuilder) protected void
WallBlock.createBlockStateDefinition
(StateDefinition.Builder<Block, BlockState> pBuilder) protected void
WallHangingSignBlock.createBlockStateDefinition
(StateDefinition.Builder<Block, BlockState> p_251029_) protected void
WallSignBlock.createBlockStateDefinition
(StateDefinition.Builder<Block, BlockState> pBuilder) protected void
WallSkullBlock.createBlockStateDefinition
(StateDefinition.Builder<Block, BlockState> pBuilder) protected void
WallTorchBlock.createBlockStateDefinition
(StateDefinition.Builder<Block, BlockState> pBuilder) protected void
WaterloggedTransparentBlock.createBlockStateDefinition
(StateDefinition.Builder<Block, BlockState> p_313896_) protected void
WeightedPressurePlateBlock.createBlockStateDefinition
(StateDefinition.Builder<Block, BlockState> pBuilder) PointedDripstoneBlock.findBlockVertical
(LevelAccessor pLevel, BlockPos pPos, Direction.AxisDirection pAxis, BiPredicate<BlockPos, BlockState> pPositionalStatePredicate, Predicate<BlockState> pStatePredicate, int pMaxIterations) PointedDripstoneBlock.findBlockVertical
(LevelAccessor pLevel, BlockPos pPos, Direction.AxisDirection pAxis, BiPredicate<BlockPos, BlockState> pPositionalStatePredicate, Predicate<BlockState> pStatePredicate, int pMaxIterations) private static BlockState
MultifaceBlock.getDefaultMultifaceState
(StateDefinition<Block, BlockState> pStateDefinition) private static BlockState
InfestedBlock.getNewStateWithProperties
(Map<BlockState, BlockState> pStateMap, BlockState pState, Supplier<BlockState> pSupplier) private static BlockState
InfestedBlock.getNewStateWithProperties
(Map<BlockState, BlockState> pStateMap, BlockState pState, Supplier<BlockState> pSupplier) private static BlockState
InfestedBlock.getNewStateWithProperties
(Map<BlockState, BlockState> pStateMap, BlockState pState, Supplier<BlockState> pSupplier) protected Function
<BlockState, VoxelShape> Block.getShapeForEachState
(Function<BlockState, VoxelShape> pShapeGetter) protected Function
<BlockState, VoxelShape> Block.getShapeForEachState
(Function<BlockState, VoxelShape> pShapeGetter, Property<?>... pProperties) Constructors in net.minecraft.world.level.block with parameters of type BlockStateModifierConstructorDescription(package private)
FluidInfo
(BlockPos pos, Fluid fluid, BlockState sourceState) Creates an instance of aFluidInfo
record class.InputContainer
(BlockState pState, LevelAccessor pLevel, BlockPos pPos) OutputContainer
(BlockState pState, LevelAccessor pLevel, BlockPos pPos, ItemStack pStack) (package private)
PosAndState
(BlockPos pos, BlockState state) Creates an instance of aPosAndState
record class.RailState
(Level pLevel, BlockPos pPos, BlockState pState) StairBlock
(BlockState pBaseState, BlockBehaviour.Properties pProperties) WeatheringCopperStairBlock
(WeatheringCopper.WeatherState pWeatherState, BlockState pBaseState, BlockBehaviour.Properties pProperties) -
Uses of BlockState in net.minecraft.world.level.block.entity
Fields in net.minecraft.world.level.block.entity declared as BlockStateModifier and TypeFieldDescriptionprivate BlockState
BlockEntity.blockState
private final BlockState
SculkCatalystBlockEntity.CatalystListener.blockState
Methods in net.minecraft.world.level.block.entity that return BlockStateModifier and TypeMethodDescriptionBlockEntity.getBlockState()
private static BlockState
CreakingHeartBlockEntity.updateCreakingState
(Level pLevel, BlockState pState, BlockPos pPos, CreakingHeartBlockEntity pCreakingHeart) Methods in net.minecraft.world.level.block.entity with parameters of type BlockStateModifier and TypeMethodDescriptionstatic void
SkullBlockEntity.animation
(Level pLevel, BlockPos pPos, BlockState pState, SkullBlockEntity pBlockEntity) static void
TheEndGatewayBlockEntity.beamAnimationTick
(Level pLevel, BlockPos pPos, BlockState pState, TheEndGatewayBlockEntity pBlockEntity) private void
SculkCatalystBlockEntity.CatalystListener.bloom
(ServerLevel pLevel, BlockPos pPos, BlockState pState, RandomSource pRandom) static void
EnchantingTableBlockEntity.bookAnimationTick
(Level pLevel, BlockPos pPos, BlockState pState, EnchantingTableBlockEntity pEnchantingTable) static void
BellBlockEntity.clientTick
(Level pLevel, BlockPos pPos, BlockState pState, BellBlockEntity pBlockEntity) static void
ConduitBlockEntity.clientTick
(Level pLevel, BlockPos pPos, BlockState pState, ConduitBlockEntity pBlockEntity) static void
SpawnerBlockEntity.clientTick
(Level pLevel, BlockPos pPos, BlockState pState, SpawnerBlockEntity pBlockEntity) static void
CampfireBlockEntity.cookTick
(ServerLevel pLevel, BlockPos pPos, BlockState pState, CampfireBlockEntity pCampfire, RecipeManager.CachedCheck<SingleRecipeInput, CampfireCookingRecipe> pCheck) static void
CampfireBlockEntity.cooldownTick
(Level pLevel, BlockPos pPos, BlockState pState, CampfireBlockEntity pBlockEntity) BlockEntityType.BlockEntitySupplier.create
(BlockPos pPos, BlockState pState) BlockEntityType.create
(BlockPos pPos, BlockState pState) void
ContainerOpenersCounter.decrementOpeners
(Player pPlayer, Level pLevel, BlockPos pPos, BlockState pState) private static void
ShulkerBoxBlockEntity.doNeighborUpdates
(Level pLevel, BlockPos pPos, BlockState pState) void
BeehiveBlockEntity.emptyAllLivingFromHive
(Player pPlayer, BlockState pState, BeehiveBlockEntity.BeeReleaseStatus pReleaseStatus) static void
HopperBlockEntity.entityInside
(Level pLevel, BlockPos pPos, BlockState pState, Entity pEntity, HopperBlockEntity pBlockEntity) private int
CalibratedSculkSensorBlockEntity.VibrationUser.getBackSignal
(Level pLevel, BlockPos pPos, BlockState pState) private static Container
HopperBlockEntity.getBlockContainer
(Level pLevel, BlockPos pPos, BlockState pState) ShulkerBoxBlockEntity.getBoundingBox
(BlockState pState) private static Container
HopperBlockEntity.getContainerAt
(Level pLevel, BlockPos pPos, BlockState pState, double pX, double pY, double pZ) private static ContainerOrHandler
HopperBlockEntity.getContainerOrHandlerAt
(Level level, BlockPos pos, BlockState state, double x, double y, double z, Direction side) static int
BeehiveBlockEntity.getHoneyLevel
(BlockState pState) private static Container
HopperBlockEntity.getSourceContainer
(Level pLevel, Hopper pHopper, BlockPos pPos, BlockState pState) private static ContainerOrHandler
HopperBlockEntity.getSourceContainerOrHandler
(Level p_155597_, Hopper p_155598_, BlockPos p_326315_, BlockState p_326093_) void
ContainerOpenersCounter.incrementOpeners
(Player pPlayer, Level pLevel, BlockPos pPos, BlockState pState) boolean
BlockEntityType.isValid
(BlockState pState) boolean
BlockEntity.isValidBlockState
(BlockState pState) static void
ChestBlockEntity.lidAnimateTick
(Level pLevel, BlockPos pPos, BlockState pState, ChestBlockEntity pBlockEntity) static void
EnderChestBlockEntity.lidAnimateTick
(Level pLevel, BlockPos pPos, BlockState pState, EnderChestBlockEntity pBlockEntity) static BlockEntity
BlockEntity.loadStatic
(BlockPos pPos, BlockState pState, CompoundTag pTag, HolderLookup.Provider pRegistries) private void
ShulkerBoxBlockEntity.moveCollidedEntities
(Level pLevel, BlockPos pPos, BlockState pState) protected abstract void
ContainerOpenersCounter.onClose
(Level pLevel, BlockPos pPos, BlockState pState) protected abstract void
ContainerOpenersCounter.onOpen
(Level pLevel, BlockPos pPos, BlockState pState) protected abstract void
ContainerOpenersCounter.openerCountChanged
(Level pLevel, BlockPos pPos, BlockState pState, int pCount, int pOpenCount) static void
CampfireBlockEntity.particleTick
(Level pLevel, BlockPos pPos, BlockState pState, CampfireBlockEntity pBlockEntity) (package private) void
BarrelBlockEntity.playSound
(BlockState pState, SoundEvent pSound) (package private) static void
ChestBlockEntity.playSound
(Level pLevel, BlockPos pPos, BlockState pState, SoundEvent pSound) static void
TheEndGatewayBlockEntity.portalTick
(Level pLevel, BlockPos pPos, BlockState pState, TheEndGatewayBlockEntity pBlockEntity) void
AbstractFurnaceBlockEntity.preRemoveSideEffects
(BlockPos p_393693_, BlockState p_393780_) void
BlockEntity.preRemoveSideEffects
(BlockPos pPos, BlockState pState) void
CampfireBlockEntity.preRemoveSideEffects
(BlockPos p_394031_, BlockState p_394253_) void
CreakingHeartBlockEntity.preRemoveSideEffects
(BlockPos p_394454_, BlockState p_393611_) void
JukeboxBlockEntity.preRemoveSideEffects
(BlockPos p_394607_, BlockState p_393961_) void
LecternBlockEntity.preRemoveSideEffects
(BlockPos p_393826_, BlockState p_393542_) void
SculkShriekerBlockEntity.preRemoveSideEffects
(BlockPos p_394217_, BlockState p_393528_) void
ShulkerBoxBlockEntity.preRemoveSideEffects
(BlockPos p_397016_, BlockState p_397217_) static void
HopperBlockEntity.pushItemsTick
(Level pLevel, BlockPos pPos, BlockState pState, HopperBlockEntity pBlockEntity) void
ContainerOpenersCounter.recheckOpeners
(Level pLevel, BlockPos pPos, BlockState pState) BeehiveBlockEntity.releaseAllOccupants
(BlockState pState, BeehiveBlockEntity.BeeReleaseStatus pReleaseStatus) private static boolean
BeehiveBlockEntity.releaseOccupant
(Level pLevel, BlockPos pPos, BlockState pState, BeehiveBlockEntity.Occupant pOccupant, List<Entity> pStoredInHives, BeehiveBlockEntity.BeeReleaseStatus pReleaseStatus, BlockPos pStoredFlowerPos) private static void
ContainerOpenersCounter.scheduleRecheck
(Level pLevel, BlockPos pPos, BlockState pState) static void
AbstractFurnaceBlockEntity.serverTick
(ServerLevel pLevel, BlockPos pPos, BlockState pState, AbstractFurnaceBlockEntity pFurnace) static void
BeehiveBlockEntity.serverTick
(Level pLevel, BlockPos pPos, BlockState pState, BeehiveBlockEntity pBeehive) static void
BellBlockEntity.serverTick
(Level pLevel, BlockPos pPos, BlockState pState, BellBlockEntity pBlockEntity) static void
BrewingStandBlockEntity.serverTick
(Level pLevel, BlockPos pPos, BlockState pState, BrewingStandBlockEntity pBlockEntity) static void
ConduitBlockEntity.serverTick
(Level pLevel, BlockPos pPos, BlockState pState, ConduitBlockEntity pBlockEntity) static void
CrafterBlockEntity.serverTick
(Level pLevel, BlockPos pPos, BlockState pState, CrafterBlockEntity pCrafter) static void
CreakingHeartBlockEntity.serverTick
(Level pLevel, BlockPos pPos, BlockState pState, CreakingHeartBlockEntity pCreakingHeart) static void
SculkCatalystBlockEntity.serverTick
(Level pLevel, BlockPos pPos, BlockState pState, SculkCatalystBlockEntity pSculkCatalyst) static void
SpawnerBlockEntity.serverTick
(Level pLevel, BlockPos pPos, BlockState pState, SpawnerBlockEntity pBlockEntity) void
BlockEntity.setBlockState
(BlockState pBlockState) Deprecated.void
ChestBlockEntity.setBlockState
(BlockState p_155251_) void
HopperBlockEntity.setBlockState
(BlockState p_326468_) protected static void
BlockEntity.setChanged
(Level pLevel, BlockPos pPos, BlockState pState) protected void
ChestBlockEntity.signalOpenCount
(Level pLevel, BlockPos pPos, BlockState pState, int pEventId, int pEventParam) protected void
TrappedChestBlockEntity.signalOpenCount
(Level p_155865_, BlockPos p_155866_, BlockState p_155867_, int p_155868_, int p_155869_) static void
BeaconBlockEntity.tick
(Level pLevel, BlockPos pPos, BlockState pState, BeaconBlockEntity pBlockEntity) private static void
BellBlockEntity.tick
(Level pLevel, BlockPos pPos, BlockState pState, BellBlockEntity pBlockEntity, BellBlockEntity.ResonationEndAction pResonationEndAction) void
BlockEntityTicker.tick
(Level pLevel, BlockPos pPos, BlockState pState, T pBlockEntity) static void
JukeboxBlockEntity.tick
(Level pLevel, BlockPos pPos, BlockState pState, JukeboxBlockEntity pJukebox) static void
ShulkerBoxBlockEntity.tick
(Level pLevel, BlockPos pPos, BlockState pState, ShulkerBoxBlockEntity pBlockEntity) static void
SignBlockEntity.tick
(Level pLevel, BlockPos pPos, BlockState pState, SignBlockEntity pSign) private static void
BeehiveBlockEntity.tickOccupants
(Level pLevel, BlockPos pPos, BlockState pState, List<BeehiveBlockEntity.BeeData> pData, BlockPos pSavedFlowerPos) static void
TheEndGatewayBlockEntity.triggerCooldown
(Level pLevel, BlockPos pPos, BlockState pState, TheEndGatewayBlockEntity pBlockEntity) private static boolean
HopperBlockEntity.tryMoveItems
(Level pLevel, BlockPos pPos, BlockState pState, HopperBlockEntity pBlockEntity, BooleanSupplier pValidator) private void
ShulkerBoxBlockEntity.updateAnimation
(Level pLevel, BlockPos pPos, BlockState pState) (package private) void
BarrelBlockEntity.updateBlockState
(BlockState pState, boolean pOpen) private static BlockState
CreakingHeartBlockEntity.updateCreakingState
(Level pLevel, BlockState pState, BlockPos pPos, CreakingHeartBlockEntity pCreakingHeart) private static void
ConduitBlockEntity.updateDestroyTarget
(Level pLevel, BlockPos pPos, BlockState pState, List<BlockPos> pPositions, ConduitBlockEntity pBlockEntity) private void
BlockEntity.validateBlockState
(BlockState pState) Constructors in net.minecraft.world.level.block.entity with parameters of type BlockStateModifierConstructorDescriptionprotected
AbstractFurnaceBlockEntity
(BlockEntityType<?> pType, BlockPos pPos, BlockState pBlockState, RecipeType<? extends AbstractCookingRecipe> pRecipeType) BannerBlockEntity
(BlockPos pPos, BlockState pBlockState) BannerBlockEntity
(BlockPos pPos, BlockState pBlockState, DyeColor pBaseColor) BarrelBlockEntity
(BlockPos pPos, BlockState pBlockState) protected
BaseContainerBlockEntity
(BlockEntityType<?> p_155076_, BlockPos p_155077_, BlockState p_155078_) BeaconBlockEntity
(BlockPos pPos, BlockState pBlockState) BedBlockEntity
(BlockPos pPos, BlockState pBlockState) BedBlockEntity
(BlockPos pPos, BlockState pBlockState, DyeColor pColor) BeehiveBlockEntity
(BlockPos pPos, BlockState pBlockState) BellBlockEntity
(BlockPos pPos, BlockState pBlockState) BlastFurnaceBlockEntity
(BlockPos pPos, BlockState pBlockState) BlockEntity
(BlockEntityType<?> pType, BlockPos pPos, BlockState pBlockState) BrewingStandBlockEntity
(BlockPos pPos, BlockState pState) BrushableBlockEntity
(BlockPos pPos, BlockState pBlockState) CalibratedSculkSensorBlockEntity
(BlockPos p_277459_, BlockState p_278100_) CampfireBlockEntity
(BlockPos pPos, BlockState pBlockState) CatalystListener
(BlockState pBlockState, PositionSource pPositionSource) ChestBlockEntity
(BlockPos pPos, BlockState pBlockState) protected
ChestBlockEntity
(BlockEntityType<?> p_155327_, BlockPos p_155328_, BlockState p_155329_) ChiseledBookShelfBlockEntity
(BlockPos pPos, BlockState pState) CommandBlockEntity
(BlockPos pPos, BlockState pBlockState) ComparatorBlockEntity
(BlockPos pPos, BlockState pBlockState) ConduitBlockEntity
(BlockPos pPos, BlockState pBlockState) CrafterBlockEntity
(BlockPos pPos, BlockState pState) CreakingHeartBlockEntity
(BlockPos pPos, BlockState pState) DaylightDetectorBlockEntity
(BlockPos pPos, BlockState pBlockState) DecoratedPotBlockEntity
(BlockPos pPos, BlockState pState) DispenserBlockEntity
(BlockPos pPos, BlockState pBlockState) protected
DispenserBlockEntity
(BlockEntityType<?> p_155489_, BlockPos p_155490_, BlockState p_155491_) DropperBlockEntity
(BlockPos p_155498_, BlockState p_155499_) EnchantingTableBlockEntity
(BlockPos pPos, BlockState pState) EnderChestBlockEntity
(BlockPos pPos, BlockState pBlockState) FurnaceBlockEntity
(BlockPos pPos, BlockState pBlockState) HangingSignBlockEntity
(BlockPos p_250603_, BlockState p_251674_) HopperBlockEntity
(BlockPos pPos, BlockState pBlockState) JigsawBlockEntity
(BlockPos pPos, BlockState pBlockState) JukeboxBlockEntity
(BlockPos pPos, BlockState pBlockState) LecternBlockEntity
(BlockPos pPos, BlockState pBlockState) protected
RandomizableContainerBlockEntity
(BlockEntityType<?> p_155629_, BlockPos p_155630_, BlockState p_155631_) SculkCatalystBlockEntity
(BlockPos pPos, BlockState pBlockState) SculkSensorBlockEntity
(BlockPos pPos, BlockState pBlockState) protected
SculkSensorBlockEntity
(BlockEntityType<?> p_277405_, BlockPos p_277502_, BlockState p_277699_) SculkShriekerBlockEntity
(BlockPos pPos, BlockState pBlockState) ShulkerBoxBlockEntity
(BlockPos pPos, BlockState pBlockState) ShulkerBoxBlockEntity
(DyeColor pColor, BlockPos pPos, BlockState pBlockState) SignBlockEntity
(BlockPos pPos, BlockState pBlockState) SignBlockEntity
(BlockEntityType p_249609_, BlockPos p_248914_, BlockState p_249550_) SkullBlockEntity
(BlockPos pPos, BlockState pBlockState) SmokerBlockEntity
(BlockPos pPos, BlockState pBlockState) SpawnerBlockEntity
(BlockPos pPos, BlockState pBlockState) StructureBlockEntity
(BlockPos pPos, BlockState pBlockState) TestBlockEntity
(BlockPos pPos, BlockState pState) TestInstanceBlockEntity
(BlockPos pPos, BlockState pState) TheEndGatewayBlockEntity
(BlockPos p_155813_, BlockState p_155814_) TheEndPortalBlockEntity
(BlockPos pPos, BlockState pBlockState) protected
TheEndPortalBlockEntity
(BlockEntityType<?> p_155855_, BlockPos p_155856_, BlockState p_155857_) TrappedChestBlockEntity
(BlockPos p_155862_, BlockState p_155863_) TrialSpawnerBlockEntity
(BlockPos pPos, BlockState pState) -
Uses of BlockState in net.minecraft.world.level.block.entity.vault
Methods in net.minecraft.world.level.block.entity.vault with parameters of type BlockStateModifier and TypeMethodDescriptionstatic void
VaultBlockEntity.Client.emitActivationParticles
(Level pLevel, BlockPos pPos, BlockState pState, VaultSharedData pSharedData, ParticleOptions pParticle) private static void
VaultBlockEntity.Client.emitConnectionParticlesForNearbyPlayers
(Level pLevel, BlockPos pPos, BlockState pState, VaultSharedData pSharedData) (package private) static void
VaultBlockEntity.Server.setVaultState
(ServerLevel pLevel, BlockPos pPos, BlockState pOldState, BlockState pNewState, VaultConfig pConfig, VaultSharedData pSharedData) static void
VaultBlockEntity.Client.tick
(Level pLevel, BlockPos pPos, BlockState pState, VaultClientData pClientData, VaultSharedData pSharedData) static void
VaultBlockEntity.Server.tick
(ServerLevel pLevel, BlockPos pPos, BlockState pState, VaultConfig pConfig, VaultServerData pServerData, VaultSharedData pSharedData) static void
VaultBlockEntity.Server.tryInsertKey
(ServerLevel pLevel, BlockPos pPos, BlockState pState, VaultConfig pConfig, VaultServerData pServerData, VaultSharedData pSharedData, Player pPlayer, ItemStack pStack) private static void
VaultBlockEntity.Server.unlock
(ServerLevel pLevel, BlockState pState, BlockPos pPos, VaultConfig pConfig, VaultServerData pServerData, VaultSharedData pSharedData, List<ItemStack> pItemsToEject) Constructors in net.minecraft.world.level.block.entity.vault with parameters of type BlockState -
Uses of BlockState in net.minecraft.world.level.block.grower
Methods in net.minecraft.world.level.block.grower with parameters of type BlockStateModifier and TypeMethodDescriptionboolean
TreeGrower.growTree
(ServerLevel pLevel, ChunkGenerator pChunkGenerator, BlockPos pPos, BlockState pState, RandomSource pRandom) private static boolean
TreeGrower.isTwoByTwoSapling
(BlockState pState, BlockGetter pLevel, BlockPos pPos, int pXOffset, int pYOffset) -
Uses of BlockState in net.minecraft.world.level.block.piston
Fields in net.minecraft.world.level.block.piston declared as BlockStateModifier and TypeFieldDescriptionprivate static final BlockState
PistonMovingBlockEntity.DEFAULT_BLOCK_STATE
private BlockState
PistonMovingBlockEntity.movedState
Methods in net.minecraft.world.level.block.piston that return BlockStateModifier and TypeMethodDescriptionprivate BlockState
PistonMovingBlockEntity.getCollisionRelatedBlockState()
PistonMovingBlockEntity.getMovedState()
PistonBaseBlock.getStateForPlacement
(BlockPlaceContext pContext) protected BlockState
MovingPistonBlock.mirror
(BlockState pState, Mirror pMirror) protected BlockState
PistonBaseBlock.mirror
(BlockState pState, Mirror pMirror) protected BlockState
PistonHeadBlock.mirror
(BlockState pState, Mirror pMirror) PistonHeadBlock.playerWillDestroy
(Level p_60265_, BlockPos p_60266_, BlockState p_60267_, Player p_60268_) protected BlockState
MovingPistonBlock.rotate
(BlockState pState, Rotation pRot) protected BlockState
PistonBaseBlock.rotate
(BlockState pState, Rotation pRot) PistonBaseBlock.rotate
(BlockState state, LevelAccessor world, BlockPos pos, Rotation direction) protected BlockState
PistonHeadBlock.rotate
(BlockState pState, Rotation pRot) protected BlockState
PistonHeadBlock.updateShape
(BlockState p_60301_, LevelReader p_374256_, ScheduledTickAccess p_374426_, BlockPos p_60305_, Direction p_60302_, BlockPos p_60306_, BlockState p_60303_, RandomSource p_374478_) Methods in net.minecraft.world.level.block.piston with parameters of type BlockStateModifier and TypeMethodDescriptionprotected void
PistonHeadBlock.affectNeighborsAfterRemoval
(BlockState p_393727_, ServerLevel p_394573_, BlockPos p_393756_, boolean p_394300_) protected boolean
PistonHeadBlock.canSurvive
(BlockState pState, LevelReader pLevel, BlockPos pPos) private void
PistonBaseBlock.checkIfExtend
(Level pLevel, BlockPos pPos, BlockState pState) void
MovingPistonBlock.destroy
(LevelAccessor pLevel, BlockPos pPos, BlockState pState) protected ItemStack
MovingPistonBlock.getCloneItemStack
(LevelReader p_304937_, BlockPos p_60058_, BlockState p_60059_, boolean p_386505_) protected ItemStack
PistonHeadBlock.getCloneItemStack
(LevelReader p_304638_, BlockPos p_60262_, BlockState p_60263_, boolean p_386559_) protected VoxelShape
MovingPistonBlock.getCollisionShape
(BlockState pState, BlockGetter pLevel, BlockPos pPos, CollisionContext pContext) MovingPistonBlock.getDrops
(BlockState p_287650_, LootParams.Builder p_287754_) protected RenderShape
MovingPistonBlock.getRenderShape
(BlockState p_389569_) protected VoxelShape
MovingPistonBlock.getShape
(BlockState pState, BlockGetter pLevel, BlockPos pPos, CollisionContext pContext) protected VoxelShape
PistonBaseBlock.getShape
(BlockState pState, BlockGetter pLevel, BlockPos pPos, CollisionContext pContext) protected VoxelShape
PistonHeadBlock.getShape
(BlockState pState, BlockGetter pLevel, BlockPos pPos, CollisionContext pContext) <T extends BlockEntity>
BlockEntityTicker<T> MovingPistonBlock.getTicker
(Level p_155875_, BlockState p_155876_, BlockEntityType<T> p_155877_) private boolean
PistonHeadBlock.isFittingBase
(BlockState pBaseState, BlockState pExtendedState) protected boolean
MovingPistonBlock.isPathfindable
(BlockState p_60065_, PathComputationType p_60068_) protected boolean
PistonBaseBlock.isPathfindable
(BlockState p_60187_, PathComputationType p_60190_) protected boolean
PistonHeadBlock.isPathfindable
(BlockState p_60270_, PathComputationType p_60273_) static boolean
PistonBaseBlock.isPushable
(BlockState pState, Level pLevel, BlockPos pPos, Direction pMovementDirection, boolean pAllowDestroy, Direction pPistonFacing) Checks if the piston can push the given BlockState.protected BlockState
MovingPistonBlock.mirror
(BlockState pState, Mirror pMirror) protected BlockState
PistonBaseBlock.mirror
(BlockState pState, Mirror pMirror) protected BlockState
PistonHeadBlock.mirror
(BlockState pState, Mirror pMirror) protected void
PistonBaseBlock.neighborChanged
(BlockState p_60198_, Level p_60199_, BlockPos p_60200_, Block p_60201_, Orientation p_363070_, boolean p_60203_) protected void
PistonHeadBlock.neighborChanged
(BlockState p_60275_, Level p_60276_, BlockPos p_60277_, Block p_60278_, Orientation p_363965_, boolean p_60280_) MovingPistonBlock.newBlockEntity
(BlockPos p_155879_, BlockState p_155880_) static BlockEntity
MovingPistonBlock.newMovingBlockEntity
(BlockPos pPos, BlockState pBlockState, BlockState pMovedState, Direction pDirection, boolean pExtending, boolean pIsSourcePiston) protected void
PistonBaseBlock.onPlace
(BlockState pState, Level pLevel, BlockPos pPos, BlockState pOldState, boolean pIsMoving) PistonHeadBlock.playerWillDestroy
(Level p_60265_, BlockPos p_60266_, BlockState p_60267_, Player p_60268_) void
PistonMovingBlockEntity.preRemoveSideEffects
(BlockPos p_394613_, BlockState p_393744_) protected BlockState
MovingPistonBlock.rotate
(BlockState pState, Rotation pRot) protected BlockState
PistonBaseBlock.rotate
(BlockState pState, Rotation pRot) PistonBaseBlock.rotate
(BlockState state, LevelAccessor world, BlockPos pos, Rotation direction) protected BlockState
PistonHeadBlock.rotate
(BlockState pState, Rotation pRot) void
PistonBaseBlock.setPlacedBy
(Level pLevel, BlockPos pPos, BlockState pState, LivingEntity pPlacer, ItemStack pStack) static void
PistonMovingBlockEntity.tick
(Level pLevel, BlockPos pPos, BlockState pState, PistonMovingBlockEntity pBlockEntity) protected boolean
PistonBaseBlock.triggerEvent
(BlockState pState, Level pLevel, BlockPos pPos, int pId, int pParam) protected BlockState
PistonHeadBlock.updateShape
(BlockState p_60301_, LevelReader p_374256_, ScheduledTickAccess p_374426_, BlockPos p_60305_, Direction p_60302_, BlockPos p_60306_, BlockState p_60303_, RandomSource p_374478_) protected boolean
PistonBaseBlock.useShapeForLightOcclusion
(BlockState pState) protected boolean
PistonHeadBlock.useShapeForLightOcclusion
(BlockState pState) protected InteractionResult
MovingPistonBlock.useWithoutItem
(BlockState p_60070_, Level p_60071_, BlockPos p_60072_, Player p_60073_, BlockHitResult p_60075_) Method parameters in net.minecraft.world.level.block.piston with type arguments of type BlockStateModifier and TypeMethodDescriptionprotected void
MovingPistonBlock.createBlockStateDefinition
(StateDefinition.Builder<Block, BlockState> pBuilder) protected void
PistonBaseBlock.createBlockStateDefinition
(StateDefinition.Builder<Block, BlockState> pBuilder) protected void
PistonHeadBlock.createBlockStateDefinition
(StateDefinition.Builder<Block, BlockState> pBuilder) Constructors in net.minecraft.world.level.block.piston with parameters of type BlockStateModifierConstructorDescriptionPistonMovingBlockEntity
(BlockPos pPos, BlockState pBlockState) PistonMovingBlockEntity
(BlockPos pPos, BlockState pBlockState, BlockState pMovedState, Direction pDirection, boolean pExtending, boolean pIsSourcePiston) -
Uses of BlockState in net.minecraft.world.level.block.sounds
Methods in net.minecraft.world.level.block.sounds with parameters of type BlockStateModifier and TypeMethodDescriptionstatic void
AmbientDesertBlockSoundsPlayer.playAmbientBlockSounds
(BlockState pState, Level pLevel, BlockPos pPos, RandomSource pRandom) -
Uses of BlockState in net.minecraft.world.level.block.state
Fields in net.minecraft.world.level.block.state with type parameters of type BlockStateModifier and TypeFieldDescriptionstatic final com.mojang.serialization.Codec
<BlockState> BlockState.CODEC
(package private) ToIntFunction
<BlockState> BlockBehaviour.Properties.lightEmission
(package private) Function
<BlockState, MapColor> BlockBehaviour.Properties.mapColor
Methods in net.minecraft.world.level.block.state that return BlockStateModifier and TypeMethodDescriptionprotected abstract BlockState
BlockBehaviour.BlockStateBase.asState()
protected BlockState
BlockState.asState()
protected BlockState
BlockBehaviour.mirror
(BlockState pState, Mirror pMirror) Returns the blockstate with the given mirror of the passed blockstate.Deprecated.protected BlockState
BlockBehaviour.rotate
(BlockState pState, Rotation pRotation) Returns the blockstate with the given rotation from the passed blockstate.BlockBehaviour.BlockStateBase.updateShape
(LevelReader pLevel, ScheduledTickAccess pScheduledTickAccess, BlockPos pPos, Direction pDirection, BlockPos pNeighborPos, BlockState pNeighborState, RandomSource pRandom) protected BlockState
BlockBehaviour.updateShape
(BlockState pState, LevelReader pLevel, ScheduledTickAccess pScheduledTickAccess, BlockPos pPos, Direction pDirection, BlockPos pNeighborPos, BlockState pNeighborState, RandomSource pRandom) Methods in net.minecraft.world.level.block.state with parameters of type BlockStateModifier and TypeMethodDescriptionprotected void
BlockBehaviour.affectNeighborsAfterRemoval
(BlockState pState, ServerLevel pLevel, BlockPos pPos, boolean pMovedByPiston) protected void
BlockBehaviour.attack
(BlockState pState, Level pLevel, BlockPos pPos, Player pPlayer) protected boolean
BlockBehaviour.canBeReplaced
(BlockState pState, BlockPlaceContext pUseContext) protected boolean
BlockBehaviour.canBeReplaced
(BlockState pState, Fluid pFluid) protected boolean
BlockBehaviour.canSurvive
(BlockState pState, LevelReader pLevel, BlockPos pPos) protected void
BlockBehaviour.entityInside
(BlockState pState, Level pLevel, BlockPos pPos, Entity pEntity, InsideBlockEffectApplier pEffectApplier) BlockBehaviour.OffsetFunction.evaluate
(BlockState pState, BlockPos pPos) protected int
BlockBehaviour.getAnalogOutputSignal
(BlockState pState, Level pLevel, BlockPos pPos) Returns the analog signal this block emits.protected VoxelShape
BlockBehaviour.getBlockSupportShape
(BlockState pState, BlockGetter pLevel, BlockPos pPos) protected ItemStack
BlockBehaviour.getCloneItemStack
(LevelReader pLevel, BlockPos pPos, BlockState pState, boolean pIncludeData) Deprecated.protected VoxelShape
BlockBehaviour.getCollisionShape
(BlockState pState, BlockGetter pLevel, BlockPos pPos, CollisionContext pContext) protected float
BlockBehaviour.getDestroyProgress
(BlockState pState, Player pPlayer, BlockGetter pLevel, BlockPos pPos) Get the hardness of this Block relative to the ability of the given playerprotected int
BlockBehaviour.getDirectSignal
(BlockState pState, BlockGetter pLevel, BlockPos pPos, Direction pDirection) Returns the direct signal this block emits in the given direction.BlockBehaviour.getDrops
(BlockState pState, LootParams.Builder pParams) protected VoxelShape
BlockBehaviour.getEntityInsideCollisionShape
(BlockState pState, BlockGetter pLevel, BlockPos pPos, Entity pEntity) protected FluidState
BlockBehaviour.getFluidState
(BlockState pState) protected VoxelShape
BlockBehaviour.getInteractionShape
(BlockState pState, BlockGetter pLevel, BlockPos pPos) protected int
BlockBehaviour.getLightBlock
(BlockState pState) protected MenuProvider
BlockBehaviour.getMenuProvider
(BlockState pState, Level pLevel, BlockPos pPos) protected VoxelShape
BlockBehaviour.getOcclusionShape
(BlockState pState) protected RenderShape
BlockBehaviour.getRenderShape
(BlockState pState) The type of render function called.protected long
BlockBehaviour.getSeed
(BlockState pState, BlockPos pPos) Return a random long to be passed toinvalid reference
net.minecraft.client.resources.model.BakedModel#getQuads
protected float
BlockBehaviour.getShadeBrightness
(BlockState pState, BlockGetter pLevel, BlockPos pPos) protected VoxelShape
BlockBehaviour.getShape
(BlockState pState, BlockGetter pLevel, BlockPos pPos, CollisionContext pContext) protected int
BlockBehaviour.getSignal
(BlockState pState, BlockGetter pLevel, BlockPos pPos, Direction pDirection) Returns the signal this block emits in the given direction.protected SoundType
BlockBehaviour.getSoundType
(BlockState pState) Deprecated.protected VoxelShape
BlockBehaviour.getVisualShape
(BlockState pState, BlockGetter pLevel, BlockPos pPos, CollisionContext pContext) protected boolean
BlockBehaviour.hasAnalogOutputSignal
(BlockState pState) protected boolean
BlockBehaviour.isAir
(BlockState state) protected boolean
BlockBehaviour.isCollisionShapeFullBlock
(BlockState pState, BlockGetter pLevel, BlockPos pPos) protected boolean
BlockBehaviour.isPathfindable
(BlockState pState, PathComputationType pPathComputationType) protected boolean
BlockBehaviour.isRandomlyTicking
(BlockState pState) protected boolean
BlockBehaviour.isSignalSource
(BlockState pState) Returns whether this block is capable of emitting redstone signals.protected BlockState
BlockBehaviour.mirror
(BlockState pState, Mirror pMirror) Returns the blockstate with the given mirror of the passed blockstate.protected void
BlockBehaviour.neighborChanged
(BlockState pState, Level pLevel, BlockPos pPos, Block pNeighborBlock, Orientation pOrientation, boolean pMovedByPiston) protected void
BlockBehaviour.onExplosionHit
(BlockState pState, ServerLevel pLevel, BlockPos pPos, Explosion pExplosion, BiConsumer<ItemStack, BlockPos> pDropConsumer) void
BlockBehaviour.BlockStateBase.onPlace
(Level pLevel, BlockPos pPos, BlockState pOldState, boolean pMovedByPiston) protected void
BlockBehaviour.onPlace
(BlockState pState, Level pLevel, BlockPos pPos, BlockState pOldState, boolean pMovedByPiston) void
BlockBehaviour.BlockStateBase.onProjectileHit
(Level pLevel, BlockState pState, BlockHitResult pHit, Projectile pProjectile) protected void
BlockBehaviour.onProjectileHit
(Level pLevel, BlockState pState, BlockHitResult pHit, Projectile pProjectile) protected boolean
BlockBehaviour.propagatesSkylightDown
(BlockState pState) protected void
BlockBehaviour.randomTick
(BlockState pState, ServerLevel pLevel, BlockPos pPos, RandomSource pRandom) Performs a random tick on a block.protected BlockState
BlockBehaviour.rotate
(BlockState pState, Rotation pRotation) Returns the blockstate with the given rotation from the passed blockstate.boolean
BlockBehaviour.BlockStateBase.skipRendering
(BlockState pState, Direction pFace) protected boolean
BlockBehaviour.skipRendering
(BlockState pState, BlockState pAdjacentState, Direction pDirection) protected void
BlockBehaviour.spawnAfterBreak
(BlockState pState, ServerLevel pLevel, BlockPos pPos, ItemStack pStack, boolean pDropExperience) Perform side-effects from block dropping, such as creating silverfishboolean
BlockBehaviour.StateArgumentPredicate.test
(BlockState pState, BlockGetter pLevel, BlockPos pPos, A pValue) boolean
BlockBehaviour.StatePredicate.test
(BlockState pState, BlockGetter pLevel, BlockPos pPos) protected void
BlockBehaviour.tick
(BlockState pState, ServerLevel pLevel, BlockPos pPos, RandomSource pRandom) protected boolean
BlockBehaviour.triggerEvent
(BlockState pState, Level pLevel, BlockPos pPos, int pId, int pParam) Called on server whenLevel.blockEvent(net.minecraft.core.BlockPos, net.minecraft.world.level.block.Block, int, int)
is called.protected void
BlockBehaviour.updateIndirectNeighbourShapes
(BlockState pState, LevelAccessor pLevel, BlockPos pPos, int pFlags, int pRecursionLeft) Updates the shapes of indirect neighbors of this block.BlockBehaviour.BlockStateBase.updateShape
(LevelReader pLevel, ScheduledTickAccess pScheduledTickAccess, BlockPos pPos, Direction pDirection, BlockPos pNeighborPos, BlockState pNeighborState, RandomSource pRandom) protected BlockState
BlockBehaviour.updateShape
(BlockState pState, LevelReader pLevel, ScheduledTickAccess pScheduledTickAccess, BlockPos pPos, Direction pDirection, BlockPos pNeighborPos, BlockState pNeighborState, RandomSource pRandom) protected InteractionResult
BlockBehaviour.useItemOn
(ItemStack pStack, BlockState pState, Level pLevel, BlockPos pPos, Player pPlayer, InteractionHand pHand, BlockHitResult pHitResult) protected boolean
BlockBehaviour.useShapeForLightOcclusion
(BlockState pState) protected InteractionResult
BlockBehaviour.useWithoutItem
(BlockState pState, Level pLevel, BlockPos pPos, Player pPlayer, BlockHitResult pHitResult) Method parameters in net.minecraft.world.level.block.state with type arguments of type BlockStateModifier and TypeMethodDescriptionBlockBehaviour.Properties.lightLevel
(ToIntFunction<BlockState> pLightEmission) BlockBehaviour.Properties.mapColor
(Function<BlockState, MapColor> pMapColor) Constructors in net.minecraft.world.level.block.state with parameters of type BlockStateConstructor parameters in net.minecraft.world.level.block.state with type arguments of type BlockStateModifierConstructorDescriptionBlockState
(Block p_61042_, it.unimi.dsi.fastutil.objects.Reference2ObjectArrayMap<Property<?>, Comparable<?>> p_326238_, com.mojang.serialization.MapCodec<BlockState> p_61044_) protected
BlockStateBase
(Block pOwner, it.unimi.dsi.fastutil.objects.Reference2ObjectArrayMap<Property<?>, Comparable<?>> pValues, com.mojang.serialization.MapCodec<BlockState> pPropertiesCodec) -
Uses of BlockState in net.minecraft.world.level.block.state.pattern
Fields in net.minecraft.world.level.block.state.pattern declared as BlockStateMethods in net.minecraft.world.level.block.state.pattern that return BlockStateMethod parameters in net.minecraft.world.level.block.state.pattern with type arguments of type BlockStateModifier and TypeMethodDescriptionstatic Predicate
<BlockInWorld> BlockInWorld.hasState
(Predicate<BlockState> pState) -
Uses of BlockState in net.minecraft.world.level.block.state.predicate
Fields in net.minecraft.world.level.block.state.predicate with type parameters of type BlockStateModifier and TypeFieldDescriptionstatic final Predicate
<BlockState> BlockStatePredicate.ANY
private final StateDefinition
<Block, BlockState> BlockStatePredicate.definition
Methods in net.minecraft.world.level.block.state.predicate with parameters of type BlockStateModifier and TypeMethodDescriptionprotected <T extends Comparable<T>>
booleanBlockStatePredicate.applies
(BlockState pState, Property<T> pProperty, Predicate<Object> pValuePredicate) boolean
BlockPredicate.test
(BlockState pState) boolean
BlockStatePredicate.test
(BlockState pState) Constructor parameters in net.minecraft.world.level.block.state.predicate with type arguments of type BlockStateModifierConstructorDescriptionprivate
BlockStatePredicate
(StateDefinition<Block, BlockState> pDefinition) -
Uses of BlockState in net.minecraft.world.level.chunk
Fields in net.minecraft.world.level.chunk with type parameters of type BlockStateModifier and TypeFieldDescriptionprivate final PalettedContainer
<BlockState> LevelChunkSection.states
Methods in net.minecraft.world.level.chunk that return BlockStateModifier and TypeMethodDescriptionBlockColumn.getBlock
(int pPos) BulkSectionAccess.getBlockState
(BlockPos pPos) EmptyLevelChunk.getBlockState
(BlockPos p_62625_) ImposterProtoChunk.getBlockState
(BlockPos p_62749_) LevelChunk.getBlockState
(BlockPos p_62923_) LevelChunkSection.getBlockState
(int pX, int pY, int pZ) ProtoChunk.getBlockState
(BlockPos p_63264_) ChunkAccess.setBlockState
(BlockPos pPos, BlockState pState) abstract BlockState
ChunkAccess.setBlockState
(BlockPos pPos, BlockState pState, int pFlags) EmptyLevelChunk.setBlockState
(BlockPos p_62605_, BlockState p_62606_, int p_394216_) ImposterProtoChunk.setBlockState
(BlockPos p_62722_, BlockState p_62723_, int p_393912_) LevelChunk.setBlockState
(BlockPos p_62865_, BlockState p_62866_, int p_393859_) LevelChunkSection.setBlockState
(int pX, int pY, int pZ, BlockState pState) LevelChunkSection.setBlockState
(int pX, int pY, int pZ, BlockState pState, boolean pUseLocks) ProtoChunk.setBlockState
(BlockPos p_63217_, BlockState p_63218_, int p_393955_) UpgradeData.BlockFixer.updateShape
(BlockState pState, Direction pDirection, BlockState pOffsetState, LevelAccessor pLevel, BlockPos pPos, BlockPos pOffsetPos) private static BlockState
UpgradeData.updateState
(BlockState pState, Direction pDirection, LevelAccessor pLevel, BlockPos pPos, BlockPos pOffsetPos) Methods in net.minecraft.world.level.chunk that return types with arguments of type BlockStateMethods in net.minecraft.world.level.chunk with parameters of type BlockStateModifier and TypeMethodDescriptionvoid
BlockColumn.setBlock
(int pPos, BlockState pState) ChunkAccess.setBlockState
(BlockPos pPos, BlockState pState) abstract BlockState
ChunkAccess.setBlockState
(BlockPos pPos, BlockState pState, int pFlags) EmptyLevelChunk.setBlockState
(BlockPos p_62605_, BlockState p_62606_, int p_394216_) ImposterProtoChunk.setBlockState
(BlockPos p_62722_, BlockState p_62723_, int p_393912_) LevelChunk.setBlockState
(BlockPos p_62865_, BlockState p_62866_, int p_393859_) LevelChunkSection.setBlockState
(int pX, int pY, int pZ, BlockState pState) LevelChunkSection.setBlockState
(int pX, int pY, int pZ, BlockState pState, boolean pUseLocks) ProtoChunk.setBlockState
(BlockPos p_63217_, BlockState p_63218_, int p_393955_) UpgradeData.BlockFixer.updateShape
(BlockState pState, Direction pDirection, BlockState pOffsetState, LevelAccessor pLevel, BlockPos pPos, BlockPos pOffsetPos) private static BlockState
UpgradeData.updateState
(BlockState pState, Direction pDirection, LevelAccessor pLevel, BlockPos pPos, BlockPos pOffsetPos) Method parameters in net.minecraft.world.level.chunk with type arguments of type BlockStateModifier and TypeMethodDescriptionfinal void
ChunkAccess.findBlockLightSources
(BiConsumer<BlockPos, BlockState> p_285269_) void
LightChunk.findBlockLightSources
(BiConsumer<BlockPos, BlockState> pOutput) void
ChunkAccess.findBlocks
(Predicate<BlockState> pPredicate, BiConsumer<BlockPos, BlockState> pOutput) void
ChunkAccess.findBlocks
(Predicate<BlockState> pPredicate, BiConsumer<BlockPos, BlockState> pOutput) void
ChunkAccess.findBlocks
(Predicate<BlockState> p_285343_, BiPredicate<BlockState, BlockPos> fineFilter, BiConsumer<BlockPos, BlockState> p_285030_) void
ChunkAccess.findBlocks
(Predicate<BlockState> p_285343_, BiPredicate<BlockState, BlockPos> fineFilter, BiConsumer<BlockPos, BlockState> p_285030_) void
ChunkAccess.findBlocks
(Predicate<BlockState> p_285343_, BiPredicate<BlockState, BlockPos> fineFilter, BiConsumer<BlockPos, BlockState> p_285030_) void
ImposterProtoChunk.findBlocks
(Predicate<BlockState> p_285465_, BiConsumer<BlockPos, BlockState> p_285061_) void
ImposterProtoChunk.findBlocks
(Predicate<BlockState> p_285465_, BiConsumer<BlockPos, BlockState> p_285061_) void
ImposterProtoChunk.findBlocks
(Predicate<BlockState> p_285465_, BiPredicate<BlockState, BlockPos> fineFilter, BiConsumer<BlockPos, BlockState> p_285030_) void
ImposterProtoChunk.findBlocks
(Predicate<BlockState> p_285465_, BiPredicate<BlockState, BlockPos> fineFilter, BiConsumer<BlockPos, BlockState> p_285030_) void
ImposterProtoChunk.findBlocks
(Predicate<BlockState> p_285465_, BiPredicate<BlockState, BlockPos> fineFilter, BiConsumer<BlockPos, BlockState> p_285030_) boolean
LevelChunkSection.maybeHas
(Predicate<BlockState> pPredicate) Constructor parameters in net.minecraft.world.level.chunk with type arguments of type BlockStateModifierConstructorDescriptionLevelChunkSection
(PalettedContainer<BlockState> pStates, PalettedContainerRO<Holder<Biome>> pBiomes) -
Uses of BlockState in net.minecraft.world.level.chunk.storage
Fields in net.minecraft.world.level.chunk.storage with type parameters of type BlockStateModifier and TypeFieldDescriptionprivate static final com.mojang.serialization.Codec
<PalettedContainer<BlockState>> SerializableChunkData.BLOCK_STATE_CODEC
-
Uses of BlockState in net.minecraft.world.level.gameevent
Fields in net.minecraft.world.level.gameevent declared as BlockStateModifier and TypeFieldDescriptionprivate final BlockState
GameEvent.Context.affectedState
The field for theaffectedState
record component.Methods in net.minecraft.world.level.gameevent that return BlockStateModifier and TypeMethodDescriptionGameEvent.Context.affectedState()
Returns the value of theaffectedState
record component.Methods in net.minecraft.world.level.gameevent with parameters of type BlockStateModifier and TypeMethodDescriptionstatic GameEvent.Context
GameEvent.Context.of
(Entity pSourceEntity, BlockState pAffectedState) static GameEvent.Context
GameEvent.Context.of
(BlockState pAffectedState) Constructors in net.minecraft.world.level.gameevent with parameters of type BlockStateModifierConstructorDescriptionContext
(Entity sourceEntity, BlockState affectedState) Creates an instance of aContext
record class. -
Uses of BlockState in net.minecraft.world.level.levelgen
Fields in net.minecraft.world.level.levelgen declared as BlockStateModifier 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
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.(package private) final BlockState
OreVeinifier.VeinType.filler
private final BlockState
Aquifer.FluidStatus.fluidType
The field for thefluidType
record component.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
Fields in net.minecraft.world.level.levelgen with type parameters of type BlockStateModifier and TypeFieldDescriptionprivate static List
<BlockState> DebugLevelSource.ALL_BLOCKS
A list of all valid block states.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
Methods in net.minecraft.world.level.levelgen that return BlockStateModifier and TypeMethodDescriptionAquifer.FluidStatus.at
(int pY) NoiseChunk.BlockStateFiller.calculate
(DensityFunction.FunctionContext pContext) private BlockState
Aquifer.NoiseBasedAquifer.computeFluidType
(int pX, int pY, int pZ, Aquifer.FluidStatus pFluidStatus, int pSurfaceLevel) Aquifer.computeSubstance
(DensityFunction.FunctionContext pContext, double pSubstance) Aquifer.NoiseBasedAquifer.computeSubstance
(DensityFunction.FunctionContext p_208186_, double p_208187_) private BlockState
NoiseBasedChunkGenerator.debugPreliminarySurfaceLevel
(NoiseChunk pChunk, int pX, int pY, int pZ, BlockState pState) NoiseGeneratorSettings.defaultBlock()
Returns the value of thedefaultBlock
record component.NoiseGeneratorSettings.defaultFluid()
Returns the value of thedefaultFluid
record component.Aquifer.FluidStatus.fluidType()
Returns the value of thefluidType
record component.private static BlockState[]
SurfaceSystem.generateBands
(RandomSource pRandom) protected BlockState
SurfaceSystem.getBand
(int pX, int pY, int pZ) static BlockState
DebugLevelSource.getBlockStateFor
(int pChunkX, int pChunkZ) 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 pX, int pY, int pZ) SurfaceRules.TestRule.tryApply
(int p_189805_, int p_189806_, int p_189807_) Methods in net.minecraft.world.level.levelgen that return types with arguments of type BlockStateModifier and TypeMethodDescriptionHeightmap.Types.isOpaque()
SurfaceSystem.topMaterial
(SurfaceRules.RuleSource pRule, CarvingContext pContext, Function<BlockPos, Holder<Biome>> pBiomeGetter, ChunkAccess pChunk, NoiseChunk pNoiseChunk, BlockPos pPos, boolean pHasFluid) Deprecated.Methods in net.minecraft.world.level.levelgen with parameters of type BlockStateModifier and TypeMethodDescriptionprivate BlockState
NoiseBasedChunkGenerator.debugPreliminarySurfaceLevel
(NoiseChunk pChunk, int pX, int pY, int pZ, BlockState pState) private boolean
SurfaceSystem.isStone
(BlockState pState) private static void
SurfaceSystem.makeBands
(RandomSource pRandom, BlockState[] pOutput, int pMinSize, BlockState pState) static SurfaceRules.RuleSource
SurfaceRules.state
(BlockState pResultState) boolean
Heightmap.update
(int pX, int pY, int pZ, BlockState pState) Method parameters in net.minecraft.world.level.levelgen with type arguments of type BlockStateModifier and TypeMethodDescriptionprotected OptionalInt
NoiseBasedChunkGenerator.iterateNoiseColumn
(LevelHeightAccessor pLevel, RandomState pRandom, int pX, int pZ, org.apache.commons.lang3.mutable.MutableObject<NoiseColumn> pColumn, Predicate<BlockState> pStoppingState) Column.scan
(LevelSimulatedReader pLevel, BlockPos pPos, int pMaxDistance, Predicate<BlockState> pColumnPredicate, Predicate<BlockState> pTipPredicate) Scans for a column of states satisfyingcolumnPredicate
, up to a length ofmaxDistance
from the origin, and ending with a state which satisfiestipPredicate
.private static OptionalInt
Column.scanDirection
(LevelSimulatedReader pLevel, int pMaxDistance, Predicate<BlockState> pColumnPredicate, Predicate<BlockState> pTipPredicate, BlockPos.MutableBlockPos pMutablePos, int pStartY, Direction pDirection) Scans for a sequence of states in a givendirection
, up to a length ofmaxDistance
which satisfycolumnPredicate
, and ending with a state which satisfiestipPredicate
.Constructors in net.minecraft.world.level.levelgen with parameters of type BlockStateModifierConstructorDescription(package private)
BlockRuleSource
(BlockState p_189517_) (package private)
BlockRuleSource
(BlockState resultState, SurfaceRules.StateRule rule) Creates an instance of aBlockRuleSource
record class.FluidStatus
(int fluidLevel, BlockState fluidType) Creates an instance of aFluidStatus
record class.NoiseGeneratorSettings
(NoiseSettings noiseSettings, BlockState defaultBlock, BlockState defaultFluid, NoiseRouter noiseRouter, SurfaceRules.RuleSource surfaceRule, List<Climate.ParameterPoint> spawnTarget, 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
(RandomState pRandomState, BlockState pDefaultBlock, int pSeaLevel, PositionalRandomFactory pNoiseRandom) private
VeinType
(BlockState pOre, BlockState pRawOreBlock, BlockState pFiller, int pMinY, int pMaxY) Constructor parameters in net.minecraft.world.level.levelgen with type arguments of type BlockStateModifierConstructorDescriptionGeodeBlockSettings
(BlockStateProvider pFillingProvider, BlockStateProvider pInnerLayerProvider, BlockStateProvider pAlternateInnerLayerProvider, BlockStateProvider pMiddleLayerProvider, BlockStateProvider pOuterLayerProvider, List<BlockState> pInnerPlacements, TagKey<Block> pCannotReplace, TagKey<Block> pInvalidBlocks) private
Types
(int pId, String pSerializationKey, Heightmap.Usage pUsage, Predicate<BlockState> pIsOpaque) -
Uses of BlockState in net.minecraft.world.level.levelgen.blockpredicates
Fields in net.minecraft.world.level.levelgen.blockpredicates declared as BlockStateMethods in net.minecraft.world.level.levelgen.blockpredicates with parameters of type BlockStateModifier 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_) Deprecated.protected abstract boolean
StateTestingPredicate.test
(BlockState pState) static BlockPredicate
BlockPredicate.wouldSurvive
(BlockState pState, Vec3i pOffset) Constructors in net.minecraft.world.level.levelgen.blockpredicates with parameters of type BlockState -
Uses of BlockState in net.minecraft.world.level.levelgen.carver
Fields in net.minecraft.world.level.levelgen.carver declared as BlockStateModifier 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
Methods in net.minecraft.world.level.levelgen.carver that return BlockStateModifier and TypeMethodDescriptionCarverDebugSettings.getAirState()
CarverDebugSettings.getBarrierState()
private BlockState
WorldCarver.getCarveState
(CarvingContext pContext, C pConfig, BlockPos pPos, Aquifer pAquifer) private static BlockState
WorldCarver.getDebugState
(CarverConfiguration pConfig, BlockState pState) CarverDebugSettings.getLavaState()
CarverDebugSettings.getWaterState()
Methods in net.minecraft.world.level.levelgen.carver that return types with arguments of type BlockStateModifier and TypeMethodDescriptionCarvingContext.topMaterial
(Function<BlockPos, Holder<Biome>> pBiomeMapper, ChunkAccess pAccess, BlockPos pPos, boolean pHasFluid) Deprecated.Methods in net.minecraft.world.level.levelgen.carver with parameters of type BlockStateModifier and TypeMethodDescriptionprotected boolean
WorldCarver.canReplaceBlock
(C pConfig, BlockState pState) private static BlockState
WorldCarver.getDebugState
(CarverConfiguration pConfig, BlockState pState) static CarverDebugSettings
CarverDebugSettings.of
(boolean pDebugMode, BlockState pAirState) static CarverDebugSettings
CarverDebugSettings.of
(boolean pDebugMode, BlockState pAirState, BlockState pWaterState, BlockState pLavaState, BlockState pBarrierState) static CarverDebugSettings
CarverDebugSettings.of
(BlockState pAirState, BlockState pWaterState, BlockState pLavaState, BlockState pBarrierState) Constructors in net.minecraft.world.level.levelgen.carver with parameters of type BlockStateModifierConstructorDescriptionprivate
CarverDebugSettings
(boolean pDebugMode, BlockState pAirState, BlockState pWaterState, BlockState pLavaState, BlockState pBarrierState) -
Uses of BlockState in net.minecraft.world.level.levelgen.feature
Fields in net.minecraft.world.level.levelgen.feature declared as BlockStateModifier 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
final BlockState
HugeFungusConfiguration.hatState
private final BlockState
DesertWellFeature.sand
private final BlockState
DesertWellFeature.sandSlab
private final BlockState
DesertWellFeature.sandstone
final BlockState
HugeFungusConfiguration.stemState
final BlockState
HugeFungusConfiguration.validBaseState
private final BlockState
DesertWellFeature.water
Methods in net.minecraft.world.level.levelgen.feature that return BlockStateModifier and TypeMethodDescriptionprivate static BlockState
DripstoneUtils.createPointedDripstone
(Direction pDirection, DripstoneThickness pDripstoneThickness) Methods in net.minecraft.world.level.levelgen.feature that return types with arguments of type BlockStateModifier and TypeMethodDescriptionprivate BiConsumer
<BlockPos, BlockState> FallenTreeFeature.getDecorationSetter
(WorldGenLevel pLevel) private static Function
<BlockState, BlockState> FallenTreeFeature.getSidewaysStateModifier
(Direction pDirection) private static Function
<BlockState, BlockState> FallenTreeFeature.getSidewaysStateModifier
(Direction pDirection) static Predicate
<BlockState> Feature.isReplaceable
(TagKey<Block> pBlockTag) Methods in net.minecraft.world.level.levelgen.feature with parameters of type BlockStateModifier and TypeMethodDescriptionstatic boolean
OreFeature.canPlaceOre
(BlockState pState, Function<BlockPos, BlockState> pAdjacentStateAccessor, RandomSource pRandom, OreConfiguration pConfig, OreConfiguration.TargetBlockState pTargetState, BlockPos.MutableBlockPos pMutablePos) private boolean
LakeFeature.canReplaceBlock
(BlockState pState) Deprecated.private void
IcebergFeature.generateIcebergBlock
(LevelAccessor pLevel, RandomSource pRandom, BlockPos pPos, int pHeight, int pLocalX, int pLocalY, int pLocalZ, int pRadius, int pMajorRadius, boolean pElliptical, int pMinorRadius, double pAngle, boolean pPlaceSnow, BlockState pState) private static boolean
MultifaceGrowthFeature.isAirOrWater
(BlockState pState) private static boolean
RootSystemFeature.isAllowedTreeSpace
(BlockState pState, int pY, int pAllowedVerticalWater) static boolean
Feature.isDirt
(BlockState pState) static boolean
DripstoneUtils.isDripstoneBase
(BlockState pState) static boolean
DripstoneUtils.isDripstoneBaseOrLava
(BlockState pState) static boolean
DripstoneUtils.isEmptyOrWater
(BlockState pState) static boolean
DripstoneUtils.isEmptyOrWaterOrLava
(BlockState pState) private static boolean
IcebergFeature.isIcebergState
(BlockState pState) static boolean
DripstoneUtils.isNeitherEmptyNorWater
(BlockState pState) protected static boolean
Feature.isStone
(BlockState pState) protected boolean
CoralFeature.placeCoralBlock
(LevelAccessor pLevel, RandomSource pRandom, BlockPos pPos, BlockState pState) protected boolean
CoralClawFeature.placeFeature
(LevelAccessor p_224959_, RandomSource p_224960_, BlockPos p_224961_, BlockState p_224962_) protected abstract boolean
CoralFeature.placeFeature
(LevelAccessor pLevel, RandomSource pRandom, BlockPos pPos, BlockState pState) protected boolean
CoralMushroomFeature.placeFeature
(LevelAccessor p_224982_, RandomSource p_224983_, BlockPos p_224984_, BlockState p_224985_) protected boolean
CoralTreeFeature.placeFeature
(LevelAccessor p_224987_, RandomSource p_224988_, BlockPos p_224989_, BlockState p_224990_) static boolean
MultifaceGrowthFeature.placeGrowthIfPossible
(WorldGenLevel pLevel, BlockPos pPos, BlockState pState, MultifaceGrowthConfiguration pConfig, RandomSource pRandom, List<Direction> pDirections) private void
HugeFungusFeature.placeHatDropBlock
(LevelAccessor pLevel, RandomSource pRandom, BlockPos pPos, BlockState pState, boolean pWeepingVines) protected void
AbstractHugeMushroomFeature.placeMushroomBlock
(LevelAccessor pLevel, BlockPos.MutableBlockPos pMutablePos, BlockState pState) protected void
Feature.safeSetBlock
(WorldGenLevel pLevel, BlockPos pPos, BlockState pState, Predicate<BlockState> pOldState) protected void
Feature.setBlock
(LevelWriter pLevel, BlockPos pPos, BlockState pState) protected void
TreeFeature.setBlock
(LevelWriter pLevel, BlockPos pPos, BlockState pState) private static void
TreeFeature.setBlockKnownShape
(LevelWriter pLevel, BlockPos pPos, BlockState pState) private void
IcebergFeature.setIcebergBlock
(BlockPos pPos, LevelAccessor pLevel, RandomSource pRandom, int pHeightRemaining, int pHeight, boolean pElliptical, boolean pPlaceSnow, BlockState pState) Method parameters in net.minecraft.world.level.levelgen.feature with type arguments of type BlockStateModifier and TypeMethodDescriptionprotected static void
DripstoneUtils.buildBaseToTipColumn
(Direction pDirection, int pHeight, boolean pMergeTip, Consumer<BlockState> pBlockSetter) static boolean
OreFeature.canPlaceOre
(BlockState pState, Function<BlockPos, BlockState> pAdjacentStateAccessor, RandomSource pRandom, OreConfiguration pConfig, OreConfiguration.TargetBlockState pTargetState, BlockPos.MutableBlockPos pMutablePos) static boolean
Feature.checkNeighbors
(Function<BlockPos, BlockState> pAdjacentStateAccessor, BlockPos pPos, Predicate<BlockState> pFilter) static boolean
Feature.checkNeighbors
(Function<BlockPos, BlockState> pAdjacentStateAccessor, BlockPos pPos, Predicate<BlockState> pFilter) private boolean
TreeFeature.doPlace
(WorldGenLevel pLevel, RandomSource pRandom, BlockPos pPos, BiConsumer<BlockPos, BlockState> pRootBlockSetter, BiConsumer<BlockPos, BlockState> pTrunkBlockSetter, FoliagePlacer.FoliageSetter pFoliageBlockSetter, TreeConfiguration pConfig) static boolean
Feature.isAdjacentToAir
(Function<BlockPos, BlockState> pAdjacentStateAccessor, BlockPos pPos) protected boolean
VegetationPatchFeature.placeGround
(WorldGenLevel pLevel, VegetationPatchConfiguration pConfig, Predicate<BlockState> pReplaceableblocks, RandomSource pRandom, BlockPos.MutableBlockPos pMutablePos, int pMaxDistance) VegetationPatchFeature.placeGroundPatch
(WorldGenLevel pLevel, VegetationPatchConfiguration pConfig, RandomSource pRandom, BlockPos pPos, Predicate<BlockState> pState, int pXRadius, int pZRadius) WaterloggedVegetationPatchFeature.placeGroundPatch
(WorldGenLevel p_225339_, VegetationPatchConfiguration p_225340_, RandomSource p_225341_, BlockPos p_225342_, Predicate<BlockState> p_225343_, int p_225344_, int p_225345_) private BlockPos
FallenTreeFeature.placeLogBlock
(FallenTreeConfiguration pConfig, WorldGenLevel pLevel, RandomSource pRandom, BlockPos.MutableBlockPos pPos, Function<BlockState, BlockState> pStateModifier) private BlockPos
FallenTreeFeature.placeLogBlock
(FallenTreeConfiguration pConfig, WorldGenLevel pLevel, RandomSource pRandom, BlockPos.MutableBlockPos pPos, Function<BlockState, BlockState> pStateModifier) protected void
Feature.safeSetBlock
(WorldGenLevel pLevel, BlockPos pPos, BlockState pState, Predicate<BlockState> pOldState) Constructors in net.minecraft.world.level.levelgen.feature with parameters of type BlockStateModifierConstructorDescriptionHugeFungusConfiguration
(BlockState pValidBaseState, BlockState pStemState, BlockState pHatState, BlockState pDecorState, BlockPredicate pReplaceableBlocks, boolean pPlanted) -
Uses of BlockState in net.minecraft.world.level.levelgen.feature.configurations
Fields in net.minecraft.world.level.levelgen.feature.configurations declared as BlockStateModifier and TypeFieldDescriptionprivate final BlockState
DeltaFeatureConfiguration.contents
final BlockState
ReplaceSphereConfiguration.replaceState
private final BlockState
DeltaFeatureConfiguration.rim
final BlockState
BlockStateConfiguration.state
final BlockState
LayerConfiguration.state
final BlockState
OreConfiguration.TargetBlockState.state
final BlockState
ReplaceSphereConfiguration.targetState
Methods in net.minecraft.world.level.levelgen.feature.configurations that return BlockStateModifier and TypeMethodDescriptionDeltaFeatureConfiguration.contents()
DeltaFeatureConfiguration.rim()
Methods in net.minecraft.world.level.levelgen.feature.configurations with parameters of type BlockStateConstructors in net.minecraft.world.level.levelgen.feature.configurations with parameters of type BlockStateModifierConstructorDescriptionBlockStateConfiguration
(BlockState pState) DeltaFeatureConfiguration
(BlockState pContents, BlockState pRim, IntProvider pSize, IntProvider pRimSize) LayerConfiguration
(int pHeight, BlockState pState) OreConfiguration
(RuleTest pTarget, BlockState pState, int pSize) OreConfiguration
(RuleTest pTarget, BlockState pState, int pSize, float pDiscardChanceOnAirExposure) ReplaceBlockConfiguration
(BlockState pTargetState, BlockState pState) ReplaceSphereConfiguration
(BlockState pTargetState, BlockState pReplaceState, IntProvider pRadius) (package private)
TargetBlockState
(RuleTest pTarget, BlockState pState) -
Uses of BlockState in net.minecraft.world.level.levelgen.feature.foliageplacers
Methods in net.minecraft.world.level.levelgen.feature.foliageplacers with parameters of type BlockStateModifier and TypeMethodDescriptionvoid
FoliagePlacer.FoliageSetter.set
(BlockPos pPos, BlockState pState) -
Uses of BlockState in net.minecraft.world.level.levelgen.feature.rootplacers
Methods in net.minecraft.world.level.levelgen.feature.rootplacers that return BlockStateModifier and TypeMethodDescriptionprotected BlockState
RootPlacer.getPotentiallyWaterloggedState
(LevelSimulatedReader pLevel, BlockPos pPos, BlockState pState) Methods in net.minecraft.world.level.levelgen.feature.rootplacers with parameters of type BlockStateModifier and TypeMethodDescriptionprotected BlockState
RootPlacer.getPotentiallyWaterloggedState
(LevelSimulatedReader pLevel, BlockPos pPos, BlockState pState) Method parameters in net.minecraft.world.level.levelgen.feature.rootplacers with type arguments of type BlockStateModifier and TypeMethodDescriptionprotected void
MangroveRootPlacer.placeRoot
(LevelSimulatedReader p_225834_, BiConsumer<BlockPos, BlockState> p_225835_, RandomSource p_225836_, BlockPos p_225837_, TreeConfiguration p_225838_) protected void
RootPlacer.placeRoot
(LevelSimulatedReader pLevel, BiConsumer<BlockPos, BlockState> pBlockSetter, RandomSource pRandom, BlockPos pPos, TreeConfiguration pTreeConfig) boolean
MangroveRootPlacer.placeRoots
(LevelSimulatedReader p_225840_, BiConsumer<BlockPos, BlockState> p_225841_, RandomSource p_225842_, BlockPos p_225843_, BlockPos p_225844_, TreeConfiguration p_225845_) abstract boolean
RootPlacer.placeRoots
(LevelSimulatedReader pLevel, BiConsumer<BlockPos, BlockState> pBlockSetter, RandomSource pRandom, BlockPos pPos, BlockPos pTrunkOrigin, TreeConfiguration pTreeConfig) -
Uses of BlockState in net.minecraft.world.level.levelgen.feature.stateproviders
Fields in net.minecraft.world.level.levelgen.feature.stateproviders declared as BlockStateModifier and TypeFieldDescriptionprivate final BlockState
NoiseThresholdProvider.defaultState
private final BlockState
SimpleStateProvider.state
Fields in net.minecraft.world.level.levelgen.feature.stateproviders with type parameters of type BlockStateModifier and TypeFieldDescriptionprivate final List
<BlockState> NoiseThresholdProvider.highStates
private final List
<BlockState> NoiseThresholdProvider.lowStates
protected final List
<BlockState> NoiseProvider.states
private final WeightedList
<BlockState> WeightedStateProvider.weightedList
Methods in net.minecraft.world.level.levelgen.feature.stateproviders that return BlockStateModifier and TypeMethodDescriptionprotected BlockState
NoiseProvider.getRandomState
(List<BlockState> pPossibleStates, double pDelta) protected BlockState
NoiseProvider.getRandomState
(List<BlockState> pPossibleStates, BlockPos pPos, double pDelta) abstract BlockState
BlockStateProvider.getState
(RandomSource pRandom, BlockPos pPos) DualNoiseProvider.getState
(RandomSource p_225910_, BlockPos p_225911_) NoiseProvider.getState
(RandomSource p_225913_, BlockPos p_225914_) NoiseThresholdProvider.getState
(RandomSource p_225916_, BlockPos p_225917_) RandomizedIntStateProvider.getState
(RandomSource p_225919_, BlockPos p_225920_) RotatedBlockProvider.getState
(RandomSource p_225922_, BlockPos p_225923_) RuleBasedBlockStateProvider.getState
(WorldGenLevel pLevel, RandomSource pRandom, BlockPos pPos) SimpleStateProvider.getState
(RandomSource p_225963_, BlockPos p_225964_) WeightedStateProvider.getState
(RandomSource p_225966_, BlockPos p_225967_) Methods in net.minecraft.world.level.levelgen.feature.stateproviders that return types with arguments of type BlockStateModifier 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> pInstance) Methods in net.minecraft.world.level.levelgen.feature.stateproviders with parameters of type BlockStateModifier and TypeMethodDescriptionprivate static IntegerProperty
RandomizedIntStateProvider.findProperty
(BlockState pState, String pPropertyName) static SimpleStateProvider
BlockStateProvider.simple
(BlockState pState) Method parameters in net.minecraft.world.level.levelgen.feature.stateproviders with type arguments of type BlockStateModifier and TypeMethodDescriptionprivate static com.mojang.serialization.DataResult
<WeightedStateProvider> WeightedStateProvider.create
(WeightedList<BlockState> pWeightedList) protected BlockState
NoiseProvider.getRandomState
(List<BlockState> pPossibleStates, double pDelta) protected BlockState
NoiseProvider.getRandomState
(List<BlockState> pPossibleStates, BlockPos pPos, double pDelta) Constructors in net.minecraft.world.level.levelgen.feature.stateproviders with parameters of type BlockStateModifierConstructorDescriptionNoiseThresholdProvider
(long pSeed, NormalNoise.NoiseParameters pParameters, float pScale, float pThreshold, float pHighChance, BlockState pDefaultState, List<BlockState> pLowStates, List<BlockState> pHighStates) protected
SimpleStateProvider
(BlockState pState) Constructor parameters in net.minecraft.world.level.levelgen.feature.stateproviders with type arguments of type BlockStateModifierConstructorDescriptionDualNoiseProvider
(InclusiveRange<Integer> pVariety, NormalNoise.NoiseParameters pSlowNoiseParameters, float pSlowScale, long pSeed, NormalNoise.NoiseParameters pParameters, float pScale, List<BlockState> pStates) NoiseProvider
(long pSeed, NormalNoise.NoiseParameters pParameters, float pScale, List<BlockState> pStates) NoiseThresholdProvider
(long pSeed, NormalNoise.NoiseParameters pParameters, float pScale, float pThreshold, float pHighChance, BlockState pDefaultState, List<BlockState> pLowStates, List<BlockState> pHighStates) WeightedStateProvider
(WeightedList.Builder<BlockState> pWeightedList) WeightedStateProvider
(WeightedList<BlockState> pWeightedList) -
Uses of BlockState in net.minecraft.world.level.levelgen.feature.treedecorators
Fields in net.minecraft.world.level.levelgen.feature.treedecorators with type parameters of type BlockStateModifier and TypeFieldDescriptionprivate final BiConsumer
<BlockPos, BlockState> TreeDecorator.Context.decorationSetter
Methods in net.minecraft.world.level.levelgen.feature.treedecorators with parameters of type BlockStateModifier and TypeMethodDescriptionvoid
TreeDecorator.Context.setBlock
(BlockPos pPos, BlockState pState) Method parameters in net.minecraft.world.level.levelgen.feature.treedecorators with type arguments of type BlockStateModifier and TypeMethodDescriptionboolean
TreeDecorator.Context.checkBlock
(BlockPos pPos, Predicate<BlockState> pPredicate) Constructor parameters in net.minecraft.world.level.levelgen.feature.treedecorators with type arguments of type BlockStateModifierConstructorDescriptionContext
(LevelSimulatedReader pLevel, BiConsumer<BlockPos, BlockState> pDecorationSetter, RandomSource pRandom, Set<BlockPos> pLogs, Set<BlockPos> pLeaves, Set<BlockPos> pRoots) -
Uses of BlockState in net.minecraft.world.level.levelgen.feature.trunkplacers
Method parameters in net.minecraft.world.level.levelgen.feature.trunkplacers with type arguments of type BlockStateModifier and TypeMethodDescriptionprivate FoliagePlacer.FoliageAttachment
CherryTrunkPlacer.generateBranch
(LevelSimulatedReader pLevel, BiConsumer<BlockPos, BlockState> pBlockSetter, RandomSource pRandom, int pFreeTreeHeight, BlockPos pPos, TreeConfiguration pConfig, Function<BlockState, BlockState> pPropertySetter, Direction pDirection, int pSecondBranchStartOffsetFromTop, boolean pDoubleBranch, BlockPos.MutableBlockPos pCurrentPos) private FoliagePlacer.FoliageAttachment
CherryTrunkPlacer.generateBranch
(LevelSimulatedReader pLevel, BiConsumer<BlockPos, BlockState> pBlockSetter, RandomSource pRandom, int pFreeTreeHeight, BlockPos pPos, TreeConfiguration pConfig, Function<BlockState, BlockState> pPropertySetter, Direction pDirection, int pSecondBranchStartOffsetFromTop, boolean pDoubleBranch, BlockPos.MutableBlockPos pCurrentPos) private FoliagePlacer.FoliageAttachment
CherryTrunkPlacer.generateBranch
(LevelSimulatedReader pLevel, BiConsumer<BlockPos, BlockState> pBlockSetter, RandomSource pRandom, int pFreeTreeHeight, BlockPos pPos, TreeConfiguration pConfig, Function<BlockState, BlockState> pPropertySetter, Direction pDirection, int pSecondBranchStartOffsetFromTop, boolean pDoubleBranch, BlockPos.MutableBlockPos pCurrentPos) private void
FancyTrunkPlacer.makeBranches
(LevelSimulatedReader pLevel, BiConsumer<BlockPos, BlockState> pBlockSetter, RandomSource pRandom, int pMaxHeight, BlockPos pPos, List<FancyTrunkPlacer.FoliageCoords> pFoliageCoords, TreeConfiguration pConfig) private boolean
FancyTrunkPlacer.makeLimb
(LevelSimulatedReader pLevel, BiConsumer<BlockPos, BlockState> pBlockSetter, RandomSource pRandom, BlockPos pBasePos, BlockPos pOffsetPos, boolean pModifyWorld, TreeConfiguration pConfig) private void
UpwardsBranchingTrunkPlacer.placeBranch
(LevelSimulatedReader pLevel, BiConsumer<BlockPos, BlockState> pBlockSetter, RandomSource pRandom, int pFreeTreeHeight, TreeConfiguration pTreeConfig, List<FoliagePlacer.FoliageAttachment> pFoliageAttachments, BlockPos.MutableBlockPos pPos, int pY, Direction pDirection, int pExtraBranchLength, int pExtraBranchSteps) protected boolean
TrunkPlacer.placeLog
(LevelSimulatedReader pLevel, BiConsumer<BlockPos, BlockState> pBlockSetter, RandomSource pRandom, BlockPos pPos, TreeConfiguration pConfig) protected boolean
TrunkPlacer.placeLog
(LevelSimulatedReader pLevel, BiConsumer<BlockPos, BlockState> pBlockSetter, RandomSource pRandom, BlockPos pPos, TreeConfiguration pConfig, Function<BlockState, BlockState> pPropertySetter) protected boolean
TrunkPlacer.placeLog
(LevelSimulatedReader pLevel, BiConsumer<BlockPos, BlockState> pBlockSetter, RandomSource pRandom, BlockPos pPos, TreeConfiguration pConfig, Function<BlockState, BlockState> pPropertySetter) protected boolean
TrunkPlacer.placeLog
(LevelSimulatedReader pLevel, BiConsumer<BlockPos, BlockState> pBlockSetter, RandomSource pRandom, BlockPos pPos, TreeConfiguration pConfig, Function<BlockState, BlockState> pPropertySetter) protected void
TrunkPlacer.placeLogIfFree
(LevelSimulatedReader pLevel, BiConsumer<BlockPos, BlockState> pBlockSetter, RandomSource pRandom, BlockPos.MutableBlockPos pPos, TreeConfiguration pConfig) private void
GiantTrunkPlacer.placeLogIfFreeWithOffset
(LevelSimulatedReader pLevel, BiConsumer<BlockPos, BlockState> pBlockSetter, RandomSource pRandom, BlockPos.MutableBlockPos pPos, TreeConfiguration pConfig, BlockPos pOffsetPos, int pOffsetX, int pOffsetY, int pOffsetZ) BendingTrunkPlacer.placeTrunk
(LevelSimulatedReader p_226079_, BiConsumer<BlockPos, BlockState> p_226080_, RandomSource p_226081_, int p_226082_, BlockPos p_226083_, TreeConfiguration p_226084_) CherryTrunkPlacer.placeTrunk
(LevelSimulatedReader p_272827_, BiConsumer<BlockPos, BlockState> p_272650_, RandomSource p_272993_, int p_272990_, BlockPos p_273471_, TreeConfiguration p_273355_) DarkOakTrunkPlacer.placeTrunk
(LevelSimulatedReader p_226086_, BiConsumer<BlockPos, BlockState> p_226087_, RandomSource p_226088_, int p_226089_, BlockPos p_226090_, TreeConfiguration p_226091_) FancyTrunkPlacer.placeTrunk
(LevelSimulatedReader p_226093_, BiConsumer<BlockPos, BlockState> p_226094_, RandomSource p_226095_, int p_226096_, BlockPos p_226097_, TreeConfiguration p_226098_) ForkingTrunkPlacer.placeTrunk
(LevelSimulatedReader p_226116_, BiConsumer<BlockPos, BlockState> p_226117_, RandomSource p_226118_, int p_226119_, BlockPos p_226120_, TreeConfiguration p_226121_) GiantTrunkPlacer.placeTrunk
(LevelSimulatedReader p_226123_, BiConsumer<BlockPos, BlockState> p_226124_, RandomSource p_226125_, int p_226126_, BlockPos p_226127_, TreeConfiguration p_226128_) MegaJungleTrunkPlacer.placeTrunk
(LevelSimulatedReader p_226140_, BiConsumer<BlockPos, BlockState> p_226141_, RandomSource p_226142_, int p_226143_, BlockPos p_226144_, TreeConfiguration p_226145_) StraightTrunkPlacer.placeTrunk
(LevelSimulatedReader p_226147_, BiConsumer<BlockPos, BlockState> p_226148_, RandomSource p_226149_, int p_226150_, BlockPos p_226151_, TreeConfiguration p_226152_) abstract List
<FoliagePlacer.FoliageAttachment> TrunkPlacer.placeTrunk
(LevelSimulatedReader pLevel, BiConsumer<BlockPos, BlockState> pBlockSetter, RandomSource pRandom, int pFreeTreeHeight, BlockPos pPos, TreeConfiguration pConfig) UpwardsBranchingTrunkPlacer.placeTrunk
(LevelSimulatedReader p_226225_, BiConsumer<BlockPos, BlockState> p_226226_, RandomSource p_226227_, int p_226228_, BlockPos p_226229_, TreeConfiguration p_226230_) protected static void
TrunkPlacer.setDirtAt
(LevelSimulatedReader pLevel, BiConsumer<BlockPos, BlockState> pBlockSetter, RandomSource pRandom, BlockPos pPos, TreeConfiguration pConfig) -
Uses of BlockState in net.minecraft.world.level.levelgen.flat
Fields in net.minecraft.world.level.levelgen.flat with type parameters of type BlockStateModifier and TypeFieldDescriptionprivate final List
<BlockState> FlatLevelGeneratorSettings.layers
Methods in net.minecraft.world.level.levelgen.flat that return BlockStateMethods in net.minecraft.world.level.levelgen.flat that return types with arguments of type BlockState -
Uses of BlockState in net.minecraft.world.level.levelgen.material
Methods in net.minecraft.world.level.levelgen.material that return BlockStateModifier and TypeMethodDescriptionWorldGenMaterialRule.apply
(NoiseChunk pChunk, int pX, int pY, int pZ) MaterialRuleList.calculate
(DensityFunction.FunctionContext p_209815_) -
Uses of BlockState in net.minecraft.world.level.levelgen.placement
Methods in net.minecraft.world.level.levelgen.placement that return BlockStateMethods in net.minecraft.world.level.levelgen.placement with parameters of type BlockStateModifier and TypeMethodDescriptionprivate static boolean
CountOnEveryLayerPlacement.isEmpty
(BlockState pState) Deprecated. -
Uses of BlockState in net.minecraft.world.level.levelgen.structure
Fields in net.minecraft.world.level.levelgen.structure declared as BlockStateModifier and TypeFieldDescriptionprotected static final BlockState
StructurePiece.CAVE_AIR
protected BlockState
StructurePiece.BlockSelector.next
Methods in net.minecraft.world.level.levelgen.structure that return BlockStateModifier and TypeMethodDescriptionprotected BlockState
StructurePiece.getBlock
(BlockGetter pLevel, int pX, int pY, int pZ, BoundingBox pBox) StructurePiece.BlockSelector.getNext()
static BlockState
StructurePiece.reorient
(BlockGetter pLevel, BlockPos pPos, BlockState pState) Methods in net.minecraft.world.level.levelgen.structure with parameters of type BlockStateModifier and TypeMethodDescriptionprotected boolean
StructurePiece.createChest
(ServerLevelAccessor pLevel, BoundingBox pBox, RandomSource pRandom, BlockPos pPos, ResourceKey<LootTable> pLootTable, BlockState pState) protected void
StructurePiece.fillColumnDown
(WorldGenLevel pLevel, BlockState pState, int pX, int pY, int pZ, BoundingBox pBox) protected void
StructurePiece.generateBox
(WorldGenLevel pLevel, BoundingBox pBox, int pXMin, int pYMin, int pZMin, int pXMax, int pYMax, int pZMax, BlockState pBoundaryBlockState, BlockState pInsideBlockState, boolean pExistingOnly) Fill the given area with the selected blocksprotected void
StructurePiece.generateBox
(WorldGenLevel pLevel, BoundingBox pBoundingBox, BoundingBox pBox, BlockState pBoundaryBlockState, BlockState pInsideBlockState, boolean pExistingOnly) protected void
StructurePiece.generateMaybeBox
(WorldGenLevel pLevel, BoundingBox pBox, RandomSource pRandom, float pChance, int pX1, int pY1, int pZ1, int pX2, int pY2, int pZ2, BlockState pEdgeState, BlockState pState, boolean pRequireNonAir, boolean pRequireSkylight) protected void
StructurePiece.generateUpperHalfSphere
(WorldGenLevel pLevel, BoundingBox pBox, int pMinX, int pMinY, int pMinZ, int pMaxX, int pMaxY, int pMaxZ, BlockState pState, boolean pExcludeAir) protected boolean
StructurePiece.isReplaceableByStructures
(BlockState pState) protected void
StructurePiece.maybeGenerateBlock
(WorldGenLevel pLevel, BoundingBox pBox, RandomSource pRandom, float pChance, int pX, int pY, int pZ, BlockState pState) protected void
StructurePiece.placeBlock
(WorldGenLevel pLevel, BlockState pBlockstate, int pX, int pY, int pZ, BoundingBox pBoundingbox) static BlockState
StructurePiece.reorient
(BlockGetter pLevel, BlockPos pPos, BlockState pState) -
Uses of BlockState in net.minecraft.world.level.levelgen.structure.structures
Fields in net.minecraft.world.level.levelgen.structure.structures declared as BlockStateModifier 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
OceanMonumentPieces.OceanMonumentPiece.DOT_DECO_DATA
private final BlockState
MineshaftStructure.Type.fenceState
protected static final BlockState
OceanMonumentPieces.OceanMonumentPiece.FILL_BLOCK
protected static final BlockState
OceanMonumentPieces.OceanMonumentPiece.LAMP_BLOCK
private final BlockState
MineshaftStructure.Type.planksState
private final BlockState
MineshaftStructure.Type.woodState
Methods in net.minecraft.world.level.levelgen.structure.structures that return BlockStateModifier and TypeMethodDescriptionMineshaftStructure.Type.getFenceState()
MineshaftStructure.Type.getPlanksState()
MineshaftStructure.Type.getWoodState()
Methods in net.minecraft.world.level.levelgen.structure.structures with parameters of type BlockStateModifier and TypeMethodDescriptionprivate boolean
MineshaftPieces.MineShaftCorridor.canHangChainBelow
(LevelReader pLevel, BlockPos pPos, BlockState pState) private boolean
MineshaftPieces.MineShaftCorridor.canPlaceColumnOnTopOf
(LevelReader pLevel, BlockPos pPos, BlockState pState) private static void
MineshaftPieces.MineShaftCorridor.fillColumnBetween
(WorldGenLevel pLevel, BlockState pState, BlockPos.MutableBlockPos pPos, int pMinY, int pMaxY) protected void
MineshaftPieces.MineShaftCorridor.fillColumnDown
(WorldGenLevel p_227813_, BlockState p_227814_, int p_227815_, int p_227816_, int p_227817_, BoundingBox p_227818_) protected void
MineshaftPieces.MineShaftCorridor.fillPillarDownOrChainUp
(WorldGenLevel pLevel, BlockState pState, int pX, int pY, int pZ, BoundingBox pBox) protected void
OceanMonumentPieces.OceanMonumentPiece.generateBoxOnFillOnly
(WorldGenLevel pLevel, BoundingBox pBox, int pMinX, int pMinY, int pMinZ, int pMaxX, int pMaxY, int pMaxZ, BlockState pState) private boolean
BuriedTreasurePieces.BuriedTreasurePiece.isLiquid
(BlockState pState) protected void
MineshaftPieces.MineShaftPiece.setPlanksBlock
(WorldGenLevel pLevel, BoundingBox pBox, BlockState pPlankState, int pX, int pY, int pZ) -
Uses of BlockState in net.minecraft.world.level.levelgen.structure.templatesystem
Fields in net.minecraft.world.level.levelgen.structure.templatesystem declared as BlockStateModifier 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
private final BlockState
StructureTemplate.StructureBlockInfo.state
The field for thestate
record component.Fields in net.minecraft.world.level.levelgen.structure.templatesystem with type parameters of type BlockStateModifier and TypeFieldDescriptionprivate final IdMapper
<BlockState> StructureTemplate.SimplePalette.ids
Methods in net.minecraft.world.level.levelgen.structure.templatesystem that return BlockStateModifier and TypeMethodDescriptionProcessorRule.getOutputState()
private static BlockState
BlockAgeProcessor.getRandomBlock
(RandomSource pRandom, BlockState[] pStates) private BlockState
BlockAgeProcessor.getRandomBlock
(RandomSource pRandom, BlockState[] pNormalStates, BlockState[] pMossyStates) private static BlockState
BlockAgeProcessor.getRandomFacingStairs
(RandomSource pRandom, Block pStairsBlock) private BlockState
BlockAgeProcessor.maybeReplaceFullStoneBlock
(RandomSource pRandom) private BlockState
BlockAgeProcessor.maybeReplaceObsidian
(RandomSource pRandom) private BlockState
BlockAgeProcessor.maybeReplaceSlab
(RandomSource pRandom) private BlockState
BlockAgeProcessor.maybeReplaceStairs
(RandomSource pRandom, BlockState pState) private BlockState
BlockAgeProcessor.maybeReplaceWall
(RandomSource pRandom) StructureTemplate.StructureBlockInfo.state()
Returns the value of thestate
record component.StructureTemplate.SimplePalette.stateFor
(int pId) Methods in net.minecraft.world.level.levelgen.structure.templatesystem that return types with arguments of type BlockStateMethods in net.minecraft.world.level.levelgen.structure.templatesystem with parameters of type BlockStateModifier and TypeMethodDescriptionvoid
StructureTemplate.SimplePalette.addMapping
(BlockState pState, int pId) static JigsawBlockEntity.JointType
StructureTemplate.getDefaultJointType
(BlockState pState) static JigsawBlockEntity.JointType
StructureTemplate.getJointType
(CompoundTag pTag, BlockState pState) private static BlockState
BlockAgeProcessor.getRandomBlock
(RandomSource pRandom, BlockState[] pStates) private BlockState
BlockAgeProcessor.getRandomBlock
(RandomSource pRandom, BlockState[] pNormalStates, BlockState[] pMossyStates) int
StructureTemplate.SimplePalette.idFor
(BlockState pState) private BlockState
BlockAgeProcessor.maybeReplaceStairs
(RandomSource pRandom, BlockState pState) boolean
AlwaysTrueTest.test
(BlockState p_230248_, RandomSource p_230249_) boolean
BlockMatchTest.test
(BlockState p_230277_, RandomSource p_230278_) boolean
BlockStateMatchTest.test
(BlockState p_230293_, RandomSource p_230294_) boolean
ProcessorRule.test
(BlockState pInputState, BlockState pExistingState, BlockPos pLocalPos, BlockPos pRelativePos, BlockPos pStructurePos, RandomSource pRandom) boolean
RandomBlockMatchTest.test
(BlockState p_230317_, RandomSource p_230318_) boolean
RandomBlockStateMatchTest.test
(BlockState p_230320_, RandomSource p_230321_) abstract boolean
RuleTest.test
(BlockState pState, RandomSource pRandom) boolean
TagMatchTest.test
(BlockState p_230452_, RandomSource p_230453_) Constructors in net.minecraft.world.level.levelgen.structure.templatesystem with parameters of type BlockStateModifierConstructorDescriptionBlockStateMatchTest
(BlockState pBlockState) ProcessorRule
(RuleTest pInputPredicate, RuleTest pLocPredicate, BlockState pOutputState) ProcessorRule
(RuleTest pInputPredicate, RuleTest pLocPredicate, PosRuleTest pPosPredicate, BlockState pOutputState) ProcessorRule
(RuleTest pInputPredicate, RuleTest pLocPredicate, PosRuleTest pPosPredicate, BlockState pOutputState, RuleBlockEntityModifier pBlockEntityModifier) RandomBlockStateMatchTest
(BlockState pBlockState, float pProbability) StructureBlockInfo
(BlockPos pos, BlockState state, CompoundTag nbt) Creates an instance of aStructureBlockInfo
record class. -
Uses of BlockState in net.minecraft.world.level.lighting
Methods in net.minecraft.world.level.lighting that return BlockStateMethods in net.minecraft.world.level.lighting with parameters of type BlockStateModifier and TypeMethodDescriptionprivate int
ChunkSkyLightSources.findLowestSourceBelow
(BlockGetter pLevel, BlockPos pPos, BlockState pState) private int
BlockLightEngine.getEmission
(long pPackedPos, BlockState pState) static int
LightEngine.getLightBlockInto
(BlockState pState1, BlockState pState2, Direction pDirection, int pDefaultReturnValue) static VoxelShape
LightEngine.getOcclusionShape
(BlockState pState, Direction pDirection) protected int
LightEngine.getOpacity
(BlockState pState) static boolean
LightEngine.hasDifferentLightProperties
(BlockState pState1, BlockState pState2) Deprecated.Neo: use overload with level context insteadstatic boolean
LightEngine.hasDifferentLightProperties
(BlockGetter pLevel, BlockPos pPos, BlockState pState1, BlockState pState2) private static boolean
ChunkSkyLightSources.isEdgeOccluded
(BlockState pState1, BlockState pState2) protected static boolean
LightEngine.isEmptyShape
(BlockState pState) protected boolean
LightEngine.shapeOccludes
(BlockState pState1, BlockState pState2, Direction pDirection) private boolean
ChunkSkyLightSources.updateEdge
(BlockGetter pLevel, int pIndex, int pMinY, BlockPos pPos1, BlockState pState1, BlockPos pPos2, BlockState pState2) -
Uses of BlockState in net.minecraft.world.level.material
Fields in net.minecraft.world.level.material declared as BlockStateModifier and TypeFieldDescriptionprivate final BlockState
FlowingFluid.BlockStatePairKey.first
The field for thefirst
record component.private final BlockState
FlowingFluid.BlockStatePairKey.second
The field for thesecond
record component.Fields in net.minecraft.world.level.material with type parameters of type BlockStateModifier and TypeFieldDescriptionprivate final it.unimi.dsi.fastutil.shorts.Short2ObjectMap
<BlockState> FlowingFluid.SpreadContext.stateCache
Methods in net.minecraft.world.level.material that return BlockStateModifier and TypeMethodDescriptionprotected BlockState
EmptyFluid.createLegacyBlock
(FluidState pState) protected abstract BlockState
Fluid.createLegacyBlock
(FluidState pState) FluidState.createLegacyBlock()
LavaFluid.createLegacyBlock
(FluidState pState) WaterFluid.createLegacyBlock
(FluidState pState) FlowingFluid.BlockStatePairKey.first()
Returns the value of thefirst
record component.FlowingFluid.SpreadContext.getBlockState
(BlockPos pPos) private BlockState
FlowingFluid.SpreadContext.getBlockState
(BlockPos pPos, short pCacheKey) FlowingFluid.BlockStatePairKey.second()
Returns the value of thesecond
record component.Methods in net.minecraft.world.level.material with parameters of type BlockStateModifier and TypeMethodDescriptionprotected abstract void
FlowingFluid.beforeDestroyingBlock
(LevelAccessor pLevel, BlockPos pPos, BlockState pState) protected void
LavaFluid.beforeDestroyingBlock
(LevelAccessor pLevel, BlockPos pPos, BlockState pState) protected void
WaterFluid.beforeDestroyingBlock
(LevelAccessor pLevel, BlockPos pPos, BlockState pState) private static boolean
FlowingFluid.canHoldAnyFluid
(BlockState pState) private static boolean
FlowingFluid.canHoldFluid
(BlockGetter pLevel, BlockPos pPos, BlockState pState, Fluid pFluid) private static boolean
FlowingFluid.canHoldSpecificFluid
(BlockGetter pLevel, BlockPos pPos, BlockState pState, Fluid pFluid) private boolean
FlowingFluid.canMaybePassThrough
(BlockGetter pLevel, BlockPos pPos, BlockState pState, Direction pDirection, BlockPos pSpreadPos, BlockState pSpreadState, FluidState pFluidState) private boolean
FlowingFluid.canPassThrough
(BlockGetter pLevel, Fluid pFluid, BlockPos pPos, BlockState pState, Direction pDirection, BlockPos pSpreadPos, BlockState pSpreadState, FluidState pFluidState) private static boolean
FlowingFluid.canPassThroughWall
(Direction pDirection, BlockGetter pLevel, BlockPos pPos, BlockState pState, BlockPos pSpreadPos, BlockState pSpreadState) protected FluidState
FlowingFluid.getNewLiquid
(ServerLevel pLevel, BlockPos pPos, BlockState pState) protected int
FlowingFluid.getSlopeDistance
(LevelReader pLevel, BlockPos pPos, int pDepth, Direction pDirection, BlockState pState, FlowingFluid.SpreadContext pSpreadContext) protected Map
<Direction, FluidState> FlowingFluid.getSpread
(ServerLevel pLevel, BlockPos pPos, BlockState pState) (package private) boolean
FlowingFluid.isWaterHole
(BlockGetter pLevel, BlockPos pPos, BlockState pState, BlockPos pBelowPos, BlockState pBelowState) protected void
FlowingFluid.spread
(ServerLevel pLevel, BlockPos pPos, BlockState pBlockState, FluidState pFluidState) protected void
FlowingFluid.spreadTo
(LevelAccessor pLevel, BlockPos pPos, BlockState pBlockState, Direction pDirection, FluidState pFluidState) protected void
LavaFluid.spreadTo
(LevelAccessor pLevel, BlockPos pPos, BlockState pBlockState, Direction pDirection, FluidState pFluidState) private void
FlowingFluid.spreadToSides
(ServerLevel pLevel, BlockPos pPos, FluidState pFluidState, BlockState pBlockState) void
FlowingFluid.tick
(ServerLevel p_376710_, BlockPos p_75996_, BlockState p_360412_, FluidState p_75997_) protected void
Fluid.tick
(ServerLevel pLevel, BlockPos pPos, BlockState pBlockState, FluidState pFluidState) void
FluidState.tick
(ServerLevel pLevel, BlockPos pPos, BlockState pState) Constructors in net.minecraft.world.level.material with parameters of type BlockStateModifierConstructorDescription(package private)
BlockStatePairKey
(BlockState first, BlockState second, Direction direction) Creates an instance of aBlockStatePairKey
record class. -
Uses of BlockState in net.minecraft.world.level.pathfinder
Methods in net.minecraft.world.level.pathfinder that return BlockStateMethods in net.minecraft.world.level.pathfinder with parameters of type BlockState -
Uses of BlockState in net.minecraft.world.level.portal
Methods in net.minecraft.world.level.portal with parameters of type BlockState -
Uses of BlockState in net.minecraft.world.level.redstone
Fields in net.minecraft.world.level.redstone declared as BlockStateModifier and TypeFieldDescriptionprivate final BlockState
CollectingNeighborUpdater.ShapeUpdate.neighborState
The field for theneighborState
record component.private final BlockState
CollectingNeighborUpdater.FullNeighborUpdate.state
The field for thestate
record component.Methods in net.minecraft.world.level.redstone that return BlockStateModifier and TypeMethodDescriptionCollectingNeighborUpdater.ShapeUpdate.neighborState()
Returns the value of theneighborState
record component.CollectingNeighborUpdater.FullNeighborUpdate.state()
Returns the value of thestate
record component.Methods in net.minecraft.world.level.redstone with parameters of type BlockStateModifier and TypeMethodDescriptionstatic void
NeighborUpdater.executeShapeUpdate
(LevelAccessor pLevel, Direction pDirection, BlockPos pPos, BlockPos pNeighborPos, BlockState pNeighborState, int pFlags, int pRecursionLeft) static void
NeighborUpdater.executeUpdate
(Level pLevel, BlockState pState, BlockPos pPos, Block pNeighborBlock, Orientation pOrientation, boolean pMovedByPiston) protected int
ExperimentalRedstoneWireEvaluator.getWireSignal
(BlockPos p_360845_, BlockState p_363778_) protected int
RedstoneWireEvaluator.getWireSignal
(BlockPos pPos, BlockState pState) private static boolean
ExperimentalRedstoneWireEvaluator.isConnected
(BlockState pState, Direction pDirection) void
CollectingNeighborUpdater.neighborChanged
(BlockState p_230647_, BlockPos p_230648_, Block p_230649_, Orientation p_363917_, boolean p_230651_) void
InstantNeighborUpdater.neighborChanged
(BlockState p_230745_, BlockPos p_230746_, Block p_230747_, Orientation p_365054_, boolean p_230749_) void
NeighborUpdater.neighborChanged
(BlockState pState, BlockPos pPos, Block pNeighborBlock, Orientation pOrientation, boolean pMovedByPiston) void
CollectingNeighborUpdater.shapeUpdate
(Direction p_230664_, BlockState p_230665_, BlockPos p_230666_, BlockPos p_230667_, int p_230668_, int p_230669_) void
InstantNeighborUpdater.shapeUpdate
(Direction p_230755_, BlockState p_230756_, BlockPos p_230757_, BlockPos p_230758_, int p_230759_, int p_230760_) void
NeighborUpdater.shapeUpdate
(Direction pDirection, BlockState pState, BlockPos pPos, BlockPos pNeighborPos, int pFlags, int pRecursionLevel) void
DefaultRedstoneWireEvaluator.updatePowerStrength
(Level p_362666_, BlockPos p_365481_, BlockState p_361516_, Orientation p_362350_, boolean p_366607_) void
ExperimentalRedstoneWireEvaluator.updatePowerStrength
(Level p_364203_, BlockPos p_362182_, BlockState p_361454_, Orientation p_363673_, boolean p_366757_) abstract void
RedstoneWireEvaluator.updatePowerStrength
(Level pLevel, BlockPos pPos, BlockState pState, Orientation pOrientation, boolean pUpdateShape) Constructors in net.minecraft.world.level.redstone with parameters of type BlockStateModifierConstructorDescription(package private)
FullNeighborUpdate
(BlockState state, BlockPos pos, Block block, Orientation orientation, boolean movedByPiston) Creates an instance of aFullNeighborUpdate
record class.(package private)
ShapeUpdate
(Direction direction, BlockState neighborState, BlockPos pos, BlockPos neighborPos, int updateFlags, int updateLimit) Creates an instance of aShapeUpdate
record class. -
Uses of BlockState in net.minecraft.world.level.storage.loot.parameters
Fields in net.minecraft.world.level.storage.loot.parameters with type parameters of type BlockStateModifier and TypeFieldDescriptionstatic final ContextKey
<BlockState> LootContextParams.BLOCK_STATE
-
Uses of BlockState in net.minecraft.world.phys.shapes
Methods in net.minecraft.world.phys.shapes with parameters of type BlockStateModifier and TypeMethodDescriptionCollisionContext.getCollisionShape
(BlockState pState, CollisionGetter pCollisionGetter, BlockPos pPos) EntityCollisionContext.getCollisionShape
(BlockState p_366423_, CollisionGetter p_366608_, BlockPos p_366445_) MinecartCollisionContext.getCollisionShape
(BlockState p_366641_, CollisionGetter p_366650_, BlockPos p_366424_) -
Uses of BlockState in net.neoforged.neoforge.capabilities
Methods in net.neoforged.neoforge.capabilities with parameters of type BlockStateModifier and TypeMethodDescriptionBlockCapability.getCapability
(Level level, BlockPos pos, @Nullable BlockState state, @Nullable BlockEntity blockEntity, C context) IBlockCapabilityProvider.getCapability
(Level level, BlockPos pos, BlockState state, @Nullable BlockEntity blockEntity, C context) Returns the capability, ornull
if not available. -
Uses of BlockState in net.neoforged.neoforge.client
Methods in net.neoforged.neoforge.client with parameters of type BlockStateModifier and TypeMethodDescriptionstatic boolean
ClientHooks.isInTranslucentBlockOutlinePass
(Level level, BlockPos pos, BlockState state) static boolean
ClientHooks.renderBlockOverlay
(Player player, PoseStack mat, RenderBlockScreenEffectEvent.OverlayType type, BlockState block, BlockPos pos) -
Uses of BlockState in net.neoforged.neoforge.client.event
Fields in net.neoforged.neoforge.client.event declared as BlockStateModifier and TypeFieldDescriptionprivate final BlockState
RenderBlockScreenEffectEvent.blockState
Methods in net.neoforged.neoforge.client.event that return BlockStateModifier and TypeMethodDescriptionRenderBlockScreenEffectEvent.getBlockState()
Returns the block which the overlay is gotten from.Constructors in net.neoforged.neoforge.client.event with parameters of type BlockStateModifierConstructorDescriptionRenderBlockScreenEffectEvent
(Player player, PoseStack poseStack, RenderBlockScreenEffectEvent.OverlayType type, BlockState block, BlockPos blockPos) -
Uses of BlockState in net.neoforged.neoforge.client.extensions
Methods in net.neoforged.neoforge.client.extensions with parameters of type BlockStateModifier and TypeMethodDescriptiondefault List
<BlockModelPart> BlockStateModelExtension.collectParts
(BlockAndTintGetter level, BlockPos pos, BlockState state, RandomSource random) Helper to collects the parts of the model into a new list.default void
BlockStateModelExtension.collectParts
(BlockAndTintGetter level, BlockPos pos, BlockState state, RandomSource random, List<BlockModelPart> parts) Collects the parts of the model that should be rendered.default @Nullable Object
BlockStateModelExtension.createGeometryKey
(BlockAndTintGetter level, BlockPos pos, BlockState state, RandomSource random) Collects all the data used by the model to produce renderable geometry.default RenderType
BlockModelPartExtension.getRenderType
(BlockState state) Gets the set ofrender types
to use when drawing this block in the level.default TextureAtlasSprite
BlockStateModelExtension.particleIcon
(BlockAndTintGetter level, BlockPos pos, BlockState state) Returns the particle icon. -
Uses of BlockState in net.neoforged.neoforge.client.extensions.common
Methods in net.neoforged.neoforge.client.extensions.common with parameters of type BlockStateModifier and TypeMethodDescriptiondefault boolean
IClientBlockExtensions.addDestroyEffects
(BlockState state, Level Level, BlockPos pos, ParticleEngine manager) Spawn particles for when the block is destroyed.default boolean
IClientBlockExtensions.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.default boolean
IClientBlockExtensions.areBreakingParticlesTinted
(BlockState state, ClientLevel level, BlockPos pos) Returns true if the breaking particles created from theBlockState
passed should be tinted with biome colors.default org.joml.Vector3d
IClientBlockExtensions.getFogColor
(BlockState state, LevelReader level, BlockPos pos, Entity entity, org.joml.Vector3d originalColor, float partialTick) NOT CURRENTLY IMPLEMENTEDstatic IClientBlockExtensions
IClientBlockExtensions.of
(BlockState state) default boolean
IClientBlockExtensions.playBreakSound
(BlockState state, Level level, BlockPos pos) Play breaking sound(s) when the block is destroyed.default boolean
IClientBlockExtensions.playHitSound
(BlockState state, Level level, BlockPos pos, Direction face, SoundManager soundManager) Play hit sound(s) when the block is punched.default boolean
IClientFluidTypeExtensions.renderFluid
(FluidState fluidState, BlockAndTintGetter getter, BlockPos pos, VertexConsumer vertexConsumer, BlockState blockState) Called to allow rendering custom quads for a fluid during chunk meshing. -
Uses of BlockState in net.neoforged.neoforge.client.model
Methods in net.neoforged.neoforge.client.model with parameters of type BlockStateModifier and TypeMethodDescriptionvoid
DelegateBlockStateModel.collectParts
(BlockAndTintGetter level, BlockPos pos, BlockState state, RandomSource random, List<BlockModelPart> parts) void
DynamicBlockStateModel.collectParts
(BlockAndTintGetter level, BlockPos pos, BlockState state, RandomSource random, List<BlockModelPart> parts) DelegateBlockStateModel.particleIcon
(BlockAndTintGetter level, BlockPos pos, BlockState state) -
Uses of BlockState in net.neoforged.neoforge.client.model.ao
Methods in net.neoforged.neoforge.client.model.ao with parameters of type BlockStateModifier and TypeMethodDescriptionvoid
EnhancedAoRenderStorage.calculate
(BlockAndTintGetter level, BlockState state, BlockPos pos, Direction direction, boolean shade) private void
EnhancedAoRenderStorage.calculateAxisAligned
(BlockAndTintGetter level, BlockState state, BlockPos pos, Direction direction, boolean shade) Computes AO for an axis-aligned quad.(package private) AoCalculatedFace
FullFaceCalculator.calculateFace
(BlockAndTintGetter level, BlockState renderedState, BlockPos renderedPos, Direction direction, boolean shade, boolean sampleOutside) private void
FullFaceCalculator.calculateFaceUncached
(AoCalculatedFace out, BlockAndTintGetter level, BlockState renderedState, BlockPos renderedPos, Direction direction, boolean shade, boolean sampleOutside) Computes the AO for a full face.private void
EnhancedAoRenderStorage.calculateIrregular
(BlockAndTintGetter level, BlockState state, BlockPos pos, boolean shade) Computes AO for a general quad. -
Uses of BlockState in net.neoforged.neoforge.client.model.block
Methods in net.neoforged.neoforge.client.model.block that return types with arguments of type BlockStateModifier and TypeMethodDescriptionCustomBlockModelDefinition.instantiate
(StateDefinition<Block, BlockState> states, Supplier<String> sourceSupplier) Instantiate this definition.Methods in net.neoforged.neoforge.client.model.block with parameters of type BlockStateModifier and TypeMethodDescriptionvoid
CompositeBlockModel.collectParts
(BlockAndTintGetter level, BlockPos pos, BlockState state, RandomSource random, List<BlockModelPart> parts) @Nullable Object
CompositeBlockModel.createGeometryKey
(BlockAndTintGetter level, BlockPos pos, BlockState state, RandomSource random) Method parameters in net.neoforged.neoforge.client.model.block with type arguments of type BlockStateModifier and TypeMethodDescriptionCustomBlockModelDefinition.instantiate
(StateDefinition<Block, BlockState> states, Supplier<String> sourceSupplier) Instantiate this definition. -
Uses of BlockState in net.neoforged.neoforge.common
Methods in net.neoforged.neoforge.common with parameters of type BlockStateModifier and TypeMethodDescriptionstatic boolean
CommonHooks.canCropGrow
(Level level, BlockPos pos, BlockState state, boolean def) Checks if a crop can grow by firingCropGrowEvent.Pre
.static BlockEvent.BreakEvent
CommonHooks.fireBlockBreak
(Level level, GameType gameType, ServerPlayer player, BlockPos pos, BlockState state) FiresBlockEvent.BreakEvent
, pre-emptively canceling the event based on the conditions that will cause the block to not be broken anyway.static void
CommonHooks.fireCropGrowPost
(Level level, BlockPos pos, BlockState state) static void
CommonHooks.handleBlockDrops
(ServerLevel level, BlockPos pos, BlockState state, @Nullable BlockEntity blockEntity, List<ItemEntity> drops, @Nullable Entity breaker, ItemStack tool) Fires theBlockDropsEvent
when block drops (items and experience) are determined.CommonHooks.isLivingOnLadder
(BlockState state, Level level, BlockPos pos, LivingEntity entity) static boolean
CommonHooks.onFarmlandTrample
(ServerLevel level, BlockPos pos, BlockState state, double fallDistance, Entity entity) static int
CommonHooks.onNoteChange
(Level level, BlockPos pos, BlockState state, int old, int _new) -
Uses of BlockState in net.neoforged.neoforge.common.extensions
Methods in net.neoforged.neoforge.common.extensions that return BlockStateModifier and TypeMethodDescriptiondefault BlockState
IBlockExtension.getAppearance
(BlockState state, BlockAndTintGetter level, BlockPos pos, Direction side, @Nullable BlockState queryState, @Nullable BlockPos queryPos) Returns theBlockState
that this block reports to look like on the given side, for querying by other mods.default BlockState
IBlockStateExtension.getAppearance
(BlockAndTintGetter level, BlockPos pos, Direction side, @Nullable BlockState queryState, @Nullable BlockPos queryPos) Returns theBlockState
that this state reports to look like on the given side for querying by other mods.default BlockState
IBlockExtension.getStateAtViewpoint
(BlockState state, BlockGetter level, BlockPos pos, Vec3 viewpoint) Used to determine the state 'viewed' by an entity (seeinvalid reference
Camera#getBlockAtCamera()
default BlockState
IBlockStateExtension.getStateAtViewpoint
(BlockGetter level, BlockPos pos, Vec3 viewpoint) Used to determine the state 'viewed' by an entity (seeinvalid reference
Camera#getBlockAtCamera()
default @Nullable BlockState
IBlockExtension.getToolModifiedState
(BlockState state, UseOnContext context, ItemAbility itemAbility, boolean simulate) Returns the state that this block should transform into when right-clicked by a tool.default @Nullable BlockState
IBlockStateExtension.getToolModifiedState
(UseOnContext context, ItemAbility itemAbility, boolean simulate) Returns the state that this block should transform into when right-clicked by a tool.default BlockState
IBlockExtension.rotate
(BlockState state, LevelAccessor level, BlockPos pos, Rotation direction) default BlockState
IBlockStateExtension.rotate
(LevelAccessor level, BlockPos pos, Rotation direction) private BlockState
IBlockStateExtension.self()
Methods in net.neoforged.neoforge.common.extensions with parameters of type BlockStateModifier and TypeMethodDescriptiondefault boolean
IBlockExtension.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
IBlockStateExtension.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
IBlockExtension.addRunningEffects
(BlockState state, Level level, BlockPos pos, Entity entity) Allows a block to override the standard vanilla running particles.default boolean
IBlockExtension.canBeHydrated
(BlockState state, BlockGetter getter, BlockPos pos, FluidState fluid, BlockPos fluidPos) Returns whether the block can be hydrated by a fluid.default boolean
IBlockExtension.canConnectRedstone
(BlockState state, BlockGetter level, BlockPos pos, @Nullable Direction direction) Whether redstone dust should visually connect to this block on a given sidedefault boolean
IBlockExtension.canDropFromExplosion
(BlockState state, BlockGetter level, BlockPos pos, Explosion explosion) Determines if this block should drop loot when exploded.default boolean
IBlockExtension.canEntityDestroy
(BlockState state, BlockGetter level, BlockPos pos, Entity entity) Determines if this block is can be destroyed by the specified entities normal behavior.default boolean
IBlockExtension.canHarvestBlock
(BlockState state, BlockGetter level, BlockPos pos, Player player) Determines if the player can harvest this block, obtaining it's drops when the block is destroyed.default boolean
IFluidExtension.canHydrate
(FluidState state, BlockGetter getter, BlockPos pos, BlockState source, BlockPos sourcePos) Returns whether the block can be hydrated by a fluid.default boolean
IFluidStateExtension.canHydrate
(BlockGetter getter, BlockPos pos, BlockState source, BlockPos sourcePos) Returns whether the block can be hydrated by a fluid.default boolean
IBaseRailBlockExtension.canMakeSlopes
(BlockState state, BlockGetter level, BlockPos pos) Returns true if the rail can make up and down slopes.default boolean
IBlockExtension.canStickTo
(BlockState state, BlockState other) Determines if this block can stick to another block when pushed by a piston.default boolean
IBlockStateExtension.canStickTo
(BlockState other) Determines if this block can stick to another block when pushed by a piston.default TriState
IBlockExtension.canSustainPlant
(BlockState state, BlockGetter level, BlockPos soilPosition, Direction facing, BlockState plant) Determines if this block either force allow or force disallow a plant from being placed on it.default TriState
IBlockStateExtension.canSustainPlant
(BlockGetter level, BlockPos soilPosition, Direction facing, BlockState plant) Determines if this block either force allow or force disallow a plant from being placed on it.boolean
IEntityExtension.canTrample
(ServerLevel level, BlockState state, BlockPos pos, double fallDistance) default boolean
IBlockExtension.collisionExtendsVertically
(BlockState state, BlockGetter level, BlockPos pos, Entity collidingEntity) Determines if this block's collision box should be treated as though it can extend above its block space.default @Nullable PathType
IBlockExtension.getAdjacentBlockPathType
(BlockState state, BlockGetter level, BlockPos pos, @Nullable Mob mob, PathType originalType) Gets the path type of the adjacent block to a pathfinding entity.default BlockState
IBlockExtension.getAppearance
(BlockState state, BlockAndTintGetter level, BlockPos pos, Direction side, @Nullable BlockState queryState, @Nullable BlockPos queryPos) Returns theBlockState
that this block reports to look like on the given side, for querying by other mods.default BlockState
IBlockStateExtension.getAppearance
(BlockAndTintGetter level, BlockPos pos, Direction side, @Nullable BlockState queryState, @Nullable BlockPos queryPos) Returns theBlockState
that this state reports to look like on the given side for querying by other mods.default @Nullable Integer
IBlockExtension.getBeaconColorMultiplier
(BlockState state, LevelReader level, BlockPos pos, BlockPos beaconPos) default Direction
IBlockExtension.getBedDirection
(BlockState state, LevelReader level, BlockPos pos) Returns the direction of the block.default @Nullable PathType
IBlockExtension.getBlockPathType
(BlockState state, BlockGetter level, BlockPos pos, @Nullable Mob mob) Gets the path type of this block when an entity is pathfinding.default BubbleColumnDirection
IBlockExtension.getBubbleColumnDirection
(BlockState state) Determines if this block can spawn Bubble Columns and if so, what direction the column flows.default <T,
C extends @Nullable Object>
TILevelExtension.getCapability
(BlockCapability<T, C> cap, BlockPos pos, @Nullable BlockState state, @Nullable BlockEntity blockEntity, C context) Retrieve a block capability.default <T> T
ILevelExtension.getCapability
(BlockCapability<T, @Nullable Void> cap, BlockPos pos, @Nullable BlockState state, @Nullable BlockEntity blockEntity) Retrieve a block capability with no context.default ItemStack
IBlockExtension.getCloneItemStack
(LevelReader level, BlockPos pos, BlockState state, boolean includeData, Player player) Called when A user uses the creative pick block button on this blockdefault float
IBlockExtension.getEnchantPowerBonus
(BlockState state, LevelReader level, BlockPos pos) Determines the amount of enchanting power this block can provide to an enchanting table.default int
IBlockExtension.getExpDrop
(BlockState state, LevelAccessor level, BlockPos pos, @Nullable BlockEntity blockEntity, @Nullable Entity breaker, ItemStack tool) Returns how many experience points this block drops when broken, before application of enchantments.default float
IBlockExtension.getExplosionResistance
(BlockState state, BlockGetter level, BlockPos pos, Explosion explosion) Location sensitive version of getExplosionResistancedefault int
IBlockExtension.getFireSpreadSpeed
(BlockState state, BlockGetter level, BlockPos pos, Direction direction) Called when fire is updating on a neighbor block.default int
IBlockExtension.getFlammability
(BlockState state, BlockGetter level, BlockPos pos, Direction direction) Chance that fire will spread and consume this block. 300 being a 100% chance, 0, being a 0% chance.default float
IBlockExtension.getFriction
(BlockState state, LevelReader level, BlockPos pos, @Nullable Entity entity) Gets the slipperiness at the given location at the given state.default int
IBlockExtension.getLightEmission
(BlockState state, BlockGetter level, BlockPos pos) Get a light value for this block, taking into account the given state and coordinates, normal ranges are between 0 and 15default MapColor
IBlockExtension.getMapColor
(BlockState state, BlockGetter level, BlockPos pos, MapColor defaultColor) Returns theMapColor
shown on the map.default Optional
<SoundEvent> IBucketPickupExtension.getPickupSound
(BlockState state) State sensitive variant ofBucketPickup.getPickupSound()
.default @Nullable PushReaction
IBlockExtension.getPistonPushReaction
(BlockState state) Returns the reaction of the block when pushed or pulled by a piston.IBaseRailBlockExtension.getRailDirection
(BlockState state, BlockGetter level, BlockPos pos, @Nullable AbstractMinecart cart) Return the rail's direction.default float
IBaseRailBlockExtension.getRailMaxSpeed
(BlockState state, Level level, BlockPos pos, AbstractMinecart cart) Returns the max speed of the rail at the specified position.default Optional
<ServerPlayer.RespawnPosAngle> IBlockExtension.getRespawnPosition
(BlockState state, EntityType<?> type, LevelReader levelReader, BlockPos pos, float orientation) Returns the position that the entity is moved to upon respawning at this block.default SoundType
IBlockExtension.getSoundType
(BlockState state, LevelReader level, BlockPos pos, @Nullable Entity entity) Sensitive version of getSoundTypedefault BlockState
IBlockExtension.getStateAtViewpoint
(BlockState state, BlockGetter level, BlockPos pos, Vec3 viewpoint) Used to determine the state 'viewed' by an entity (seeinvalid reference
Camera#getBlockAtCamera()
default @Nullable BlockState
IBlockExtension.getToolModifiedState
(BlockState state, UseOnContext context, ItemAbility itemAbility, boolean simulate) Returns the state that this block should transform into when right-clicked by a tool.default boolean
IBlockExtension.getWeakChanges
(BlockState state, LevelReader level, BlockPos pos) If this block should be notified of weak changes.default boolean
IBlockExtension.hasDynamicLightEmission
(BlockState state) Whether this block has dynamic light emission which is not solely based on theBlockState
and instead uses theBlockPos
, theAuxiliaryLightManager
or another external data source to determine its light value inIBlockExtension.getLightEmission(BlockState, BlockGetter, BlockPos)
default boolean
IBlockExtension.hidesNeighborFace
(BlockGetter level, BlockPos pos, BlockState state, BlockState neighborState, Direction dir) Whether this block hides the neighbors face pointed towards by the given direction.default boolean
IBlockStateExtension.hidesNeighborFace
(BlockGetter level, BlockPos pos, BlockState neighborState, Direction dir) Whether this block hides the neighbors face pointed towards by the given direction.default boolean
IBlockExtension.isBed
(BlockState state, BlockGetter level, BlockPos pos, LivingEntity sleeper) Determines if this block is classified as a bed, replacinginstanceof BedBlock
checks.default boolean
IBlockExtension.isBurning
(BlockState state, BlockGetter level, BlockPos pos) Determines if this block should set fire and deal fire damage to entities coming into contact with it.default boolean
IBlockExtension.isConduitFrame
(BlockState state, LevelReader level, BlockPos pos, BlockPos conduit) Determines if this block can be used as the frame of a conduit.default boolean
IBlockExtension.isEmpty
(BlockState state) Return true if the state is able to be replaced with Blocks.AIR in chunk sections that is entirely made of blocks that return true for isEmptydefault boolean
IBlockExtension.isFertile
(BlockState state, BlockGetter level, BlockPos pos) Checks if this soil is fertile, typically this means that growth rates of plants on this soil will be slightly sped up.default boolean
IBlockExtension.isFireSource
(BlockState state, LevelReader level, BlockPos pos, Direction direction) Currently only called by fire when it is on top of this block.default boolean
IBlockExtension.isFlammable
(BlockState state, BlockGetter level, BlockPos pos, Direction direction) Called when fire is updating, checks if a block face can catch fire.boolean
IBaseRailBlockExtension.isFlexibleRail
(BlockState state, BlockGetter level, BlockPos pos) Return true if the rail can make corners.default boolean
IBlockExtension.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
IBlockExtension.isPortalFrame
(BlockState state, BlockGetter level, BlockPos pos) Determines if this block can be used as part of a frame of a nether portal.default boolean
IBlockExtension.isScaffolding
(BlockState state, LevelReader level, BlockPos pos, LivingEntity entity) Checks if a player or entity handles movement on this block like scaffolding.default boolean
IBlockExtension.isSlimeBlock
(BlockState state) default boolean
IBlockExtension.isStickyBlock
(BlockState state) default boolean
IBlockExtension.makesOpenTrapdoorAboveClimbable
(BlockState state, LevelReader level, BlockPos pos, BlockState trapdoorState) Checks if this block makes an open trapdoor above it climbable.default void
IBlockExtension.onBlockExploded
(BlockState state, ServerLevel level, BlockPos pos, Explosion explosion) Called when the block is destroyed by an explosion.default void
IBlockExtension.onBlockStateChange
(LevelReader level, BlockPos pos, BlockState oldState, BlockState newState) Called after theBlockState
at the givenBlockPos
was changed and neighbors were updated.default void
IBlockStateExtension.onBlockStateChange
(LevelReader level, BlockPos pos, BlockState oldState) Called after theBlockState
at the givenBlockPos
was changed and neighbors were updated.default boolean
IBlockExtension.onCaughtFire
(BlockState state, Level level, BlockPos pos, @Nullable Direction direction, @Nullable LivingEntity igniter) If the block is flammable, this is called when it gets lit on fire.default boolean
IBlockExtension.onDestroyedByPlayer
(BlockState state, Level level, BlockPos pos, Player player, boolean willHarvest, FluidState fluid) Called when a player removes a block.default void
IBlockExtension.onDestroyedByPushReaction
(BlockState state, Level level, BlockPos pos, Direction pushDirection, FluidState fluid) Called when a block is removed byPushReaction.DESTROY
.default void
IBaseRailBlockExtension.onMinecartPass
(BlockState state, Level level, BlockPos pos, AbstractMinecart cart) This function is called by any minecart that passes over this rail.default void
IBlockExtension.onNeighborChange
(BlockState state, LevelReader level, BlockPos pos, BlockPos neighbor) Called when a block entity on a side of this block changes, is created, or is destroyed.default boolean
IBlockExtension.onTreeGrow
(BlockState state, LevelReader level, BiConsumer<BlockPos, BlockState> placeFunction, RandomSource randomSource, BlockPos pos, TreeConfiguration config) Called when a tree grows on top of this block and tries to set it to dirt by the trunk placer.default void
IBlockExtension.playFallSound
(BlockState state, Level level, BlockPos pos, LivingEntity entity) Allows a block to override the standard fall sound played inLivingEntity.playBlockFallSound()
.default void
IBlockExtension.playStepSound
(BlockState state, Level level, BlockPos pos, Entity entity, float volumeMultiplier, float pitchMultiplier) Allows a block to override the standard step sound played in:Entity.playCombinationStepSounds(BlockState, BlockState, BlockPos, BlockPos)
(primary step sound only)Entity.playMuffledStepSound(BlockState, BlockPos)
(usually the secondary sound in a call to the above method)Entity.playStepSound(BlockPos, BlockState)
(simple step sound) The volume and pitch of any sound played in this method should be multiplied with the provided multipliers to replicate the behaviour of the callers.default BlockState
IBlockExtension.rotate
(BlockState state, LevelAccessor level, BlockPos pos, Rotation direction) default void
IBlockExtension.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
IBlockExtension.shouldCheckWeakPower
(BlockState state, SignalGetter level, BlockPos pos, Direction side) Called to determine whether to allow the block to handle its own indirect power rather than using the default rules.default boolean
IBlockExtension.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
IBlockExtension.shouldHideAdjacentFluidFace
(BlockState state, Direction selfFace, FluidState adjacentFluid) Determines if a fluid adjacent to the block on the given side should not be rendered.default boolean
IBlockExtension.supportsExternalFaceHiding
(BlockState state) Whether this block allows a neighboring block to hide the face of this block it touches.Method parameters in net.neoforged.neoforge.common.extensions with type arguments of type BlockStateModifier and TypeMethodDescriptiondefault boolean
IBlockExtension.onTreeGrow
(BlockState state, LevelReader level, BiConsumer<BlockPos, BlockState> placeFunction, RandomSource randomSource, BlockPos pos, TreeConfiguration config) Called when a tree grows on top of this block and tries to set it to dirt by the trunk placer.default boolean
IBlockStateExtension.onTreeGrow
(LevelReader level, BiConsumer<BlockPos, BlockState> placeFunction, RandomSource randomSource, BlockPos pos, TreeConfiguration config) Called when a tree grows on top of this block and tries to set it to dirt by the trunk placer. -
Uses of BlockState in net.neoforged.neoforge.common.util
Fields in net.neoforged.neoforge.common.util declared as BlockStateMethods in net.neoforged.neoforge.common.util that return BlockStateModifier and TypeMethodDescriptionBlockSnapshot.getCurrentState()
Returns the current (live) block state at the recorded position, not the snapshot's recorded state.BlockSnapshot.getState()
Returns the snapshot's recorded block state.Constructors in net.neoforged.neoforge.common.util with parameters of type BlockStateModifierConstructorDescriptionprivate
BlockSnapshot
(ResourceKey<Level> dim, LevelAccessor level, BlockPos pos, BlockState state, @Nullable CompoundTag nbt, int flags) -
Uses of BlockState in net.neoforged.neoforge.event
Methods in net.neoforged.neoforge.event that return BlockStateModifier and TypeMethodDescriptionstatic BlockState
EventHooks.fireFluidPlaceBlockEvent
(LevelAccessor level, BlockPos pos, BlockPos liquidPos, BlockState state) static @Nullable BlockState
EventHooks.onToolUse
(BlockState originalState, UseOnContext context, ItemAbility itemAbility, boolean simulate) Methods in net.neoforged.neoforge.event with parameters of type BlockStateModifier and TypeMethodDescriptionstatic boolean
EventHooks.canCreateFluidSource
(ServerLevel level, BlockPos pos, BlockState state) Checks if a fluid is allowed to create a fluid source.static boolean
EventHooks.doPlayerHarvestCheck
(Player player, BlockState state, BlockGetter level, BlockPos pos) static BonemealEvent
EventHooks.fireBonemealEvent
(@Nullable Player player, Level level, BlockPos pos, BlockState state, ItemStack stack) Called when bone meal (or equivalent) is used on a block.static BlockState
EventHooks.fireFluidPlaceBlockEvent
(LevelAccessor level, BlockPos pos, BlockPos liquidPos, BlockState state) static float
EventHooks.getBreakSpeed
(Player player, BlockState state, float original, BlockPos pos) static boolean
EventHooks.onEntityDestroyBlock
(LivingEntity entity, BlockPos pos, BlockState state) EventHooks.onNeighborNotify
(Level level, BlockPos pos, BlockState state, EnumSet<Direction> notifiedSides, boolean forceRedstoneUpdate) static @Nullable BlockState
EventHooks.onToolUse
(BlockState originalState, UseOnContext context, ItemAbility itemAbility, boolean simulate) -
Uses of BlockState in net.neoforged.neoforge.event.entity.living
Fields in net.neoforged.neoforge.event.entity.living declared as BlockStateMethods in net.neoforged.neoforge.event.entity.living that return BlockStateConstructors in net.neoforged.neoforge.event.entity.living with parameters of type BlockStateModifierConstructorDescriptionLivingDestroyBlockEvent
(LivingEntity entity, BlockPos pos, BlockState state) -
Uses of BlockState in net.neoforged.neoforge.event.entity.player
Fields in net.neoforged.neoforge.event.entity.player declared as BlockStateModifier and TypeFieldDescriptionprivate final BlockState
BonemealEvent.state
private final BlockState
CanPlayerSleepEvent.state
private final BlockState
PlayerEvent.BreakSpeed.state
private final BlockState
PlayerEvent.HarvestCheck.state
Methods in net.neoforged.neoforge.event.entity.player that return BlockStateModifier and TypeMethodDescriptionBonemealEvent.getState()
Returns the state of the bone mealed block.CanPlayerSleepEvent.getState()
PlayerEvent.BreakSpeed.getState()
PlayerEvent.HarvestCheck.getTargetBlock()
Constructors in net.neoforged.neoforge.event.entity.player with parameters of type BlockStateModifierConstructorDescriptionBonemealEvent
(@Nullable Player player, Level level, BlockPos pos, BlockState state, ItemStack stack) BreakSpeed
(Player player, BlockState state, float original, @Nullable BlockPos pos) HarvestCheck
(Player player, BlockState state, BlockGetter level, BlockPos pos, boolean success) -
Uses of BlockState in net.neoforged.neoforge.event.level
Fields in net.neoforged.neoforge.event.level declared as BlockStateModifier and TypeFieldDescriptionprivate BlockState
BlockEvent.FluidPlaceBlockEvent.newState
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.state
Methods in net.neoforged.neoforge.event.level that return BlockStateModifier and TypeMethodDescriptionBlockEvent.BlockToolModificationEvent.getFinalState()
Returns the state to transform the block into after item ability use.BlockEvent.FluidPlaceBlockEvent.getNewState()
BlockEvent.FluidPlaceBlockEvent.getOriginalState()
BlockEvent.EntityPlaceEvent.getPlacedAgainst()
BlockEvent.EntityPlaceEvent.getPlacedBlock()
AlterGroundEvent.StateProvider.getState
(RandomSource random, BlockPos state) Gets the BlockState that will be placed at the passed position.BlockEvent.getState()
Methods in net.neoforged.neoforge.event.level with parameters of type BlockStateModifier and TypeMethodDescriptionvoid
BlockEvent.BlockToolModificationEvent.setFinalState
(@Nullable BlockState finalState) Sets the state to transform the block into after tool use.void
BlockEvent.FluidPlaceBlockEvent.setNewState
(BlockState state) Constructors in net.neoforged.neoforge.event.level with parameters of type BlockStateModifierConstructorDescriptionBlockDropsEvent
(ServerLevel level, BlockPos pos, BlockState state, @Nullable BlockEntity blockEntity, List<ItemEntity> drops, @Nullable Entity breaker, ItemStack tool) Constructs a new BlockDropsEventBlockEvent
(LevelAccessor level, BlockPos pos, BlockState state) BlockToolModificationEvent
(BlockState originalState, UseOnContext context, ItemAbility itemAbility, boolean simulate) BreakEvent
(Level level, BlockPos pos, BlockState state, Player player) Change
(Level world, BlockPos pos, BlockState state, int oldNote, int newNote) EntityMultiPlaceEvent
(List<BlockSnapshot> blockSnapshots, BlockState placedAgainst, @Nullable Entity entity) EntityPlaceEvent
(BlockSnapshot blockSnapshot, BlockState placedAgainst, @Nullable Entity entity) FarmlandTrampleEvent
(Level level, BlockPos pos, BlockState state, double fallDistance, Entity entity) FluidPlaceBlockEvent
(LevelAccessor level, BlockPos pos, BlockPos liquidPos, BlockState state) NeighborNotifyEvent
(Level level, BlockPos pos, BlockState state, EnumSet<Direction> notifiedSides, boolean forceRedstoneUpdate) protected
NoteBlockEvent
(Level world, BlockPos pos, BlockState state, int note) Play
(Level world, BlockPos pos, BlockState state, int note, NoteBlockInstrument instrument) PortalSpawnEvent
(LevelAccessor level, BlockPos pos, BlockState state, PortalShape size) -
Uses of BlockState in net.neoforged.neoforge.event.level.block
Fields in net.neoforged.neoforge.event.level.block declared as BlockStateMethods in net.neoforged.neoforge.event.level.block that return BlockStateModifier and TypeMethodDescriptionCropGrowEvent.Post.getOriginalState()
Returns the original state of the crop before growing.CropGrowEvent.Post.getState()
Returns the new state of the crop after growing.Constructors in net.neoforged.neoforge.event.level.block with parameters of type BlockStateModifierConstructorDescriptionCreateFluidSourceEvent
(ServerLevel level, BlockPos pos, BlockState state) CropGrowEvent
(Level level, BlockPos pos, BlockState state) Post
(Level level, BlockPos pos, BlockState original, BlockState state) Pre
(Level level, BlockPos pos, BlockState state) -
Uses of BlockState in net.neoforged.neoforge.fluids
Methods in net.neoforged.neoforge.fluids that return BlockStateModifier and TypeMethodDescriptionprotected BlockState
BaseFlowingFluid.createLegacyBlock
(FluidState state) FluidType.getBlockForFluidState
(BlockAndTintGetter getter, BlockPos pos, FluidState state) Returns the associatedBlockState
for aFluidState
.Methods in net.neoforged.neoforge.fluids with parameters of type BlockStateModifier and TypeMethodDescriptionprotected void
BaseFlowingFluid.beforeDestroyingBlock
(LevelAccessor worldIn, BlockPos pos, BlockState state) boolean
FluidType.canHydrate
(FluidState state, BlockGetter getter, BlockPos pos, BlockState source, BlockPos sourcePos) Returns whether the block can be hydrated by a fluid.int
CauldronFluidContent.currentLevel
(BlockState state) Return the current level of the cauldron given its block state, or 0 if it's an empty cauldron.Constructors in net.neoforged.neoforge.fluids with parameters of type BlockStateModifierConstructorDescriptionInteractionInformation
(FluidInteractionRegistry.HasFluidInteraction predicate, BlockState state) Constructor which transforms the source state into a block.InteractionInformation
(FluidType type, BlockState state) Constructor which checks the surroundings fluids for a specific type and then transforms the source state into a block.Constructor parameters in net.neoforged.neoforge.fluids with type arguments of type BlockStateModifierConstructorDescriptionInteractionInformation
(FluidInteractionRegistry.HasFluidInteraction predicate, Function<FluidState, BlockState> getState) Constructor which transforms the source state into a block.InteractionInformation
(FluidType type, Function<FluidState, BlockState> getState) Constructor which checks the surroundings fluids for a specific type and then transforms the source state into a block. -
Uses of BlockState in net.neoforged.neoforge.fluids.capability.wrappers
Fields in net.neoforged.neoforge.fluids.capability.wrappers declared as BlockStateMethods in net.neoforged.neoforge.fluids.capability.wrappers with parameters of type BlockStateModifier and TypeMethodDescriptionprivate FluidStack
CauldronWrapper.drain
(BlockState state, int maxDrain, IFluidHandler.FluidAction action) private CauldronFluidContent
CauldronWrapper.getContent
(BlockState state) Constructors in net.neoforged.neoforge.fluids.capability.wrappers with parameters of type BlockState -
Uses of BlockState in net.neoforged.neoforge.registries
Fields in net.neoforged.neoforge.registries with type parameters of type BlockStateModifier and TypeFieldDescription(package private) static final NeoForgeRegistryCallbacks.BlockCallbacks.ClearableObjectIntIdentityMap
<BlockState> NeoForgeRegistryCallbacks.BlockCallbacks.BLOCKSTATE_TO_ID_MAP
(package private) static final Map
<BlockState, Holder<PoiType>> NeoForgeRegistryCallbacks.PoiTypeCallbacks.BLOCKSTATE_TO_POI_TYPE_MAP
Methods in net.neoforged.neoforge.registries that return types with arguments of type BlockStateModifier and TypeMethodDescriptionstatic IdMapper
<BlockState> GameData.getBlockStateIDMap()
static Map
<BlockState, Holder<PoiType>> GameData.getBlockStatePointOfInterestTypeMap()