Package net.minecraft.entity
Class EntitySpawnPlacementRegistry.Entry
- java.lang.Object
-
- net.minecraft.entity.EntitySpawnPlacementRegistry.Entry
-
- Enclosing class:
- EntitySpawnPlacementRegistry
static class EntitySpawnPlacementRegistry.Entry extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description private Heightmap.Type
heightMap
private EntitySpawnPlacementRegistry.PlacementType
placement
private EntitySpawnPlacementRegistry.IPlacementPredicate<?>
predicate
-
Constructor Summary
Constructors Constructor Description Entry(Heightmap.Type p_i51522_1_, EntitySpawnPlacementRegistry.PlacementType p_i51522_2_, EntitySpawnPlacementRegistry.IPlacementPredicate<?> p_i51522_3_)
-
-
-
Field Detail
-
heightMap
private final Heightmap.Type heightMap
-
placement
private final EntitySpawnPlacementRegistry.PlacementType placement
-
predicate
private final EntitySpawnPlacementRegistry.IPlacementPredicate<?> predicate
-
-
Constructor Detail
-
Entry
public Entry(Heightmap.Type p_i51522_1_, EntitySpawnPlacementRegistry.PlacementType p_i51522_2_, EntitySpawnPlacementRegistry.IPlacementPredicate<?> p_i51522_3_)
-
-