Package net.minecraftforge.debug
Class DeferredRegistryTest
- java.lang.Object
-
- net.minecraftforge.debug.DeferredRegistryTest
-
public class DeferredRegistryTest extends java.lang.Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
DeferredRegistryTest.Custom
-
Field Summary
Fields Modifier and Type Field 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 Summary
Constructors Constructor Description DeferredRegistryTest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
gatherData(GatherDataEvent event)
-
-
-
Field Detail
-
MODID
static final java.lang.String MODID
- See Also:
- Constant Field Values
-
LOGGER
private static final org.apache.logging.log4j.Logger LOGGER
-
BLOCKS
private static final DeferredRegister<Block> BLOCKS
-
ITEMS
private static final DeferredRegister<Item> ITEMS
-
CUSTOMS
private static final DeferredRegister<DeferredRegistryTest.Custom> CUSTOMS
-
BLOCK
private static final RegistryObject<Block> BLOCK
-
ITEM
private static final RegistryObject<Item> ITEM
-
CUSTOM
private static final RegistryObject<DeferredRegistryTest.Custom> CUSTOM
-
CUSTOM_REG
private static final java.util.function.Supplier<IForgeRegistry<DeferredRegistryTest.Custom>> CUSTOM_REG
-
-
Method Detail
-
gatherData
public void gatherData(GatherDataEvent event)
-
-