Uses of Enum
me.filoghost.holographicdisplays.api.hologram.PlaceholderSetting
Packages that use PlaceholderSetting
-
Uses of PlaceholderSetting in me.filoghost.holographicdisplays.api.hologram
Subclasses with type arguments of type PlaceholderSetting in me.filoghost.holographicdisplays.api.hologramModifier and TypeClassDescriptionenumThe option to enable or disable placeholders inside the text lines of hologram.Methods in me.filoghost.holographicdisplays.api.hologram that return PlaceholderSettingModifier and TypeMethodDescription@NotNull PlaceholderSettingHologram.getPlaceholderSetting()Returns the placeholder setting.static PlaceholderSettingReturns the enum constant of this type with the specified name.static PlaceholderSetting[]PlaceholderSetting.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in me.filoghost.holographicdisplays.api.hologram with parameters of type PlaceholderSettingModifier and TypeMethodDescriptionvoidHologram.setPlaceholderSetting(@NotNull PlaceholderSetting placeholderSetting) Changes the placeholder setting.