net.minecraft.world.level.block

public abstract class GrowingPlantHeadBlock

extends GrowingPlantBlock implements BonemealableBlock

All mapped superinterfaces:

FeatureElement, ItemLike, BonemealableBlock

dtt
net.minecraft.world.level.block.GrowingPlantHeadBlock
net.minecraft.class_4865
net.minecraft.block.AbstractPlantStemBlock

Field summary

Modifier and TypeField
public static final IntegerProperty
e
AGE
field_22509
AGE
public static final int
f
MAX_AGE
field_31100
MAX_AGE
private final double
c
growPerTickProbability
field_22510
growthChance

Constructor summary

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

Method summary

Modifier and TypeMethod
protected abstract com.mojang.serialization.MapCodec<? extends GrowingPlantHeadBlock>
a()
codec()
method_53969()
getCodec()
public BlockState
b(bck arg0)
getStateForPlacement(RandomSource arg0)
method_24948(class_5819 arg0)
getRandomGrowthState(Random arg0)
protected boolean
f(eeb arg0)
isRandomlyTicking(BlockState arg0)
method_9542(class_2680 arg0)
hasRandomTicks(BlockState arg0)
protected void
b(eeb arg0, aub arg1, jb arg2, bck arg3)
randomTick(BlockState arg0, ServerLevel arg1, BlockPos arg2, RandomSource arg3)
method_9514(class_2680 arg0, class_3218 arg1, class_2338 arg2, class_5819 arg3)
randomTick(BlockState arg0, ServerWorld arg1, BlockPos arg2, Random arg3)
protected BlockState
a(eeb arg0, bck arg1)
getGrowIntoState(BlockState arg0, RandomSource arg1)
method_33626(class_2680 arg0, class_5819 arg1)
age(BlockState state, Random random)
public BlockState
p(eeb arg0)
getMaxAgeState(BlockState arg0)
method_38232(class_2680 arg0)
withMaxAge(BlockState state)
public boolean
q(eeb arg0)
isMaxAge(BlockState arg0)
method_38233(class_2680 arg0)
hasMaxAge(BlockState state)
protected BlockState
a(eeb arg0, eeb arg1)
updateBodyAfterConvertedFromHead(BlockState arg0, BlockState arg1)
method_33625(class_2680 arg0, class_2680 arg1)
copyState(BlockState from, BlockState to)
protected BlockState
a(eeb arg0, dmx arg1, dnj arg2, jb arg3, jh arg4, jb arg5, eeb arg6, bck arg7)
updateShape(BlockState arg0, LevelReader arg1, ScheduledTickAccess arg2, BlockPos arg3, Direction arg4, BlockPos arg5, BlockState arg6, RandomSource arg7)
method_9559(class_2680 arg0, class_4538 arg1, class_10225 arg2, class_2338 arg3, class_2350 arg4, class_2338 arg5, class_2680 arg6, class_5819 arg7)
getStateForNeighborUpdate(BlockState arg0, WorldView arg1, ScheduledTickView arg2, BlockPos arg3, Direction arg4, BlockPos arg5, BlockState arg6, Random arg7)
protected void
a(eec$a<dpz, eeb> arg0)
createBlockStateDefinition(StateDefinition$Builder<Block, BlockState> arg0)
method_9515(class_2689$class_2690<class_2248, class_2680> arg0)
appendProperties(StateManager$Builder<Block, BlockState> arg0)
public boolean
a(dmx arg0, jb arg1, eeb arg2)
isValidBonemealTarget(LevelReader arg0, BlockPos arg1, BlockState arg2)
method_9651(class_4538 arg0, class_2338 arg1, class_2680 arg2)
isFertilizable(WorldView arg0, BlockPos arg1, BlockState arg2)
public boolean
a(dmu arg0, bck arg1, jb arg2, eeb arg3)
isBonemealSuccess(Level arg0, RandomSource arg1, BlockPos arg2, BlockState arg3)
method_9650(class_1937 arg0, class_5819 arg1, class_2338 arg2, class_2680 arg3)
canGrow(World arg0, Random arg1, BlockPos arg2, BlockState arg3)
public void
a(aub arg0, bck arg1, jb arg2, eeb arg3)
performBonemeal(ServerLevel arg0, RandomSource arg1, BlockPos arg2, BlockState arg3)
method_9652(class_3218 arg0, class_5819 arg1, class_2338 arg2, class_2680 arg3)
grow(ServerWorld arg0, Random arg1, BlockPos arg2, BlockState arg3)
protected abstract int
a(bck arg0)
getBlocksToGrowWhenBonemealed(RandomSource arg0)
method_26376(class_5819 arg0)
getGrowthLength(Random random)
protected abstract boolean
h(eeb arg0)
canGrowInto(BlockState arg0)
method_24949(class_2680 arg0)
chooseStemState(BlockState state)
protected GrowingPlantHeadBlock
c()
getHeadBlock()
method_24945()
getStem()