Anvil Update Event
To use this event use the following import:
groovy
import net.minecraftforge.event.AnvilUpdateEvent
Methods
groovy
java.lang.String getName()
groovy
net.minecraft.item.ItemStack getOutput()
groovy
net.minecraft.item.ItemStack getRight()
groovy
net.minecraft.item.ItemStack getLeft()
groovy
void setOutput(net.minecraft.item.ItemStack arg0)
groovy
void setCost(int arg0)
groovy
void setMaterialCost(int arg0)
groovy
int getCost()
groovy
int getMaterialCost()