public class GreetingFlagHandler extends com.sk89q.worldguard.session.handler.FlagValueChangeHandler<String>
| Modifier and Type | Class and Description |
|---|---|
static class |
GreetingFlagHandler.Factory |
| Modifier and Type | Field and Description |
|---|---|
static GreetingFlagHandler.Factory |
FACTORY |
| Constructor and Description |
|---|
GreetingFlagHandler(com.sk89q.worldguard.session.Session session) |
| Modifier and Type | Method and Description |
|---|---|
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) |
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) |
initialize, onCrossBoundarypublic static final GreetingFlagHandler.Factory FACTORY
public GreetingFlagHandler(com.sk89q.worldguard.session.Session session)
protected void onInitialValue(com.sk89q.worldguard.LocalPlayer localPlayer,
com.sk89q.worldguard.protection.ApplicableRegionSet applicableRegionSet,
String s)
onInitialValue in class com.sk89q.worldguard.session.handler.FlagValueChangeHandler<String>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)
onSetValue in class com.sk89q.worldguard.session.handler.FlagValueChangeHandler<String>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)
onAbsentValue in class com.sk89q.worldguard.session.handler.FlagValueChangeHandler<String>Copyright © 2021. All rights reserved.