static class SpawnRestriction.Entry extends Object
Modifier and Type | Field and Description |
---|---|
private Heightmap.Type |
heightmapType |
private SpawnRestriction.Location |
location |
private SpawnRestriction.SpawnPredicate<?> |
predicate |
Constructor and Description |
---|
Entry(Heightmap.Type heightmapType,
SpawnRestriction.Location location,
SpawnRestriction.SpawnPredicate<?> predicate) |
private final Heightmap.Type heightmapType
private final SpawnRestriction.Location location
private final SpawnRestriction.SpawnPredicate<?> predicate
public Entry(Heightmap.Type heightmapType, SpawnRestriction.Location location, SpawnRestriction.SpawnPredicate<?> predicate)