Uses of Class
tk.airshipcraft.commonlib.gui.Hologram
Packages that use Hologram
Package
Description
The GUI package in
tk.airshipcraft.commonlib
offers a robust framework for creating and managing
graphical user interfaces (GUIs) within a Minecraft server environment.Contains classes and interfaces for handling events related to the graphical user interfaces (GUIs) in Minecraft.
-
Uses of Hologram in tk.airshipcraft.commonlib.gui
Fields in tk.airshipcraft.commonlib.gui with type parameters of type HologramModifier and TypeFieldDescriptionHologram.hologramInstances
A list of all Hologram instances created.Methods in tk.airshipcraft.commonlib.gui that return HologramModifier and TypeMethodDescriptionstatic Hologram
Hologram.fromArmorStand
(org.bukkit.entity.ArmorStand armorStand) Retrieves theHologram
instance corresponding to the givenArmorStand
.Methods in tk.airshipcraft.commonlib.gui with parameters of type HologramModifier and TypeMethodDescriptionprotected abstract void
Hologram.addClickAction
(Hologram hologram) An abstract method that subclasses must implement to define the behavior when the hologram is clicked.static void
Hologram.callClickAction
(Hologram hologram) Calls theaddClickAction
method for all hologram subclasses. -
Uses of Hologram in tk.airshipcraft.commonlib.gui.events
Methods in tk.airshipcraft.commonlib.gui.events that return HologramModifier and TypeMethodDescriptionHologramClickEvent.getHologram()
Retrieves the hologram that was clicked on by the player.Constructors in tk.airshipcraft.commonlib.gui.events with parameters of type HologramModifierConstructorDescriptionHologramClickEvent
(Hologram hologram, org.bukkit.entity.Player player) Constructs a HologramClickEvent with the specified hologram and the player who interacted with it.