| Package | Description |
|---|---|
| net.minecraft.client.renderer.tileentity | |
| net.minecraft.entity.item | |
| net.minecraft.tileentity | |
| net.minecraftforge.event | |
| net.minecraftforge.event.entity.living |
| Modifier and Type | Method and Description |
|---|---|
static void |
TileEntityMobSpawnerRenderer.renderMob(MobSpawnerBaseLogic mobSpawnerLogic,
double posX,
double posY,
double posZ,
float partialTicks) |
| Modifier and Type | Field and Description |
|---|---|
private MobSpawnerBaseLogic |
EntityMinecartMobSpawner.mobSpawnerLogic |
| Modifier and Type | Field and Description |
|---|---|
private MobSpawnerBaseLogic |
TileEntityMobSpawner.spawnerLogic |
| Modifier and Type | Method and Description |
|---|---|
MobSpawnerBaseLogic |
TileEntityMobSpawner.getSpawnerBaseLogic() |
| Modifier and Type | Method and Description |
|---|---|
static Event.Result |
ForgeEventFactory.canEntitySpawn(EntityLiving entity,
World world,
float x,
float y,
float z,
MobSpawnerBaseLogic spawner) |
static boolean |
ForgeEventFactory.canEntitySpawnSpawner(EntityLiving entity,
World world,
float x,
float y,
float z,
MobSpawnerBaseLogic spawner) |
static boolean |
ForgeEventFactory.doSpecialSpawn(EntityLiving entity,
World world,
float x,
float y,
float z,
MobSpawnerBaseLogic spawner) |
| Modifier and Type | Field and Description |
|---|---|
private MobSpawnerBaseLogic |
LivingSpawnEvent.CheckSpawn.spawner |
private MobSpawnerBaseLogic |
LivingSpawnEvent.SpecialSpawn.spawner |
| Modifier and Type | Method and Description |
|---|---|
MobSpawnerBaseLogic |
LivingSpawnEvent.CheckSpawn.getSpawner() |
MobSpawnerBaseLogic |
LivingSpawnEvent.SpecialSpawn.getSpawner() |
| Constructor and Description |
|---|
CheckSpawn(EntityLiving entity,
World world,
float x,
float y,
float z,
MobSpawnerBaseLogic spawner)
CheckSpawn is fired when an Entity is about to be spawned.
|
SpecialSpawn(EntityLiving entity,
World world,
float x,
float y,
float z,
MobSpawnerBaseLogic spawner) |