Package net.minecraftforge.debug.world
Class ForgeChunkManagerTest
- java.lang.Object
-
- net.minecraftforge.debug.world.ForgeChunkManagerTest
-
public class ForgeChunkManagerTest extends java.lang.Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description private static class
ForgeChunkManagerTest.ChunkLoaderBlock
-
Field Summary
Fields Modifier and Type Field Description private static DeferredRegister<Block>
BLOCKS
private static RegistryObject<Block>
CHUNK_LOADER_BLOCK
private static RegistryObject<Item>
CHUNK_LOADER_ITEM
private static DeferredRegister<Item>
ITEMS
private static org.apache.logging.log4j.Logger
LOGGER
static java.lang.String
MODID
-
Constructor Summary
Constructors Constructor Description ForgeChunkManagerTest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description private void
commonSetup(FMLCommonSetupEvent event)
-
-
-
Field Detail
-
MODID
public 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
-
CHUNK_LOADER_BLOCK
private static final RegistryObject<Block> CHUNK_LOADER_BLOCK
-
CHUNK_LOADER_ITEM
private static final RegistryObject<Item> CHUNK_LOADER_ITEM
-
-
Method Detail
-
commonSetup
private void commonSetup(FMLCommonSetupEvent event)
-
-