Class HologramService
java.lang.Object
com.gamersafer.minecraft.auth.paper.hologram.HologramService
Provides methods to show holograms to players.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescription@NonNull List<HologramInstance>
Returns the list of hologram instances.void
Sends the player a hologram.
-
Constructor Details
-
HologramService
public HologramService()ConstructsHologramService
.
-
-
Method Details
-
show
Sends the player a hologram.- Parameters:
player
- the playerhologram
- the hologram
-
instances
Returns the list of hologram instances.- Returns:
- the instances
-