Schnittstelle IHologramProvider
public interface IHologramProvider
-
Methodenübersicht
Modifizierer und TypMethodeBeschreibungCreate new holograms.Create a new hologram.Get a hologram by its key.Get all cached holograms.
-
Methodendetails
-
create
Create a new hologram.- Parameter:
key
- the key of the hologramtext
- the text of the hologramlocation
- the location of the hologram- Gibt zurück:
- the created
IHologram
-
create
IHologram create(String key, List<net.kyori.adventure.text.Component> text, org.bukkit.Location location) Create new holograms.- Parameter:
key
- the key of the hologramtext
- the text of the hologramslocation
- the location of the holograms- Gibt zurück:
- a list of the created
IHologram
s
-
hologram
Get a hologram by its key.- Parameter:
key
- the key of the hologram- Gibt zurück:
- the
IHologram
or null if not found
-
holograms
Get all cached holograms.- Gibt zurück:
- a list of all cached holograms
-