Uses of Enum Class
com.ranull.graves.data.HologramData.Backend
Packages that use HologramData.Backend
-
Uses of HologramData.Backend in com.ranull.graves.data
Subclasses with type arguments of type HologramData.Backend in com.ranull.graves.dataMethods in com.ranull.graves.data that return HologramData.BackendModifier and TypeMethodDescriptionHologramData.getBackend()Gets the backend used for this hologram entry.static HologramData.BackendReturns the enum constant of this class with the specified name.static HologramData.Backend[]HologramData.Backend.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in com.ranull.graves.data with parameters of type HologramData.BackendModifierConstructorDescriptionHologramData(org.bukkit.Location location, UUID uuidEntity, UUID uuidGrave, int line, HologramData.Backend backend) Constructs a new HologramData instance with an explicit backend.