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 class
NewModelLoaderTest.BlockStates
static class
NewModelLoaderTest.ItemModels
(package private) static class
NewModelLoaderTest.TestLoader
(package private) static class
NewModelLoaderTest.TestModel
-
Field Summary
Fields Modifier and Type Field Description static DeferredRegister<Block>
BLOCKS
static RegistryObject<Item>
custom_loader
static RegistryObject<Item>
custom_transforms
static RegistryObject<Item>
custom_vanilla_loader
static RegistryObject<Item>
item_layers
static DeferredRegister<Item>
ITEMS
static java.lang.String
MODID
static RegistryObject<Block>
obj_block
static RegistryObject<Item>
obj_item
static RegistryObject<Item>
separate_perspective
-
Constructor Summary
Constructors Constructor Description NewModelLoaderTest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description private void
datagen(GatherDataEvent event)
void
modelRegistry(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)
-
-