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 level, double x, double y, double z, BaseSpawner spawner, MobSpawnType spawnReason) static boolean
ForgeEventFactory.doSpecialSpawn
(Mob entity, LevelAccessor level, 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 final @Nullable BaseSpawner
LivingSpawnEvent.CheckSpawn.spawner
private final @Nullable BaseSpawner
LivingSpawnEvent.SpecialSpawn.spawner
Methods in net.minecraftforge.event.entity.living that return BaseSpawnerModifier and TypeMethodDescription@Nullable BaseSpawner
LivingSpawnEvent.CheckSpawn.getSpawner()
@Nullable BaseSpawner
LivingSpawnEvent.SpecialSpawn.getSpawner()
Constructors in net.minecraftforge.event.entity.living with parameters of type BaseSpawnerModifierConstructorDescriptionCheckSpawn
(Mob mob, LevelAccessor level, double x, double y, double z, @Nullable BaseSpawner spawner, MobSpawnType spawnReason) SpecialSpawn
(Mob entity, LevelAccessor level, double x, double y, double z, @Nullable BaseSpawner spawner, MobSpawnType spawnReason)