Class ZoneNotChanged
java.lang.Object
games.stendhal.server.actions.validator.ZoneNotChanged
- All Implemented Interfaces:
ActionValidator
Checks that the player is on the same zone, as indicated by the zone
information of the action.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvalidate(Player player, RPAction action, ActionData data)
validates an RPAction.
-
Constructor Details
-
ZoneNotChanged
public ZoneNotChanged()
-
-
Method Details
-
validate
Description copied from interface:ActionValidator
validates an RPAction.- Specified by:
validate
in interfaceActionValidator
- Parameters:
player
- Playeraction
- RPAction to validatedata
- data about this action- Returns:
null
if the action is valid; an error message otherwise
-