Class DismantleManager.OutputItem

java.lang.Object
studio.magemonkey.divinity.modules.list.dismantle.DismantleManager.OutputItem
Enclosing class:
DismantleManager

public class DismantleManager.OutputItem extends Object
  • Constructor Details

    • OutputItem

      public OutputItem(@NotNull String id, double chance, @Nullable org.bukkit.inventory.ItemStack preview, @Nullable org.bukkit.inventory.ItemStack item, @NotNull List<String> cmds)
  • Method Details

    • getId

      @NotNull public String getId()
    • getChance

      public double getChance()
    • setChance

      public void setChance(double chance)
    • getPreview

      @Nullable public org.bukkit.inventory.ItemStack getPreview()
    • getItem

      @Nullable public org.bukkit.inventory.ItemStack getItem()
    • getCommands

      @NotNull public List<String> getCommands()
    • give

      public void give(@NotNull org.bukkit.entity.Player player)