Class InfuserEvent.CreateItem

java.lang.Object
net.neoforged.bus.api.Event
com.pixelmonmod.pixelmon.api.events.blocks.InfuserEvent
com.pixelmonmod.pixelmon.api.events.blocks.InfuserEvent.CreateItem
Direct Known Subclasses:
InfuserEvent.CreateItem.Post, InfuserEvent.CreateItem.Pre
Enclosing class:
InfuserEvent

public static class InfuserEvent.CreateItem extends InfuserEvent
An events that occurs when the Infuser is about to finish infusing.
  • Field Details

    • recipe

      protected InfuserRecipe recipe
    • recipeOutput

      protected net.minecraft.world.item.ItemStack recipeOutput
  • Constructor Details

  • Method Details

    • getRecipe

      public InfuserRecipe getRecipe()
    • getRecipeOutput

      public net.minecraft.world.item.ItemStack getRecipeOutput()
      Gets the output of the recipe, not the ItemStack in the output slot.