Deprecate CHUNK_GEN spawn reason

By: md_5 <git@md-5.net>
This commit is contained in:
Bukkit/Spigot 2019-04-27 10:08:39 +10:00
parent fb39d0943e
commit bd15f6a4bc

View file

@ -1,6 +1,8 @@
package org.bukkit.event.entity;
import org.bukkit.Chunk;
import org.bukkit.entity.LivingEntity;
import org.bukkit.event.world.ChunkLoadEvent;
import org.jetbrains.annotations.NotNull;
/**
@ -49,7 +51,13 @@ public class CreatureSpawnEvent extends EntitySpawnEvent {
JOCKEY,
/**
* When a creature spawns due to chunk generation
*
* @deprecated no longer called, chunks are generated with entities
* already existing. Consider using {@link ChunkLoadEvent},
* {@link ChunkLoadEvent#isNewChunk()} and {@link Chunk#getEntities()}
* for similar effect.
*/
@Deprecated
CHUNK_GEN,
/**
* When a creature spawns from a spawner