Uses of Enum Class
nl.mtvehicles.core.infrastructure.enums.InventoryTitle
Package
Description
Interfaces for API events
API inventory events
Custom enums used in the plugin
-
Uses of InventoryTitle in nl.mtvehicles.core.events.interfaces
Modifier and TypeMethodDescriptionHasInventory.getTitle()
Get the title of the inventory player has clicked in -
Uses of InventoryTitle in nl.mtvehicles.core.events.inventory
Modifier and TypeMethodDescriptionInventoryClickEvent.getTitle()
InventoryCloseEvent.getTitle()
JerryCanMenuOpen.getTitle()
RestoreMenuOpenEvent.getTitle()
VehicleMenuOpenEvent.getTitle()
ModifierConstructorDescriptionInventoryClickEvent(InventoryTitle title)
Default constructor with the event-inventory's titleInventoryCloseEvent(InventoryTitle title)
Default constructor with the event-inventory's title -
Uses of InventoryTitle in nl.mtvehicles.core.infrastructure.enums
Modifier and TypeMethodDescriptionstatic InventoryTitle
InventoryTitle.getByStringTitle(String stringTitle)
Get this enum from the string title displayed on top of an inventorystatic InventoryTitle
Returns the enum constant of this class with the specified name.static InventoryTitle[]
InventoryTitle.values()
Returns an array containing the constants of this enum class, in the order they are declared.