net.minecraft.world.level.block

public abstract class GrowingPlantBlock

extends Block

All mapped superinterfaces:

FeatureElement, ItemLike

doa
net.minecraft.world.level.block.GrowingPlantBlock
net.minecraft.class_4863
net.minecraft.block.AbstractPlantPartBlock
net.minecraft.world.level.block.BlockGrowingAbstract

Field summary

Modifier and TypeField
protected final Direction
a
growthDirection
field_22507
growthDirection
protected final boolean
b
scheduleFluidTicks
field_22508
tickWater
protected final VoxelShape
d
shape
field_23080
outlineShape

Constructor summary

ModifierConstructor
protected (BlockBehaviour$Properties settings, Direction growthDirection, VoxelShape outlineShape, boolean tickWater)

Method summary

Modifier and TypeMethod
protected abstract com.mojang.serialization.MapCodec<? extends GrowingPlantBlock>
a()
codec()
method_53969()
getCodec()
public BlockState
a(dbg arg0)
getStateForPlacement(BlockPlaceContext arg0)
method_9605(class_1750 arg0)
getPlacementState(ItemPlacementContext arg0)
public BlockState
b(bam arg0)
getStateForPlacement(RandomSource arg0)
method_24948(class_5819 arg0)
getRandomGrowthState(Random random)
protected boolean
a(dxv arg0, dhl arg1, jh arg2)
canSurvive(BlockState arg0, LevelReader arg1, BlockPos arg2)
method_9558(class_2680 arg0, class_4538 arg1, class_2338 arg2)
canPlaceAt(BlockState arg0, WorldView arg1, BlockPos arg2)
protected void
a(dxv arg0, ash arg1, jh arg2, bam arg3)
tick(BlockState arg0, ServerLevel arg1, BlockPos arg2, RandomSource arg3)
method_9588(class_2680 arg0, class_3218 arg1, class_2338 arg2, class_5819 arg3)
scheduledTick(BlockState arg0, ServerWorld arg1, BlockPos arg2, Random arg3)
protected boolean
o(dxv arg0)
canAttachTo(BlockState arg0)
method_24947(class_2680 arg0)
canAttachTo(BlockState state)
protected VoxelShape
a(dxv arg0, dgn arg1, jh arg2, fcd arg3)
getShape(BlockState arg0, BlockGetter arg1, BlockPos arg2, CollisionContext arg3)
method_9530(class_2680 arg0, class_1922 arg1, class_2338 arg2, class_3726 arg3)
getOutlineShape(BlockState arg0, BlockView arg1, BlockPos arg2, ShapeContext arg3)
protected abstract GrowingPlantHeadBlock
c()
getHeadBlock()
method_24945()
getStem()
protected abstract Block
b()
getBodyBlock()
method_24946()
getPlant()