Class HealFlag
java.lang.Object
com.sk89q.worldguard.session.handler.Handler
com.sk89q.worldguard.session.handler.HealFlag
-
Nested Class Summary
Nested Classes -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
tick
(LocalPlayer player, ApplicableRegionSet set) Called periodically (at least once every second) bySessionManager
in the server's main thread.Methods inherited from class com.sk89q.worldguard.session.handler.Handler
getInvincibility, getSession, initialize, onCrossBoundary, testMoveTo, uninitialize
-
Field Details
-
FACTORY
-
-
Constructor Details
-
HealFlag
-
-
Method Details
-
tick
Description copied from class:Handler
Called periodically (at least once every second) bySessionManager
in the server's main thread.
-