Uses of Class
net.minecraft.world.spawner.AbstractSpawner
Package
Description
-
Uses of AbstractSpawner in net.minecraft.entity.item.minecart
-
Uses of AbstractSpawner in net.minecraft.tileentity
-
Uses of AbstractSpawner in net.minecraftforge.common
Modifier and TypeMethodDescriptionstatic int
ForgeHooks.canEntitySpawn
(MobEntity entity, IWorld world, double x, double y, double z, AbstractSpawner spawner, SpawnReason spawnReason) -
Uses of AbstractSpawner in net.minecraftforge.event
Modifier and TypeMethodDescriptionstatic net.minecraftforge.eventbus.api.Event.Result
ForgeEventFactory.canEntitySpawn
(MobEntity entity, IWorld world, double x, double y, double z, AbstractSpawner spawner, SpawnReason spawnReason) static boolean
ForgeEventFactory.canEntitySpawnSpawner
(MobEntity entity, World world, float x, float y, float z, AbstractSpawner spawner) static boolean
ForgeEventFactory.doSpecialSpawn
(MobEntity entity, World world, float x, float y, float z, AbstractSpawner spawner, SpawnReason spawnReason) -
Uses of AbstractSpawner in net.minecraftforge.event.entity.living
Modifier and TypeFieldDescriptionprivate final AbstractSpawner
LivingSpawnEvent.CheckSpawn.spawner
private final AbstractSpawner
LivingSpawnEvent.SpecialSpawn.spawner
Modifier and TypeMethodDescriptionLivingSpawnEvent.CheckSpawn.getSpawner()
LivingSpawnEvent.SpecialSpawn.getSpawner()
ModifierConstructorDescriptionCheckSpawn
(MobEntity entity, IWorld world, double x, double y, double z, AbstractSpawner spawner, SpawnReason spawnReason) CheckSpawn is fired when an Entity is about to be spawned.SpecialSpawn
(MobEntity entity, World world, double x, double y, double z, AbstractSpawner spawner, SpawnReason spawnReason)