public interface IUnificationHandler
You can register this handler with IResourceRegistry.registerUnificationHandler(String, IUnificationHandler)
and get all handlers of a resource with IResourceRegistry.getUnificationHandlers(String).
| Modifier and Type | Method and Description |
|---|---|
void |
onUnifyItem(net.minecraft.item.ItemStack oldStack,
net.minecraft.item.ItemStack newStack,
IProduct product) |
void onUnifyItem(net.minecraft.item.ItemStack oldStack,
net.minecraft.item.ItemStack newStack,
IProduct product)