Class SkyBlockMenu
java.lang.Object
net.swofty.item.items.miscellaneous.SkyBlockMenu
- All Implemented Interfaces:
CustomSkyBlockItem
,Interactable
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetAbsoluteLore
(SkyBlockPlayer player, SkyBlockItem item) getAbsoluteName
(SkyBlockPlayer player, SkyBlockItem item) boolean
onInventoryInteract
(SkyBlockPlayer player, SkyBlockItem item) void
onLeftInteract
(SkyBlockPlayer player, SkyBlockItem item) void
onRightInteract
(SkyBlockPlayer player, SkyBlockItem item) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface net.swofty.item.impl.CustomSkyBlockItem
getLore
-
Constructor Details
-
SkyBlockMenu
public SkyBlockMenu()
-
-
Method Details
-
getStatistics
- Specified by:
getStatistics
in interfaceCustomSkyBlockItem
-
getAbsoluteLore
- Specified by:
getAbsoluteLore
in interfaceCustomSkyBlockItem
-
getAbsoluteName
- Specified by:
getAbsoluteName
in interfaceCustomSkyBlockItem
-
onRightInteract
- Specified by:
onRightInteract
in interfaceInteractable
-
onLeftInteract
- Specified by:
onLeftInteract
in interfaceInteractable
-
onInventoryInteract
- Specified by:
onInventoryInteract
in interfaceInteractable
- Parameters:
player
- The player who interacted with the itemitem
- The item that was interacted with- Returns:
- Whether or not to cancel the event
-