Uses of Interface
net.minecraft.entity.SpawnRestriction.SpawnPredicate
| Package | Description |
|---|---|
| net.minecraft.entity |
-
Uses of SpawnRestriction.SpawnPredicate in net.minecraft.entity
Fields in net.minecraft.entity declared as SpawnRestriction.SpawnPredicate Modifier and Type Field Description private SpawnRestriction.SpawnPredicate<?>SpawnRestriction.Entry. predicateMethods in net.minecraft.entity with parameters of type SpawnRestriction.SpawnPredicate Modifier and Type Method Description private static <T extends MobEntity>
voidSpawnRestriction. register(EntityType<T> type, SpawnRestriction.Location location, Heightmap.Type heightmapType, SpawnRestriction.SpawnPredicate<T> predicate)Constructors in net.minecraft.entity with parameters of type SpawnRestriction.SpawnPredicate Constructor Description Entry(Heightmap.Type heightmapType, SpawnRestriction.Location location, SpawnRestriction.SpawnPredicate<?> predicate)