static class EntitySpawnPlacementRegistry.Entry
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
private EntitySpawnPlacementRegistry.IPlacementPredicate<?> |
placementPredicate |
private EntitySpawnPlacementRegistry.PlacementType |
placementType |
private Heightmap.Type |
type |
Constructor and Description |
---|
Entry(Heightmap.Type typeIn,
EntitySpawnPlacementRegistry.PlacementType placementTypeIn,
EntitySpawnPlacementRegistry.IPlacementPredicate<?> placementPredicateIn) |
private final Heightmap.Type type
private final EntitySpawnPlacementRegistry.PlacementType placementType
private final EntitySpawnPlacementRegistry.IPlacementPredicate<?> placementPredicate
public Entry(Heightmap.Type typeIn, EntitySpawnPlacementRegistry.PlacementType placementTypeIn, EntitySpawnPlacementRegistry.IPlacementPredicate<?> placementPredicateIn)