net.minecraft.block

public class KelpPlantBlock

extends AbstractPlantBlock implements FluidFillable

All mapped superinterfaces:

ToggleableFeature, ItemConvertible, Fertilizable, FluidFillable

net.minecraft.world.level.block.KelpPlantBlock
net.minecraft.class_2391
net.minecraft.block.KelpPlantBlock

Field summary

Modifier and TypeField
public static final com.mojang.serialization.MapCodec<KelpPlantBlock>
CODEC
field_46379
CODEC

Constructor summary

ModifierConstructor
protected (AbstractBlock$Settings properties)

Method summary

Modifier and TypeMethod
public com.mojang.serialization.MapCodec<KelpPlantBlock>
codec()
method_53969()
getCodec()
protected AbstractPlantStemBlock
getHeadBlock()
method_24945()
getStem()
protected FluidState
getFluidState(BlockState state)
method_9545(class_2680 arg0)
getFluidState(BlockState arg0)
protected boolean
canAttachTo(BlockState state)
method_24947(class_2680 arg0)
canAttachTo(BlockState arg0)
public boolean
canPlaceLiquid(LivingEntity user, BlockGetter level, BlockPos pos, BlockState state, Fluid type)
method_10310(class_1309 arg0, class_1922 arg1, class_2338 arg2, class_2680 arg3, class_3611 arg4)
canFillWithFluid(LivingEntity arg0, BlockView arg1, BlockPos arg2, BlockState arg3, Fluid arg4)
public boolean
placeLiquid(LevelAccessor level, BlockPos pos, BlockState state, FluidState fluidState)
method_10311(class_1936 arg0, class_2338 arg1, class_2680 arg2, class_3610 arg3)
tryFillWithFluid(WorldAccess arg0, BlockPos arg1, BlockState arg2, FluidState arg3)