Package net.minecraftforge.debug
Class DeferredRegistryTest
java.lang.Object
net.minecraftforge.debug.DeferredRegistryTest
-
Nested Class Summary
-
Field Summary
Modifier and TypeFieldDescriptionprivate static RegistryObject<Block>
private static DeferredRegister<Block>
private static RegistryObject<DeferredRegistryTest.Custom>
private static Supplier<IForgeRegistry<DeferredRegistryTest.Custom>>
private static DeferredRegister<DeferredRegistryTest.Custom>
private static RegistryObject<Item>
private static DeferredRegister<Item>
private static org.apache.logging.log4j.Logger
(package private) static String
-
Constructor Summary
-
Method Summary
-
Field Details
-
MODID
- See Also:
- Constant Field Values
-
LOGGER
private static final org.apache.logging.log4j.Logger LOGGER -
BLOCKS
-
ITEMS
-
CUSTOMS
-
BLOCK
-
ITEM
-
CUSTOM
-
CUSTOM_REG
-
-
Constructor Details
-
DeferredRegistryTest
public DeferredRegistryTest()
-
-
Method Details
-
gatherData
-