Uses of Enum Class
dev.twilite.game.facade.BankLocation
Packages that use BankLocation
-
Uses of BankLocation in dev.twilite.game.facade
Methods in dev.twilite.game.facade that return BankLocationModifier and TypeMethodDescriptionstatic BankLocationReturns the enum constant of this class with the specified name.static BankLocation[]BankLocation.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in dev.twilite.game.facade that return types with arguments of type BankLocationModifier and TypeMethodDescriptionstatic List<BankLocation> BankLocation.allUnlocked()Returns all currently unlocked bank locations.static Optional<BankLocation> Returns the nearest unlocked withdrawable bank location by flat x/y tile distance.static Optional<BankLocation> Returns the nearest unlocked withdrawable bank location by flat x/y tile distance.Methods in dev.twilite.game.facade with parameters of type BankLocationModifier and TypeMethodDescriptionstatic voidBank.open(BankLocation location) Walks to and opens a specific bank location.static voidBank.open(BankLocation location, boolean force) Opens a specific bank location.