Interface SpawnPlacementsInvoker
public interface SpawnPlacementsInvoker
-
Method Summary
Static MethodsModifier and TypeMethodDescriptionstatic <T extends net.minecraft.world.entity.Mob>
voidcallRegister(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)
-