Package nl.minetopiasdb.api.banking
Class PinConsoleManager
java.lang.Object
nl.minetopiasdb.api.banking.PinConsoleManager
Management class for pinconsoles
-
Nested Class Summary
Modifier and TypeClassDescriptionstatic enum
Pin progress enum.static class
Pin progress object -
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic PinConsoleManager
Get the PinProgress map.getProgressEntryForTarget
(UUID target) Get the pin progress entry for this target player.
-
Constructor Details
-
PinConsoleManager
public PinConsoleManager()
-
-
Method Details
-
getInstance
-
getPinProgressMap
Get the PinProgress map.- Returns:
- pin progress map
-
getProgressEntryForTarget
Get the pin progress entry for this target player.- Parameters:
target
- player that needs to pay a pin transaction- Returns:
- entry (or null when this player doesn't need to pay any transaction)
-