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) booleanonInventoryInteract(SkyBlockPlayer player, SkyBlockItem item) voidonLeftInteract(SkyBlockPlayer player, SkyBlockItem item) voidonRightInteract(SkyBlockPlayer player, SkyBlockItem item) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface net.swofty.item.impl.CustomSkyBlockItem
getLore
-
Constructor Details
-
SkyBlockMenu
public SkyBlockMenu()
-
-
Method Details
-
getStatistics
- Specified by:
getStatisticsin interfaceCustomSkyBlockItem
-
getAbsoluteLore
- Specified by:
getAbsoluteLorein interfaceCustomSkyBlockItem
-
getAbsoluteName
- Specified by:
getAbsoluteNamein interfaceCustomSkyBlockItem
-
onRightInteract
- Specified by:
onRightInteractin interfaceInteractable
-
onLeftInteract
- Specified by:
onLeftInteractin interfaceInteractable
-
onInventoryInteract
- Specified by:
onInventoryInteractin interfaceInteractable- Parameters:
player- The player who interacted with the itemitem- The item that was interacted with- Returns:
- Whether or not to cancel the event
-