Uses of Interface
net.minecraftforge.common.util.TriPredicate
-
Uses of TriPredicate in net.minecraft.world.entity
Modifier and TypeFieldDescriptionprivate TriPredicate<LevelReader,BlockPos,EntityType<?>>
SpawnPlacements.Type.predicate
Modifier and TypeMethodDescriptionstatic SpawnPlacements.Type
SpawnPlacements.Type.create(String name, TriPredicate<LevelReader,BlockPos,EntityType<? extends Mob>> predicate)
ModifierConstructorDescriptionprivate
Type(TriPredicate<LevelReader,BlockPos,EntityType<?>> predicate)
-
Uses of TriPredicate in net.minecraftforge.common.util
Modifier 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)
Modifier 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)