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>BLOCKSstatic RegistryObject<Block>composite_blockstatic RegistryObject<Item>composite_itemstatic DeferredRegister<Item>ITEMSstatic java.lang.StringMODID
-
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
-
-