Modifier and Type | Method and Description |
---|---|
void |
ForgeMod.registerRecipeSerialziers(RegistryEvent.Register<IRecipeSerializer<?>> event) |
Modifier and Type | Method and Description |
---|---|
static void |
FlowerPotTest.onItemRegister(RegistryEvent.Register<Item> event) |
static void |
CustomPlantTypeTest.registerBlocks(RegistryEvent.Register<Block> event) |
static void |
StickyBlockTest.registerBlocks(RegistryEvent.Register<Block> event) |
static void |
SlipperinessTest.registerBlocks(RegistryEvent.Register<Block> e) |
static void |
CustomPlantTypeTest.registerItems(RegistryEvent.Register<Item> event) |
static void |
StickyBlockTest.registerItems(RegistryEvent.Register<Item> event) |
static void |
SlipperinessTest.registerItems(RegistryEvent.Register<Item> e) |
Modifier and Type | Method and Description |
---|---|
static void |
MultiLayerModelTest.Registration.registerBlocks(RegistryEvent.Register<Block> event) |
static void |
MultiLayerModelTest.Registration.registerItems(RegistryEvent.Register<Item> event) |
Modifier and Type | Method and Description |
---|---|
void |
GravityAttributeTest.registerItems(RegistryEvent.Register<Item> event) |
Modifier and Type | Method and Description |
---|---|
static void |
GlobalLootModifiersTest.EventHandlers.registerEnchantments(RegistryEvent.Register<Enchantment> event) |
static void |
GlobalLootModifiersTest.EventHandlers.registerModifierSerializers(RegistryEvent.Register<GlobalLootModifierSerializer<?>> event) |
Modifier and Type | Method and Description |
---|---|
private void |
ContainerTypeTest.registerContainers(RegistryEvent.Register<ContainerType<?>> event) |
Modifier and Type | Method and Description |
---|---|
(package private) RegistryEvent.Register<V> |
ForgeRegistry.getRegisterEvent(ResourceLocation name) |
Modifier and Type | Method and Description |
---|---|
private void |
DeferredRegister.addEntries(RegistryEvent.Register<?> event) |