| Package | Description |
|---|---|
| net.minecraft.block | |
| net.minecraftforge.debug.block |
| Modifier and Type | Field and Description |
|---|---|
private java.util.function.Supplier<FlowerPotBlock> |
FlowerPotBlock.emptyPot |
| Modifier and Type | Method and Description |
|---|---|
FlowerPotBlock |
FlowerPotBlock.getEmptyPot() |
| Constructor and Description |
|---|
FlowerPotBlock(java.util.function.Supplier<FlowerPotBlock> emptyPot,
java.util.function.Supplier<? extends Block> p_i48395_1_,
Block.Properties properties)
For mod use, eliminates the need to extend this class, and prevents modded
flower pots from altering vanilla behavior.
|
| Modifier and Type | Field and Description |
|---|---|
static RegistryObject<FlowerPotBlock> |
FlowerPotTest.EMPTY_FLOWER_POT |
static RegistryObject<FlowerPotBlock> |
FlowerPotTest.OAK_FLOWER_POT |