public class NewModelLoaderTest
extends java.lang.Object
Modifier and Type | Class and Description |
---|---|
(package private) static class |
NewModelLoaderTest.TestLoader |
(package private) static class |
NewModelLoaderTest.TestModel |
Modifier and Type | Field and 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 |
Constructor and Description |
---|
NewModelLoaderTest() |
Modifier and Type | Method and Description |
---|---|
void |
clientSetup(FMLClientSetupEvent event) |
public static final java.lang.String MODID
public static final DeferredRegister<Block> BLOCKS
public static final DeferredRegister<Item> ITEMS
public static RegistryObject<Block> obj_block
public static RegistryObject<Item> obj_item
public static RegistryObject<Item> custom_transforms
public static RegistryObject<Item> custom_vanilla_loader
public static RegistryObject<Item> custom_loader
public static RegistryObject<Item> item_layers
public void clientSetup(FMLClientSetupEvent event)