Uses of Interface
net.minecraft.entity.EntitySpawnPlacementRegistry.IPlacementPredicate
Packages that use EntitySpawnPlacementRegistry.IPlacementPredicate
- 
Uses of EntitySpawnPlacementRegistry.IPlacementPredicate in net.minecraft.entityFields in net.minecraft.entity declared as EntitySpawnPlacementRegistry.IPlacementPredicateModifier and TypeFieldDescriptionprivate final EntitySpawnPlacementRegistry.IPlacementPredicate<?>EntitySpawnPlacementRegistry.Entry.predicateMethods in net.minecraft.entity with parameters of type EntitySpawnPlacementRegistry.IPlacementPredicateModifier and TypeMethodDescriptionstatic <T extends MobEntity>
 voidEntitySpawnPlacementRegistry.register(EntityType<T> p_209343_0_, EntitySpawnPlacementRegistry.PlacementType p_209343_1_, Heightmap.Type p_209343_2_, EntitySpawnPlacementRegistry.IPlacementPredicate<T> p_209343_3_) Constructors in net.minecraft.entity with parameters of type EntitySpawnPlacementRegistry.IPlacementPredicateModifierConstructorDescriptionEntry(Heightmap.Type p_i51522_1_, EntitySpawnPlacementRegistry.PlacementType p_i51522_2_, EntitySpawnPlacementRegistry.IPlacementPredicate<?> p_i51522_3_)