Uses of Interface
me.filoghost.holographicdisplays.api.placeholder.IndividualPlaceholder
Packages that use IndividualPlaceholder
Package
Description
-
Uses of IndividualPlaceholder in me.filoghost.holographicdisplays.api
Methods in me.filoghost.holographicdisplays.api with parameters of type IndividualPlaceholderModifier and TypeMethodDescriptionvoidHolographicDisplaysAPI.registerIndividualPlaceholder(@NotNull String identifier, @NotNull IndividualPlaceholder placeholder) Registers a new individual placeholder. -
Uses of IndividualPlaceholder in me.filoghost.holographicdisplays.api.placeholder
Methods in me.filoghost.holographicdisplays.api.placeholder that return IndividualPlaceholderModifier and TypeMethodDescription@Nullable IndividualPlaceholderIndividualPlaceholderFactory.getPlaceholder(@Nullable String argument) Returns the placeholder instance to provide the replacement for the given argument.