Uses of Interface
net.minecraft.entity.EntitySpawnPlacementRegistry.IPlacementPredicate
-
Packages that use EntitySpawnPlacementRegistry.IPlacementPredicate Package Description net.minecraft.entity -
-
Uses of EntitySpawnPlacementRegistry.IPlacementPredicate in net.minecraft.entity
Fields in net.minecraft.entity declared as EntitySpawnPlacementRegistry.IPlacementPredicate Modifier and Type Field Description private EntitySpawnPlacementRegistry.IPlacementPredicate<?>
EntitySpawnPlacementRegistry.Entry. predicate
Methods in net.minecraft.entity with parameters of type EntitySpawnPlacementRegistry.IPlacementPredicate Modifier and Type Method Description static <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.IPlacementPredicate Constructor Description Entry(Heightmap.Type p_i51522_1_, EntitySpawnPlacementRegistry.PlacementType p_i51522_2_, EntitySpawnPlacementRegistry.IPlacementPredicate<?> p_i51522_3_)
-