Uses of Class
com.palmergames.bukkit.towny.object.AbstractRegistryList.Builder
Packages that use AbstractRegistryList.Builder
-
Uses of AbstractRegistryList.Builder in com.palmergames.bukkit.towny.object
Methods in com.palmergames.bukkit.towny.object that return AbstractRegistryList.BuilderModifier and TypeMethodDescriptionManually adds the given names to the resulting list, assuming that they can be matched and are available on the current running version.AbstractRegistryList.Builder.conditionally
(@NotNull BooleanSupplier supplier, @NotNull Consumer<AbstractRegistryList.Builder<T, F>> consumer) AbstractRegistryList.Builder.excludeTag
(@NotNull String registry, @NotNull org.bukkit.NamespacedKey key) Identical towithTag(String, NamespacedKey)
, but reverse.AbstractRegistryList.Builder.includeList
(@NotNull AbstractRegistryList<T> list) Adds an entire lists contents.AbstractRegistryList.Builder.notContains
(@NotNull String notContaining) AbstractRegistryList.Builder.notEndsWith
(@NotNull String notEndingWith) AbstractRegistryList.Builder.notStartsWith
(@NotNull String notStartingWith) AbstractRegistryList.Builder.startsWith
(String startingWith) AbstractRegistryList.Builder.withTag
(@NotNull String registry, @NotNull org.bukkit.NamespacedKey key) Matches all elements in a specific vanilla tag to be added to the resulting list.Method parameters in com.palmergames.bukkit.towny.object with type arguments of type AbstractRegistryList.BuilderModifier and TypeMethodDescriptionAbstractRegistryList.Builder.conditionally
(@NotNull BooleanSupplier supplier, @NotNull Consumer<AbstractRegistryList.Builder<T, F>> consumer) -
Uses of AbstractRegistryList.Builder in com.palmergames.bukkit.util
Methods in com.palmergames.bukkit.util that return AbstractRegistryList.BuilderModifier and TypeMethodDescriptionstatic AbstractRegistryList.Builder
<org.bukkit.entity.EntityType, EntityLists> EntityLists.newBuilder()
static AbstractRegistryList.Builder
<org.bukkit.Material, ItemLists> ItemLists.newBuilder()