Uses of Class
dev.wyck.worldgen.blockpredicates.MatchingBlockTagPredicate.Builder
Packages that use MatchingBlockTagPredicate.Builder
-
Uses of MatchingBlockTagPredicate.Builder in dev.wyck.worldgen.blockpredicates
Methods in dev.wyck.worldgen.blockpredicates that return MatchingBlockTagPredicate.BuilderModifier and TypeMethodDescriptionMatchingBlockTagPredicate.builder()Creates a new builder.BlockPredicate.matchingBlockTag()Starts building aMatchingBlockTagPredicate, which checks that the block at an offset is in the given block tag.MatchingBlockTagPredicate.Builder.offset(BlockVector offset) Sets the offset.MatchingBlockTagPredicate.Builder.tag(ResourceKey tag) Sets the tag.Sets the tag from a Bukkit tag.MatchingBlockTagPredicate.toBuilder()Converts this object back to a builder.