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 classDeferredRegistryTest.Custom
-
Field Summary
Fields Modifier and Type Field Description private static RegistryObject<Block>BLOCKprivate static DeferredRegister<Block>BLOCKSprivate static RegistryObject<DeferredRegistryTest.Custom>CUSTOMprivate static java.util.function.Supplier<IForgeRegistry<DeferredRegistryTest.Custom>>CUSTOM_REGprivate static DeferredRegister<DeferredRegistryTest.Custom>CUSTOMSprivate static RegistryObject<Item>ITEMprivate static DeferredRegister<Item>ITEMSprivate static org.apache.logging.log4j.LoggerLOGGER(package private) static java.lang.StringMODID
-
Constructor Summary
Constructors Constructor Description DeferredRegistryTest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidgatherData(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)
-
-