Uses of Enum
me.filoghost.holographicdisplays.api.hologram.PlaceholderSetting
Packages that use PlaceholderSetting
-
Uses of PlaceholderSetting in me.filoghost.holographicdisplays.api.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.