Uses of Class
org.rspeer.game.event.InventoryEvent.Type
-
Packages that use InventoryEvent.Type Package Description org.rspeer.game.event -
-
Uses of InventoryEvent.Type in org.rspeer.game.event
Methods in org.rspeer.game.event that return InventoryEvent.Type Modifier and Type Method Description InventoryEvent.TypeInventoryEvent. getType()static InventoryEvent.TypeInventoryEvent.Type. valueOf(String name)Returns the enum constant of this type with the specified name.static InventoryEvent.Type[]InventoryEvent.Type. values()Returns an array containing the constants of this enum type, in the order they are declared.
-