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