Package net.minecraft.entity
Class SpawnRestriction.Entry
java.lang.Object
net.minecraft.entity.SpawnRestriction.Entry
- Enclosing class:
- SpawnRestriction
static class SpawnRestriction.Entry extends Object
-
Field Summary
Fields Modifier and Type Field Description private Heightmap.Type
heightmapType
private SpawnRestriction.Location
location
private SpawnRestriction.SpawnPredicate<?>
predicate
-
Constructor Summary
Constructors Constructor Description Entry(Heightmap.Type heightmapType, SpawnRestriction.Location location, SpawnRestriction.SpawnPredicate<?> predicate)
-
Method Summary
-
Field Details
-
heightmapType
-
location
-
predicate
-
-
Constructor Details
-
Entry
public Entry(Heightmap.Type heightmapType, SpawnRestriction.Location location, SpawnRestriction.SpawnPredicate<?> predicate)
-