Class MultiLayerModelTest.Registration
- java.lang.Object
-
- net.minecraftforge.debug.client.model.MultiLayerModelTest.Registration
-
- Enclosing class:
- MultiLayerModelTest
public static class MultiLayerModelTest.Registration extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description Registration()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static void
clientSetup(FMLClientSetupEvent event)
static void
registerBlocks(RegistryEvent.Register<Block> event)
static void
registerItems(RegistryEvent.Register<Item> event)
-
-
-
Method Detail
-
registerBlocks
public static void registerBlocks(RegistryEvent.Register<Block> event)
-
registerItems
public static void registerItems(RegistryEvent.Register<Item> event)
-
clientSetup
public static void clientSetup(FMLClientSetupEvent event)
-
-