| Package | Description |
|---|---|
| net.minecraft.entity | |
| net.minecraftforge.common.util |
| Modifier and Type | Field and Description |
|---|---|
private TriPredicate<IWorldReader,BlockPos,EntityType<?>> |
EntitySpawnPlacementRegistry.PlacementType.predicate |
| Modifier and Type | Method and Description |
|---|---|
static EntitySpawnPlacementRegistry.PlacementType |
EntitySpawnPlacementRegistry.PlacementType.create(java.lang.String name,
TriPredicate<IWorldReader,BlockPos,EntityType<? extends MobEntity>> predicate) |
| Constructor and Description |
|---|
PlacementType(TriPredicate<IWorldReader,BlockPos,EntityType<?>> predicate) |
| Modifier and Type | Method and 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) |
| Modifier and Type | Method and 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) |