Package net.minecraftforge.debug.block
Class CustomRespawnTest
- java.lang.Object
-
- net.minecraftforge.debug.block.CustomRespawnTest
-
public class CustomRespawnTest extends java.lang.Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
CustomRespawnTest.CustomRespawnBlock
-
Field Summary
Fields Modifier and Type Field Description private static DeferredRegister<Block>
BLOCKS
static boolean
ENABLE
private static DeferredRegister<Item>
ITEMS
static java.lang.String
MODID
static RegistryObject<Block>
TEST_RESPAWN_BLOCK
static RegistryObject<Item>
TEST_RESPAWN_BLOCK_ITEM
-
Constructor Summary
Constructors Constructor Description CustomRespawnTest()
-
-
-
Field Detail
-
ENABLE
public static final boolean ENABLE
- See Also:
- Constant Field Values
-
MODID
public static final java.lang.String MODID
- See Also:
- Constant Field Values
-
BLOCKS
private static final DeferredRegister<Block> BLOCKS
-
TEST_RESPAWN_BLOCK
public static final RegistryObject<Block> TEST_RESPAWN_BLOCK
-
ITEMS
private static final DeferredRegister<Item> ITEMS
-
TEST_RESPAWN_BLOCK_ITEM
public static final RegistryObject<Item> TEST_RESPAWN_BLOCK_ITEM
-
-