Class PlayerDismantleItemEvent

java.lang.Object
org.bukkit.event.Event
studio.magemonkey.codex.api.events.IEvent
studio.magemonkey.divinity.modules.list.dismantle.event.PlayerDismantleItemEvent

public class PlayerDismantleItemEvent extends studio.magemonkey.codex.api.events.IEvent
  • Nested Class Summary

    Nested classes/interfaces inherited from class org.bukkit.event.Event

    org.bukkit.event.Event.Result
  • Field Summary

    Fields inherited from class studio.magemonkey.codex.api.events.IEvent

    handlers
  • Constructor Summary

    Constructors
    Constructor
    Description
    PlayerDismantleItemEvent(org.bukkit.entity.Player player, double cost, Map<org.bukkit.inventory.ItemStack,DismantleManager.OutputContainer> result)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    double
     
    org.bukkit.entity.Player
     
    Map<org.bukkit.inventory.ItemStack,DismantleManager.OutputContainer>
     

    Methods inherited from class studio.magemonkey.codex.api.events.IEvent

    getHandlerList, getHandlers

    Methods inherited from class org.bukkit.event.Event

    getEventName, isAsynchronous

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • PlayerDismantleItemEvent

      public PlayerDismantleItemEvent(@NotNull org.bukkit.entity.Player player, double cost, @NotNull Map<org.bukkit.inventory.ItemStack,DismantleManager.OutputContainer> result)
  • Method Details

    • getCost

      public double getCost()
    • getPlayer

      @NotNull public org.bukkit.entity.Player getPlayer()
    • getResult

      @NotNull public Map<org.bukkit.inventory.ItemStack,DismantleManager.OutputContainer> getResult()