public class EntitySpawnPlacementRegistry
extends java.lang.Object
Modifier and Type | Class and Description |
---|---|
static class |
EntitySpawnPlacementRegistry.SpawnPlacementType |
Constructor and Description |
---|
EntitySpawnPlacementRegistry() |
Modifier and Type | Method and Description |
---|---|
static Heightmap.Type |
func_209342_b(EntityType<? extends EntityLiving> entityTypeIn) |
static boolean |
func_209345_a(EntityType<? extends EntityLiving> p_209345_0_,
IBlockState state) |
static EntitySpawnPlacementRegistry.SpawnPlacementType |
getPlacementType(EntityType<? extends EntityLiving> entityTypeIn) |
static void |
register(EntityType<?> p_209346_0_,
EntitySpawnPlacementRegistry.SpawnPlacementType placementType,
Heightmap.Type heightMapType,
Tag<Block> spawnBlockTag) |
public static void register(EntityType<?> p_209346_0_, EntitySpawnPlacementRegistry.SpawnPlacementType placementType, Heightmap.Type heightMapType, @Nullable Tag<Block> spawnBlockTag)
@Nullable public static EntitySpawnPlacementRegistry.SpawnPlacementType getPlacementType(EntityType<? extends EntityLiving> entityTypeIn)
public static Heightmap.Type func_209342_b(@Nullable EntityType<? extends EntityLiving> entityTypeIn)
public static boolean func_209345_a(EntityType<? extends EntityLiving> p_209345_0_, IBlockState state)