Uses of Interface
net.minecraftforge.common.util.TriPredicate
-
Uses of TriPredicate in net.minecraft.entity
Modifier and TypeFieldDescriptionprivate TriPredicate<IWorldReader,
BlockPos, EntityType<?>> EntitySpawnPlacementRegistry.PlacementType.predicate
Modifier and TypeMethodDescriptionEntitySpawnPlacementRegistry.PlacementType.create
(String name, TriPredicate<IWorldReader, BlockPos, EntityType<? extends MobEntity>> predicate) ModifierConstructorDescriptionprivate
PlacementType
(TriPredicate<IWorldReader, 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)