Interface SpawnPlacementsInvoker


public interface SpawnPlacementsInvoker
  • Method Summary

    Static Methods
    Modifier and Type
    Method
    Description
    static <T extends net.minecraft.world.entity.Mob>
    void
    callRegister(net.minecraft.world.entity.EntityType<T> entityType, net.minecraft.world.entity.SpawnPlacements.Type decoratorType, net.minecraft.world.level.levelgen.Heightmap.Types heightMapType, net.minecraft.world.entity.SpawnPlacements.SpawnPredicate<T> decoratorPredicate)
     
  • Method Details

    • callRegister

      static <T extends net.minecraft.world.entity.Mob> void callRegister(net.minecraft.world.entity.EntityType<T> entityType, net.minecraft.world.entity.SpawnPlacements.Type decoratorType, net.minecraft.world.level.levelgen.Heightmap.Types heightMapType, net.minecraft.world.entity.SpawnPlacements.SpawnPredicate<T> decoratorPredicate)