Interface IBedHolo
public interface IBedHolo
-
Method Summary
Modifier and TypeMethodDescriptionvoidcreate()Create the hologram for the bed.voiddestroy()Destroy the hologram for the bed.Get the main hologram associated with the bed.voidhide()Hide the hologram for the bed.voidhide(org.bukkit.entity.Player player) Hide the hologram for a specific player.voidremove(org.bukkit.entity.Player player) voidshow()Show the hologram for the bed.voidshow(org.bukkit.entity.Player player) Show the hologram for a specific player.voidupdate()Update the hologram for all players.voidupdate(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.
-