public class DeferredRegistryTest
extends java.lang.Object
Modifier and Type | Class and Description |
---|---|
static class |
DeferredRegistryTest.Custom |
Modifier and Type | Field and Description |
---|---|
private static RegistryObject<Block> |
BLOCK |
private static DeferredRegister<Block> |
BLOCKS |
private static RegistryObject<DeferredRegistryTest.Custom> |
CUSTOM |
private static java.util.function.Supplier<IForgeRegistry<DeferredRegistryTest.Custom>> |
CUSTOM_REG |
private static DeferredRegister<DeferredRegistryTest.Custom> |
CUSTOMS |
private static RegistryObject<Item> |
ITEM |
private static DeferredRegister<Item> |
ITEMS |
private static org.apache.logging.log4j.Logger |
LOGGER |
(package private) static java.lang.String |
MODID |
Constructor and Description |
---|
DeferredRegistryTest() |
Modifier and Type | Method and Description |
---|---|
void |
gatherData(GatherDataEvent event) |
static final java.lang.String MODID
private static final org.apache.logging.log4j.Logger LOGGER
private static final DeferredRegister<Block> BLOCKS
private static final DeferredRegister<Item> ITEMS
private static final DeferredRegister<DeferredRegistryTest.Custom> CUSTOMS
private static final RegistryObject<Block> BLOCK
private static final RegistryObject<Item> ITEM
private static final RegistryObject<DeferredRegistryTest.Custom> CUSTOM
private static final java.util.function.Supplier<IForgeRegistry<DeferredRegistryTest.Custom>> CUSTOM_REG
public void gatherData(GatherDataEvent event)