net.minecraft.world.level.block

public class FlowerBedBlock

extends BushBlock implements BonemealableBlock, SegmentableBlock

All mapped superinterfaces:

FeatureElement, ItemLike, BonemealableBlock, SegmentableBlock

dox
net.minecraft.world.level.block.FlowerBedBlock
net.minecraft.class_10594
net.minecraft.block.FlowerbedBlock

Field summary

Modifier and TypeField
public static final com.mojang.serialization.MapCodec<FlowerBedBlock>
a
CODEC
field_55761
CODEC
public static final EnumProperty<Direction>
b
FACING
field_55762
HORIZONTAL_FACING
public static final IntegerProperty
c
AMOUNT
field_55763
FLOWER_AMOUNT
private final Function<BlockState, VoxelShape>
g
shapes
field_55764
shapeFunction

Constructor summary

ModifierConstructor
protected (BlockBehaviour$Properties arg0)

Method summary

Modifier and TypeMethod
public com.mojang.serialization.MapCodec<FlowerBedBlock>
a()
codec()
method_53969()
getCodec()
private Function<BlockState, VoxelShape>
q()
makeShapes()
method_66435()
createShapeFunction()
public BlockState
a(dzo arg0, dsm arg1)
rotate(BlockState arg0, Rotation arg1)
method_9598(class_2680 arg0, class_2470 arg1)
rotate(BlockState arg0, BlockRotation arg1)
public BlockState
a(dzo arg0, dqv arg1)
mirror(BlockState arg0, Mirror arg1)
method_9569(class_2680 arg0, class_2415 arg1)
mirror(BlockState arg0, BlockMirror arg1)
public boolean
a(dzo arg0, dcl arg1)
canBeReplaced(BlockState arg0, BlockPlaceContext arg1)
method_9616(class_2680 arg0, class_1750 arg1)
canReplace(BlockState arg0, ItemPlacementContext arg1)
public VoxelShape
a(dzo arg0, dhv arg1, iu arg2, feb 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)
public double
b()
getShapeHeight()
method_66433()
getHeight()
public IntegerProperty
c()
getSegmentAmountProperty()
method_66434()
getAmountProperty()
public BlockState
a(dcl arg0)
getStateForPlacement(BlockPlaceContext arg0)
method_9605(class_1750 arg0)
getPlacementState(ItemPlacementContext arg0)
protected void
a(dzp$a<dlu, dzo> 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(dis arg0, iu arg1, dzo 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(dip arg0, azt arg1, iu arg2, dzo 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(aro arg0, azt arg1, iu arg2, dzo 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)