Uses of Class
com.palmergames.bukkit.towny.object.AbstractRegistryList.Builder
-
Uses of AbstractRegistryList.Builder in com.palmergames.bukkit.towny.object
Modifier 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.Modifier and TypeMethodDescriptionAbstractRegistryList.Builder.conditionally
(@NotNull BooleanSupplier supplier, @NotNull Consumer<AbstractRegistryList.Builder<T, F>> consumer) -
Uses of AbstractRegistryList.Builder in com.palmergames.bukkit.util
Modifier and TypeMethodDescriptionstatic AbstractRegistryList.Builder
<org.bukkit.entity.EntityType, EntityLists> EntityLists.newBuilder()
static AbstractRegistryList.Builder
<org.bukkit.Material, ItemLists> ItemLists.newBuilder()