Package net.minecraftforge.debug.block
Class FlowerPotTest
- java.lang.Object
-
- net.minecraftforge.debug.block.FlowerPotTest
-
public class FlowerPotTest extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description (package private) static java.lang.String
BLOCK_ID
private static DeferredRegister<Block>
BLOCKS
static RegistryObject<FlowerPotBlock>
EMPTY_FLOWER_POT
private static DeferredRegister<Item>
ITEMS
(package private) static java.lang.String
MODID
static RegistryObject<FlowerPotBlock>
OAK_FLOWER_POT
-
Constructor Summary
Constructors Constructor Description FlowerPotTest()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static void
onItemRegister(RegistryEvent.Register<Item> event)
-
-
-
Field Detail
-
MODID
static final java.lang.String MODID
- See Also:
- Constant Field Values
-
BLOCK_ID
static final java.lang.String BLOCK_ID
- See Also:
- Constant Field Values
-
BLOCKS
private static final DeferredRegister<Block> BLOCKS
-
ITEMS
private static final DeferredRegister<Item> ITEMS
-
EMPTY_FLOWER_POT
public static final RegistryObject<FlowerPotBlock> EMPTY_FLOWER_POT
-
OAK_FLOWER_POT
public static final RegistryObject<FlowerPotBlock> OAK_FLOWER_POT
-
-
Method Detail
-
onItemRegister
public static void onItemRegister(RegistryEvent.Register<Item> event)
-
-