Class SafetySystemManager
java.lang.Object
zombie.characters.SafetySystemManager
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic boolean
checkUpdateDelay
(IsoGameCharacter wielder, IsoGameCharacter target) static void
clear()
static void
clearSafety
(IsoPlayer player) static float
getCooldown
(UdpConnection udpConnection) static long
static long
getSafetyTimestamp
(String string) static void
restoreSafety
(IsoPlayer player) static void
storeSafety
(IsoPlayer player) static void
-
Constructor Details
-
SafetySystemManager
public SafetySystemManager()
-
-
Method Details
-
clear
public static void clear() -
clearSafety
-
storeSafety
-
restoreSafety
-
updateOptions
public static void updateOptions() -
checkUpdateDelay
-
getSafetyTimestamp
-
getSafetyDelay
public static long getSafetyDelay() -
getCooldown
-