Uses of Class
net.minecraft.world.level.BaseSpawner
Packages that use BaseSpawner
Package
Description
-
Uses of BaseSpawner in net.minecraft.world.entity.vehicle
Fields in net.minecraft.world.entity.vehicle declared as BaseSpawnerMethods in net.minecraft.world.entity.vehicle that return BaseSpawner -
Uses of BaseSpawner in net.minecraft.world.level.block.entity
Fields in net.minecraft.world.level.block.entity declared as BaseSpawnerMethods in net.minecraft.world.level.block.entity that return BaseSpawner -
Uses of BaseSpawner in net.minecraftforge.common
Methods in net.minecraftforge.common with parameters of type BaseSpawnerModifier and TypeMethodDescriptionstatic int
ForgeHooks.canEntitySpawn(Mob entity, LevelAccessor world, double x, double y, double z, BaseSpawner spawner, MobSpawnType spawnReason)
-
Uses of BaseSpawner in net.minecraftforge.event
Methods in net.minecraftforge.event with parameters of type BaseSpawnerModifier and TypeMethodDescriptionstatic net.minecraftforge.eventbus.api.Event.Result
ForgeEventFactory.canEntitySpawn(Mob entity, LevelAccessor world, double x, double y, double z, BaseSpawner spawner, MobSpawnType spawnReason)
static boolean
ForgeEventFactory.canEntitySpawnSpawner(Mob entity, Level world, float x, float y, float z, BaseSpawner spawner)
static boolean
ForgeEventFactory.doSpecialSpawn(Mob entity, Level world, float x, float y, float z, BaseSpawner spawner, MobSpawnType spawnReason)
-
Uses of BaseSpawner in net.minecraftforge.event.entity.living
Fields in net.minecraftforge.event.entity.living declared as BaseSpawnerModifier and TypeFieldDescriptionprivate BaseSpawner
LivingSpawnEvent.CheckSpawn.spawner
private BaseSpawner
LivingSpawnEvent.SpecialSpawn.spawner
Methods in net.minecraftforge.event.entity.living that return BaseSpawnerModifier and TypeMethodDescriptionLivingSpawnEvent.CheckSpawn.getSpawner()
LivingSpawnEvent.SpecialSpawn.getSpawner()
Constructors in net.minecraftforge.event.entity.living with parameters of type BaseSpawnerModifierConstructorDescriptionCheckSpawn(Mob entity, LevelAccessor world, double x, double y, double z, BaseSpawner spawner, MobSpawnType spawnReason)
CheckSpawn is fired when an Entity is about to be spawned.SpecialSpawn(Mob entity, Level world, double x, double y, double z, BaseSpawner spawner, MobSpawnType spawnReason)