Uses of Class
net.minecraft.world.level.block.FlowerPotBlock
Packages that use FlowerPotBlock
-
Uses of FlowerPotBlock in net.minecraft.world.level.block
Fields in net.minecraft.world.level.block with type parameters of type FlowerPotBlockModifier and TypeFieldDescriptionstatic final com.mojang.serialization.MapCodec
<FlowerPotBlock> FlowerPotBlock.CODEC
private final Supplier
<FlowerPotBlock> FlowerPotBlock.emptyPot
Methods in net.minecraft.world.level.block that return FlowerPotBlockMethods in net.minecraft.world.level.block that return types with arguments of type FlowerPotBlockModifier and TypeMethodDescriptioncom.mojang.serialization.MapCodec
<FlowerPotBlock> FlowerPotBlock.codec()
Constructor parameters in net.minecraft.world.level.block with type arguments of type FlowerPotBlockModifierConstructorDescriptionFlowerPotBlock
(Supplier<FlowerPotBlock> emptyPot, Supplier<? extends Block> p_53528_, BlockBehaviour.Properties properties) For mod use, eliminates the need to extend this class, and prevents modded flower pots from altering vanilla behavior. -
Uses of FlowerPotBlock in net.neoforged.neoforge.oldtest.block
Fields in net.neoforged.neoforge.oldtest.block with type parameters of type FlowerPotBlockModifier and TypeFieldDescriptionstatic final DeferredBlock
<FlowerPotBlock> FlowerPotTest.EMPTY_FLOWER_POT
static final DeferredBlock
<FlowerPotBlock> FlowerPotTest.OAK_FLOWER_POT