Interface World<T>

Type Parameters:
T - Platform world type
All Known Implementing Classes:
World.NullWorld

public interface World<T>
PlotSquared representation of a platform world
  • Method Details

    • nullWorld

      static <T> World.NullWorld<T> nullWorld()
      Get a World.NullWorld implementation
      Type Parameters:
      T - implementation-specific world object type e.g. a bukkit World
      Returns:
      NullWorld instance
    • getPlatformWorld

      Get the platform world represented by this world
      Returns:
      Platform world
    • getName

      Get the name of the world
      Returns:
      World name
    • getMinHeight

      Get the min world height. Inclusive.
      Since:
      6.6.0
    • getMaxHeight

      Get the max world height. Inclusive.
      Since:
      6.6.0