Package dev.espi.protectionstones.flags
Class GreetingFlagHandler
java.lang.Object
com.sk89q.worldguard.session.handler.Handler
com.sk89q.worldguard.session.handler.FlagValueChangeHandler<String>
dev.espi.protectionstones.flags.GreetingFlagHandler
public class GreetingFlagHandler
extends com.sk89q.worldguard.session.handler.FlagValueChangeHandler<String>
-
Nested Class Summary
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionprotected boolean
onAbsentValue(com.sk89q.worldguard.LocalPlayer localPlayer, com.sk89q.worldedit.util.Location location, com.sk89q.worldedit.util.Location location1, com.sk89q.worldguard.protection.ApplicableRegionSet applicableRegionSet, String lastValue, com.sk89q.worldguard.session.MoveType moveType)
protected void
onInitialValue(com.sk89q.worldguard.LocalPlayer localPlayer, com.sk89q.worldguard.protection.ApplicableRegionSet applicableRegionSet, String s)
protected boolean
onSetValue(com.sk89q.worldguard.LocalPlayer localPlayer, com.sk89q.worldedit.util.Location location, com.sk89q.worldedit.util.Location location1, com.sk89q.worldguard.protection.ApplicableRegionSet applicableRegionSet, String currentValue, String lastValue, com.sk89q.worldguard.session.MoveType moveType)
Methods inherited from class com.sk89q.worldguard.session.handler.FlagValueChangeHandler
initialize, onCrossBoundary
Methods inherited from class com.sk89q.worldguard.session.handler.Handler
getInvincibility, getSession, getWrappedHandler, testMoveTo, tick
-
Field Details
-
FACTORY
-
-
Constructor Details
-
GreetingFlagHandler
public GreetingFlagHandler(com.sk89q.worldguard.session.Session session)
-
-
Method Details
-
onInitialValue
protected void onInitialValue(com.sk89q.worldguard.LocalPlayer localPlayer, com.sk89q.worldguard.protection.ApplicableRegionSet applicableRegionSet, String s)- Specified by:
onInitialValue
in classcom.sk89q.worldguard.session.handler.FlagValueChangeHandler<String>
-
onSetValue
protected boolean onSetValue(com.sk89q.worldguard.LocalPlayer localPlayer, com.sk89q.worldedit.util.Location location, com.sk89q.worldedit.util.Location location1, com.sk89q.worldguard.protection.ApplicableRegionSet applicableRegionSet, String currentValue, String lastValue, com.sk89q.worldguard.session.MoveType moveType)- Specified by:
onSetValue
in classcom.sk89q.worldguard.session.handler.FlagValueChangeHandler<String>
-
onAbsentValue
protected boolean onAbsentValue(com.sk89q.worldguard.LocalPlayer localPlayer, com.sk89q.worldedit.util.Location location, com.sk89q.worldedit.util.Location location1, com.sk89q.worldguard.protection.ApplicableRegionSet applicableRegionSet, String lastValue, com.sk89q.worldguard.session.MoveType moveType)- Specified by:
onAbsentValue
in classcom.sk89q.worldguard.session.handler.FlagValueChangeHandler<String>
-