Uses of Interface
dev.wyck.worldgen.blockpredicates.NotPredicate
Packages that use NotPredicate
-
Uses of NotPredicate in dev.wyck.worldgen.blockpredicates
Methods in dev.wyck.worldgen.blockpredicates that return NotPredicateModifier and TypeMethodDescriptiondefault NotPredicateBlockPredicate.not()Negates this predicate.static NotPredicateBlockPredicate.not(BlockPredicate predicate) Creates aNotPredicatethat inverts the given predicate.static NotPredicateNotPredicate.of(BlockPredicate predicate) Creates a newNotPredicatewith the given predicate.