public class ExitFlag extends FlagValueChangeHandler<StateFlag.State>
| Modifier and Type | Class and Description |
|---|---|
static class |
ExitFlag.Factory |
| Modifier and Type | Field and Description |
|---|---|
static ExitFlag.Factory |
FACTORY |
| Modifier and Type | Method and Description |
|---|---|
protected boolean |
onAbsentValue(LocalPlayer player,
com.sk89q.worldedit.util.Location from,
com.sk89q.worldedit.util.Location to,
ApplicableRegionSet toSet,
StateFlag.State lastValue,
MoveType moveType) |
protected void |
onInitialValue(LocalPlayer player,
ApplicableRegionSet set,
StateFlag.State value) |
protected boolean |
onSetValue(LocalPlayer player,
com.sk89q.worldedit.util.Location from,
com.sk89q.worldedit.util.Location to,
ApplicableRegionSet toSet,
StateFlag.State currentValue,
StateFlag.State lastValue,
MoveType moveType) |
initialize, onCrossBoundarygetInvincibility, getSession, testMoveTo, tickpublic static final ExitFlag.Factory FACTORY
public ExitFlag(Session session)
protected void onInitialValue(LocalPlayer player, ApplicableRegionSet set, StateFlag.State value)
onInitialValue in class FlagValueChangeHandler<StateFlag.State>protected boolean onSetValue(LocalPlayer player, com.sk89q.worldedit.util.Location from, com.sk89q.worldedit.util.Location to, ApplicableRegionSet toSet, StateFlag.State currentValue, StateFlag.State lastValue, MoveType moveType)
onSetValue in class FlagValueChangeHandler<StateFlag.State>protected boolean onAbsentValue(LocalPlayer player, com.sk89q.worldedit.util.Location from, com.sk89q.worldedit.util.Location to, ApplicableRegionSet toSet, StateFlag.State lastValue, MoveType moveType)
onAbsentValue in class FlagValueChangeHandler<StateFlag.State>