Interface PriorityProvider.SelectorCondition<C>

All Superinterfaces:
Predicate<C>
All Known Subinterfaces:
SpawnCondition
All Known Implementing Classes:
BiomeCheck, MoonBrightnessCheck, StructureCheck
Enclosing interface:
PriorityProvider<Context,Condition extends PriorityProvider.SelectorCondition<Context>>
Functional Interface:
This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.

@FunctionalInterface public static interface PriorityProvider.SelectorCondition<C> extends Predicate<C>