Interface IBedHolo
public interface IBedHolo
-
Method Summary
-
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.
-