Class CompositeModelTest
- java.lang.Object
-
- net.minecraftforge.debug.client.model.CompositeModelTest
-
public class CompositeModelTest extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description static DeferredRegister<Block>
BLOCKS
static RegistryObject<Block>
composite_block
static RegistryObject<Item>
composite_item
static DeferredRegister<Item>
ITEMS
static java.lang.String
MODID
-
Constructor Summary
Constructors Constructor Description CompositeModelTest()
-
-
-
Field Detail
-
MODID
public static final java.lang.String MODID
- See Also:
- Constant Field Values
-
BLOCKS
public static final DeferredRegister<Block> BLOCKS
-
ITEMS
public static final DeferredRegister<Item> ITEMS
-
composite_block
public static RegistryObject<Block> composite_block
-
composite_item
public static RegistryObject<Item> composite_item
-
-