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