Class Button

java.lang.Object
works.blazing.inven.components.Node
works.blazing.inven.components.Button

public class Button extends Node
  • Constructor Details

    • Button

      public Button(org.bukkit.inventory.ItemStack style)
      Parameters:
      style - The style of the node as an ItemStack
    • Button

      public Button(StyleBuilder style)
      Parameters:
      style - The style of the node as a StyleBuilder object
  • Method Details