Uses of Interface
net.minecraft.entity.SpawnRestriction.SpawnPredicate
Packages that use SpawnRestriction.SpawnPredicate
-
Uses of SpawnRestriction.SpawnPredicate in net.minecraft.entity
Fields in net.minecraft.entity declared as SpawnRestriction.SpawnPredicateModifier and TypeFieldDescriptionprivate SpawnRestriction.SpawnPredicate<?>
SpawnRestriction.Entry.predicate
Methods in net.minecraft.entity with parameters of type SpawnRestriction.SpawnPredicateModifier and TypeMethodDescriptionprivate 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.SpawnPredicateModifierConstructorDescriptionEntry(Heightmap.Type heightmapType, SpawnRestriction.Location location, SpawnRestriction.SpawnPredicate<?> predicate)