Interface WorldSpecific
- All Known Implementing Classes:
PathfinderClimbPowderedSnow
public interface WorldSpecific
Represents a Pathfinder that is world specific
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final IllegalArgumentExceptionException called when World is null -
Method Summary
-
Field Details
-
WORLD_NULL
Exception called when World is null
-
-
Method Details
-
getWorld
-
setWorld
Sets the world of this WorldSpecific.- Parameters:
w- World to set- Throws:
IllegalArgumentException- if world is null
-