Interface IBedHolo


public interface IBedHolo
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Create the hologram for the bed.
    void
    Destroy the hologram for the bed.
    Get the main hologram associated with the bed.
    void
    Hide the hologram for the bed.
    void
    hide(org.bukkit.entity.Player player)
    Hide the hologram for a specific player.
    void
    remove(org.bukkit.entity.Player player)
     
    void
    Show the hologram for the bed.
    void
    show(org.bukkit.entity.Player player)
    Show the hologram for a specific player.
    void
    Update the hologram for all players.
    void
    update(org.bukkit.entity.Player player)
    Update the hologram for a specific player.
  • Method Details

    • create

      void create()
      Create the hologram for the bed.
    • hide

      void hide()
      Hide the hologram for the bed.
    • hide

      void hide(org.bukkit.entity.Player player)
      Hide the hologram for a specific player.
    • destroy

      void destroy()
      Destroy the hologram for the bed.
    • remove

      void remove(org.bukkit.entity.Player player)
    • show

      void show()
      Show the hologram for the bed.
    • show

      void show(org.bukkit.entity.Player player)
      Show the hologram for a specific player.
    • update

      void update()
      Update the hologram for all players.
    • update

      void update(org.bukkit.entity.Player player)
      Update the hologram for a specific player.
    • getHologram

      IHologram getHologram()
      Get the main hologram associated with the bed.