Uses of Class
net.minecraft.world.spawner.AbstractSpawner
Packages that use AbstractSpawner
Package
Description
-
Uses of AbstractSpawner in net.minecraft.entity.item.minecart
Fields in net.minecraft.entity.item.minecart declared as AbstractSpawner -
Uses of AbstractSpawner in net.minecraft.tileentity
Fields in net.minecraft.tileentity declared as AbstractSpawnerMethods in net.minecraft.tileentity that return AbstractSpawner -
Uses of AbstractSpawner in net.minecraftforge.common
Methods in net.minecraftforge.common with parameters of type AbstractSpawnerModifier 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
Methods in net.minecraftforge.event with parameters of type AbstractSpawnerModifier 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
Fields in net.minecraftforge.event.entity.living declared as AbstractSpawnerModifier and TypeFieldDescriptionprivate final AbstractSpawner
LivingSpawnEvent.CheckSpawn.spawner
private final AbstractSpawner
LivingSpawnEvent.SpecialSpawn.spawner
Methods in net.minecraftforge.event.entity.living that return AbstractSpawnerModifier and TypeMethodDescriptionLivingSpawnEvent.CheckSpawn.getSpawner()
LivingSpawnEvent.SpecialSpawn.getSpawner()
Constructors in net.minecraftforge.event.entity.living with parameters of type AbstractSpawnerModifierConstructorDescriptionCheckSpawn
(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)