Interface WorldSpecific

All Known Implementing Classes:
PathfinderClimbPowderedSnow

public interface WorldSpecific
Represents a Pathfinder that is world specific
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    Exception called when World is null
  • Method Summary

    Modifier and Type
    Method
    Description
    @NotNull World
    Get the world of this WorldSpecific.
    void
    setWorld(@NotNull World w)
    Sets the world of this WorldSpecific.
  • Field Details

  • Method Details

    • getWorld

      @NotNull @NotNull World getWorld()
      Get the world of this WorldSpecific.
      Returns:
      World
    • setWorld

      void setWorld(@NotNull @NotNull World w) throws IllegalArgumentException
      Sets the world of this WorldSpecific.
      Parameters:
      w - World to set
      Throws:
      IllegalArgumentException - if world is null