Uses of Interface
net.minecraftforge.common.util.TriPredicate
-
Packages that use TriPredicate Package Description net.minecraft.entity net.minecraftforge.common.util -
-
Uses of TriPredicate in net.minecraft.entity
Fields in net.minecraft.entity declared as TriPredicate Modifier and Type Field Description private TriPredicate<IWorldReader,BlockPos,EntityType<?>>EntitySpawnPlacementRegistry.PlacementType. predicateMethods in net.minecraft.entity with parameters of type TriPredicate Modifier and Type Method Description static EntitySpawnPlacementRegistry.PlacementTypeEntitySpawnPlacementRegistry.PlacementType. create(java.lang.String name, TriPredicate<IWorldReader,BlockPos,EntityType<? extends MobEntity>> predicate)Constructors in net.minecraft.entity with parameters of type TriPredicate Constructor Description PlacementType(TriPredicate<IWorldReader,BlockPos,EntityType<?>> predicate) -
Uses of TriPredicate in net.minecraftforge.common.util
Methods in net.minecraftforge.common.util that return TriPredicate Modifier and Type Method Description default 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 TriPredicate Modifier and Type Method Description default 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)
-