Uses of Class
net.minecraft.block.FlowerPotBlock
-
Packages that use FlowerPotBlock Package Description net.minecraft.block net.minecraftforge.debug.block -
-
Uses of FlowerPotBlock in net.minecraft.block
Fields in net.minecraft.block with type parameters of type FlowerPotBlock Modifier and Type Field Description private java.util.function.Supplier<FlowerPotBlock>
FlowerPotBlock. emptyPot
Methods in net.minecraft.block that return FlowerPotBlock Modifier and Type Method Description FlowerPotBlock
FlowerPotBlock. getEmptyPot()
Constructor parameters in net.minecraft.block with type arguments of type FlowerPotBlock Constructor Description FlowerPotBlock(java.util.function.Supplier<FlowerPotBlock> emptyPot, java.util.function.Supplier<? extends Block> p_i48395_1_, AbstractBlock.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.minecraftforge.debug.block
Fields in net.minecraftforge.debug.block with type parameters of type FlowerPotBlock Modifier and Type Field Description static RegistryObject<FlowerPotBlock>
FlowerPotTest. EMPTY_FLOWER_POT
static RegistryObject<FlowerPotBlock>
FlowerPotTest. OAK_FLOWER_POT
-