Class NewModelLoaderTest
- java.lang.Object
-
- net.minecraftforge.debug.client.model.NewModelLoaderTest
-
public class NewModelLoaderTest extends java.lang.Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classNewModelLoaderTest.BlockStatesstatic classNewModelLoaderTest.ItemModels(package private) static classNewModelLoaderTest.TestLoader(package private) static classNewModelLoaderTest.TestModel
-
Field Summary
Fields Modifier and Type Field Description static DeferredRegister<Block>BLOCKSstatic RegistryObject<Item>custom_loaderstatic RegistryObject<Item>custom_transformsstatic RegistryObject<Item>custom_vanilla_loaderstatic RegistryObject<Item>item_layersstatic DeferredRegister<Item>ITEMSstatic java.lang.StringMODIDstatic RegistryObject<Block>obj_blockstatic RegistryObject<Item>obj_itemstatic RegistryObject<Item>separate_perspective
-
Constructor Summary
Constructors Constructor Description NewModelLoaderTest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description private voiddatagen(GatherDataEvent event)voidmodelRegistry(ModelRegistryEvent event)
-
-
-
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
-
obj_block
public static RegistryObject<Block> obj_block
-
obj_item
public static RegistryObject<Item> obj_item
-
custom_transforms
public static RegistryObject<Item> custom_transforms
-
custom_vanilla_loader
public static RegistryObject<Item> custom_vanilla_loader
-
custom_loader
public static RegistryObject<Item> custom_loader
-
item_layers
public static RegistryObject<Item> item_layers
-
separate_perspective
public static RegistryObject<Item> separate_perspective
-
-
Method Detail
-
modelRegistry
public void modelRegistry(ModelRegistryEvent event)
-
datagen
private void datagen(GatherDataEvent event)
-
-