Class SpigotHotbarItem
java.lang.Object
com.guflimc.brick.gui.spigot.hotbar.SpigotHotbarItem
- All Implemented Interfaces:
MenuItem
-
Constructor Summary
ConstructorDescriptionSpigotHotbarItem
(org.bukkit.inventory.ItemStack handle) SpigotHotbarItem
(org.bukkit.inventory.ItemStack handle, Consumer<org.bukkit.entity.Player> consumer) SpigotHotbarItem
(org.bukkit.inventory.ItemStack handle, Consumer<org.bukkit.event.player.PlayerInteractEvent> interact, Consumer<org.bukkit.event.player.PlayerInteractEntityEvent> entityInteract, Consumer<org.bukkit.event.inventory.InventoryClickEvent> click) -
Method Summary
-
Constructor Details
-
SpigotHotbarItem
-
SpigotHotbarItem
public SpigotHotbarItem(org.bukkit.inventory.ItemStack handle, Consumer<org.bukkit.entity.Player> consumer) -
SpigotHotbarItem
public SpigotHotbarItem(org.bukkit.inventory.ItemStack handle)
-
-
Method Details