Uses of Enum Class
nl.mtvehicles.core.infrastructure.enums.InventoryTitle
Packages that use 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
Methods in nl.mtvehicles.core.events.interfaces that return InventoryTitleModifier and TypeMethodDescriptionHasInventory.getTitle()Get the title of the inventory player has clicked in -
Uses of InventoryTitle in nl.mtvehicles.core.events.inventory
Methods in nl.mtvehicles.core.events.inventory that return InventoryTitleModifier and TypeMethodDescriptionInventoryClickEvent.getTitle()InventoryCloseEvent.getTitle()JerryCanMenuOpen.getTitle()RestoreMenuOpenEvent.getTitle()VehicleMenuOpenEvent.getTitle()Constructors in nl.mtvehicles.core.events.inventory with parameters of type InventoryTitleModifierConstructorDescriptionDefault constructor with the event-inventory's titleDefault constructor with the event-inventory's title -
Uses of InventoryTitle in nl.mtvehicles.core.infrastructure.enums
Methods in nl.mtvehicles.core.infrastructure.enums that return InventoryTitleModifier and TypeMethodDescriptionstatic InventoryTitleInventoryTitle.getByStringTitle(String stringTitle) Get this enum from the string title displayed on top of an inventorystatic InventoryTitleReturns 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.