Uses of Enum Class
nl.minetopiasdb.api.enums.ATMOpenType
Packages that use ATMOpenType
Package
Description
Package that contains the API methods for banking
Package that contains the enums used in MinetopiaSDB
Package that contains all of the player related MinetopiaSDB v2 events
-
Uses of ATMOpenType in nl.minetopiasdb.api.banking
Methods in nl.minetopiasdb.api.banking with parameters of type ATMOpenTypeModifier and TypeMethodDescriptionstatic voidSelectorGUI.openSelectionMenu(org.bukkit.entity.Player player, org.bukkit.OfflinePlayer target, ATMOpenType reason) Open the bank account selection menu -
Uses of ATMOpenType in nl.minetopiasdb.api.enums
Subclasses with type arguments of type ATMOpenType in nl.minetopiasdb.api.enumsMethods in nl.minetopiasdb.api.enums that return ATMOpenTypeModifier and TypeMethodDescriptionstatic ATMOpenTypeReturns the enum constant of this class with the specified name.static ATMOpenType[]ATMOpenType.values()Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of ATMOpenType in nl.minetopiasdb.api.events.player
Methods in nl.minetopiasdb.api.events.player that return ATMOpenTypeConstructors in nl.minetopiasdb.api.events.player with parameters of type ATMOpenTypeModifierConstructorDescriptionATMOpenEvent(org.bukkit.entity.Player player, org.bukkit.OfflinePlayer openedFor, ATMOpenType openType)