Interface WorldSelector.SelectHandler

Enclosing class:
WorldSelector
Functional Interface:
This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.

@FunctionalInterface public static interface WorldSelector.SelectHandler
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    onSelect(org.bukkit.entity.Player p, PlanetaryWorld world)
    Called when a player selects a world
  • Method Details

    • onSelect

      void onSelect(@Nonnull org.bukkit.entity.Player p, @Nonnull PlanetaryWorld world)
      Called when a player selects a world
      Parameters:
      p - the Player selecting the world
      world - the PlanetaryWorld selected