Uses of Interface
net.minecraftforge.common.util.TriPredicate
Packages that use TriPredicate
-
Uses of TriPredicate in net.minecraft.world.entity
Fields in net.minecraft.world.entity declared as TriPredicateModifier and TypeFieldDescriptionprivate TriPredicate<LevelReader,
BlockPos, EntityType<?>> SpawnPlacements.Type.predicate
Methods in net.minecraft.world.entity with parameters of type TriPredicateModifier and TypeMethodDescriptionstatic SpawnPlacements.Type
SpawnPlacements.Type.create
(String name, TriPredicate<LevelReader, BlockPos, EntityType<? extends Mob>> predicate) Constructors in net.minecraft.world.entity with parameters of type TriPredicateModifierConstructorDescriptionprivate
Type
(TriPredicate<LevelReader, BlockPos, EntityType<?>> predicate) -
Uses of TriPredicate in net.minecraftforge.common.util
Methods in net.minecraftforge.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.minecraftforge.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)