java.lang.Object
net.fateuhc.plugin.utilties.uhc.game.Host

public class Host extends Object
  • Constructor Details

    • Host

      public Host(Profile profile, UUID uuid, org.bukkit.entity.Player player, String name)
  • Method Details

    • getProfile

      public Profile getProfile()
      Get the Profile of the host.
      Returns:
      Profile of the host.
    • getUuid

      public UUID getUuid()
      Get the UUID of the host.
      Returns:
      UUID of the host
    • getPlayer

      public org.bukkit.entity.Player getPlayer()
      Get the Player for the host.
      Returns:
      Player for the host.
    • getName

      public String getName()
      Get the name of the host.
      Returns:
      String of the host's name.
    • isOnline

      public boolean isOnline()
      Check if the host is online.
      Returns:
      Boolean