Package net.minecraftforge.debug.block
Class FlowerPotTest
java.lang.Object
net.minecraftforge.debug.block.FlowerPotTest
-
Field Summary
Modifier and TypeFieldDescription(package private) static String
private static DeferredRegister<Block>
static RegistryObject<FlowerPotBlock>
private static DeferredRegister<Item>
(package private) static String
static RegistryObject<FlowerPotBlock>
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic void
onItemRegister(RegistryEvent.Register<Item> event)
-
Field Details
-
MODID
- See Also:
- Constant Field Values
-
BLOCK_ID
- See Also:
- Constant Field Values
-
BLOCKS
-
ITEMS
-
EMPTY_FLOWER_POT
-
OAK_FLOWER_POT
-
-
Constructor Details
-
FlowerPotTest
public FlowerPotTest()
-
-
Method Details
-
onItemRegister
-