Class PlayerEvent.ItemCraftedEvent

java.lang.Object
net.minecraftforge.eventbus.api.Event
Enclosing class:
PlayerEvent

public static class PlayerEvent.ItemCraftedEvent extends PlayerEvent
  • Field Details

    • crafting

      @NotNull private final @NotNull ItemStack crafting
    • craftMatrix

      private final Container craftMatrix
  • Constructor Details

    • ItemCraftedEvent

      public ItemCraftedEvent(Player player, @NotNull @NotNull ItemStack crafting, Container craftMatrix)
  • Method Details

    • getCrafting

      @NotNull public @NotNull ItemStack getCrafting()
    • getInventory

      public Container getInventory()