public class FlowerPotTest
extends java.lang.Object
Modifier and Type | Field and 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 and Description |
---|
FlowerPotTest() |
Modifier and Type | Method and Description |
---|---|
static void |
onItemRegister(RegistryEvent.Register<Item> event) |
static final java.lang.String MODID
static final java.lang.String BLOCK_ID
private static final DeferredRegister<Block> BLOCKS
private static final DeferredRegister<Item> ITEMS
public static final RegistryObject<FlowerPotBlock> EMPTY_FLOWER_POT
public static final RegistryObject<FlowerPotBlock> OAK_FLOWER_POT
public static void onItemRegister(RegistryEvent.Register<Item> event)