Class TimeLockFlag
java.lang.Object
com.sk89q.worldguard.session.handler.Handler
com.sk89q.worldguard.session.handler.FlagValueChangeHandler<String>
com.sk89q.worldguard.session.handler.TimeLockFlag
-
Nested Class Summary
Nested Classes -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected boolean
onAbsentValue
(LocalPlayer player, com.sk89q.worldedit.util.Location from, com.sk89q.worldedit.util.Location to, ApplicableRegionSet toSet, String lastValue, MoveType moveType) protected void
onInitialValue
(LocalPlayer player, ApplicableRegionSet set, String value) protected boolean
onSetValue
(LocalPlayer player, com.sk89q.worldedit.util.Location from, com.sk89q.worldedit.util.Location to, ApplicableRegionSet toSet, String currentValue, String lastValue, MoveType moveType) Methods inherited from class com.sk89q.worldguard.session.handler.FlagValueChangeHandler
initialize, onClearValue, onCrossBoundary, uninitialize
Methods inherited from class com.sk89q.worldguard.session.handler.Handler
getInvincibility, getSession, testMoveTo, tick
-
Field Details
-
FACTORY
-
-
Constructor Details
-
TimeLockFlag
-
-
Method Details
-
onInitialValue
- Specified by:
onInitialValue
in classFlagValueChangeHandler<String>
-
onSetValue
protected boolean onSetValue(LocalPlayer player, com.sk89q.worldedit.util.Location from, com.sk89q.worldedit.util.Location to, ApplicableRegionSet toSet, String currentValue, String lastValue, MoveType moveType) - Specified by:
onSetValue
in classFlagValueChangeHandler<String>
-
onAbsentValue
protected boolean onAbsentValue(LocalPlayer player, com.sk89q.worldedit.util.Location from, com.sk89q.worldedit.util.Location to, ApplicableRegionSet toSet, String lastValue, MoveType moveType) - Specified by:
onAbsentValue
in classFlagValueChangeHandler<String>
-