Interface JoinArenaSignBlock

All Superinterfaces:
Metadatable, PersistentStorage.Holder, SpecialBlock

public interface JoinArenaSignBlock extends SpecialBlock
A sign which makes the player join the arena once he interacts with it
  • Method Details

    • getArenaName

      String getArenaName()
      Returns the name of the arena or arena picker to which the player will be added
      Returns:
      The name of the arena that this block represents
    • setArenaName

      void setArenaName(String name)
      Set the new arena or arena picker to which shall be added once he interacts with the block
      Parameters:
      name - The new arena name
    • setArena

      default void setArena(Arena arena)
      Set the new arena to which the player shall be added once he interacts with the block
      Parameters:
      arena - The new arena