public class CustomPlantTypeTest
extends java.lang.Object
Modifier and Type | Class and Description |
---|---|
static class |
CustomPlantTypeTest.CustomBlock |
static class |
CustomPlantTypeTest.CustomPlantBlock |
Modifier and Type | Field and Description |
---|---|
static Block |
CUSTOM_PLANT |
private static java.lang.String |
CUSTOM_PLANT_BLOCK |
static Block |
CUSTOM_SOIL |
private static java.lang.String |
CUSTOM_SOIL_BLOCK |
(package private) static java.lang.String |
MODID |
Constructor and Description |
---|
CustomPlantTypeTest() |
Modifier and Type | Method and Description |
---|---|
static void |
registerBlocks(RegistryEvent.Register<Block> event) |
static void |
registerItems(RegistryEvent.Register<Item> event) |
static final java.lang.String MODID
private static final java.lang.String CUSTOM_SOIL_BLOCK
private static final java.lang.String CUSTOM_PLANT_BLOCK
public static Block CUSTOM_SOIL
public static Block CUSTOM_PLANT
public static void registerBlocks(RegistryEvent.Register<Block> event)
public static void registerItems(RegistryEvent.Register<Item> event)