public class ExitFlag extends FlagValueChangeHandler<StateFlag.State>
| Modifier and Type | Method and Description |
|---|---|
protected boolean |
onAbsentValue(org.bukkit.entity.Player player,
org.bukkit.Location from,
org.bukkit.Location to,
ApplicableRegionSet toSet,
StateFlag.State lastValue,
MoveType moveType) |
protected void |
onInitialValue(org.bukkit.entity.Player player,
ApplicableRegionSet set,
StateFlag.State value) |
protected boolean |
onSetValue(org.bukkit.entity.Player player,
org.bukkit.Location from,
org.bukkit.Location to,
ApplicableRegionSet toSet,
StateFlag.State currentValue,
StateFlag.State lastValue,
MoveType moveType) |
initialize, onCrossBoundarygetInvincibility, getPlugin, getSession, testMoveTo, tickpublic ExitFlag(Session session)
protected void onInitialValue(org.bukkit.entity.Player player,
ApplicableRegionSet set,
StateFlag.State value)
onInitialValue in class FlagValueChangeHandler<StateFlag.State>protected boolean onSetValue(org.bukkit.entity.Player player,
org.bukkit.Location from,
org.bukkit.Location to,
ApplicableRegionSet toSet,
StateFlag.State currentValue,
StateFlag.State lastValue,
MoveType moveType)
onSetValue in class FlagValueChangeHandler<StateFlag.State>protected boolean onAbsentValue(org.bukkit.entity.Player player,
org.bukkit.Location from,
org.bukkit.Location to,
ApplicableRegionSet toSet,
StateFlag.State lastValue,
MoveType moveType)
onAbsentValue in class FlagValueChangeHandler<StateFlag.State>Copyright © 2015. All Rights Reserved.