Uses of Interface
dev.wyck.worldgen.surface.condition.NotConditionSource
Packages that use NotConditionSource
-
Uses of NotConditionSource in dev.wyck.worldgen.surface
Methods in dev.wyck.worldgen.surface that return NotConditionSourceModifier and TypeMethodDescriptionstatic NotConditionSourceSurfaceRule.not(ConditionSource target) Inverts another condition. -
Uses of NotConditionSource in dev.wyck.worldgen.surface.condition
Methods in dev.wyck.worldgen.surface.condition that return NotConditionSourceModifier and TypeMethodDescriptiondefault NotConditionSourceConditionSource.not()Inverts this condition, passing when it fails.static NotConditionSourceNotConditionSource.of(ConditionSource target) Creates a new not condition source.