mirror of
https://github.com/PaperMC/Paper.git
synced 2025-01-23 16:56:31 +01:00
Removed MONSTER CreatureType.
By: EvilSeph <evilseph@gmail.com>
This commit is contained in:
parent
4cb9c42247
commit
994b74a0fd
1 changed files with 0 additions and 3 deletions
|
@ -277,9 +277,6 @@ public class CraftEventFactory {
|
|||
type = CreatureType.BLAZE;
|
||||
} else if (entityliving instanceof EntitySilverfish) {
|
||||
type = CreatureType.SILVERFISH;
|
||||
// Supertype of many, last!
|
||||
} else if (entityliving instanceof EntityMonster) {
|
||||
type = CreatureType.MONSTER;
|
||||
}
|
||||
|
||||
CreatureSpawnEvent event = new CreatureSpawnEvent(entity, type, entity.getLocation(), spawnReason);
|
||||
|
|
Loading…
Add table
Reference in a new issue