Uses of Interface
net.minecraft.entity.EntitySpawnPlacementRegistry.IPlacementPredicate
-
Uses of EntitySpawnPlacementRegistry.IPlacementPredicate in net.minecraft.entity
Modifier and TypeFieldDescriptionprivate final EntitySpawnPlacementRegistry.IPlacementPredicate<?>
EntitySpawnPlacementRegistry.Entry.predicate
Modifier 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_) ModifierConstructorDescriptionEntry
(Heightmap.Type p_i51522_1_, EntitySpawnPlacementRegistry.PlacementType p_i51522_2_, EntitySpawnPlacementRegistry.IPlacementPredicate<?> p_i51522_3_)