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
    Show the hologram for the bed.
  • Method Details

    • create

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

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

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

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

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