Uses of Interface
dev.wyck.worldgen.blockpredicates.MatchingBlockTagPredicate
Packages that use MatchingBlockTagPredicate
-
Uses of MatchingBlockTagPredicate in dev.wyck.worldgen.blockpredicates
Methods in dev.wyck.worldgen.blockpredicates that return MatchingBlockTagPredicateModifier and TypeMethodDescriptionMatchingBlockTagPredicate.Builder.build()Builds the matching block tag predicate.static MatchingBlockTagPredicateBlockPredicate.matchingBlockTag(ResourceKey tag) Creates aMatchingBlockTagPredicatethat matches the block at the given offset.static MatchingBlockTagPredicateBlockPredicate.matchingBlockTag(Tag<Material> tag) Creates aMatchingBlockTagPredicatethat matches the block at the given offset.static MatchingBlockTagPredicateMatchingBlockTagPredicate.of(ResourceKey tag) Creates a new matching block tag predicate with a zero offset.static MatchingBlockTagPredicateCreates a new matching block tag predicate with a zero offset from a Bukkit tag.static MatchingBlockTagPredicateMatchingBlockTagPredicate.of(BlockVector offset, ResourceKey tag) Creates a new matching block tag predicate.static MatchingBlockTagPredicateMatchingBlockTagPredicate.of(BlockVector offset, Tag<Material> tag) Creates a new matching block tag predicate from a Bukkit tag.Constructors in dev.wyck.worldgen.blockpredicates with parameters of type MatchingBlockTagPredicate