Uses of Interface
net.neoforged.neoforge.common.util.TriPredicate
Packages that use TriPredicate
-
Uses of TriPredicate in net.neoforged.neoforge.common.util
Methods in net.neoforged.neoforge.common.util that return TriPredicateModifier and TypeMethodDescriptiondefault TriPredicate
<T, U, V> TriPredicate.and
(TriPredicate<? super T, ? super U, ? super V> other) default TriPredicate
<T, U, V> TriPredicate.negate()
default TriPredicate
<T, U, V> TriPredicate.or
(TriPredicate<? super T, ? super U, ? super V> other) Methods in net.neoforged.neoforge.common.util with parameters of type TriPredicateModifier and TypeMethodDescriptiondefault TriPredicate
<T, U, V> TriPredicate.and
(TriPredicate<? super T, ? super U, ? super V> other) default TriPredicate
<T, U, V> TriPredicate.or
(TriPredicate<? super T, ? super U, ? super V> other)