Uses of Class
dev.wyck.worldgen.blockpredicates.AllOfPredicate.Builder
Packages that use AllOfPredicate.Builder
-
Uses of AllOfPredicate.Builder in dev.wyck.worldgen.blockpredicates
Subclasses with type arguments of type AllOfPredicate.Builder in dev.wyck.worldgen.blockpredicatesMethods in dev.wyck.worldgen.blockpredicates that return AllOfPredicate.BuilderModifier and TypeMethodDescriptionstatic AllOfPredicate.BuilderBlockPredicate.allOf()Starts building anAllOfPredicate, which matches only when every child predicate matches.static AllOfPredicate.BuilderCombiningPredicate.allOf()Creates a new all of predicate builder.static AllOfPredicate.BuilderAllOfPredicate.builder()Creates a new builder.default AllOfPredicate.BuilderAllOfPredicate.toBuilder()Converts this object to a builder.