mirror of
https://github.com/PaperMC/Paper.git
synced 2025-01-09 19:49:35 +01:00
SPIGOT-3641: Remove ambiguous entity effects & restore behaviour of DEATH
By: md_5 <git@md-5.net>
This commit is contained in:
parent
bcf58183b2
commit
d00f0e5fa0
1 changed files with 5 additions and 9 deletions
|
@ -41,11 +41,9 @@ public enum EntityEffect {
|
||||||
* <p>
|
* <p>
|
||||||
* <b>This will cause client-glitches!</b>
|
* <b>This will cause client-glitches!</b>
|
||||||
*/
|
*/
|
||||||
DEATH(3, LivingEntity.class),
|
DEATH(3, Entity.class),
|
||||||
/**
|
// PAIL - SPIGOT-3641 duplicate
|
||||||
* Iron golem attacking.
|
// GOLEM_ATTACK(4, IronGolem.class),
|
||||||
*/
|
|
||||||
GOLEM_ATTACK(4, IronGolem.class),
|
|
||||||
// 5 - unused
|
// 5 - unused
|
||||||
/**
|
/**
|
||||||
* The smoke when taming a wolf fails.
|
* The smoke when taming a wolf fails.
|
||||||
|
@ -60,10 +58,8 @@ public enum EntityEffect {
|
||||||
*/
|
*/
|
||||||
WOLF_SHAKE(8, Wolf.class),
|
WOLF_SHAKE(8, Wolf.class),
|
||||||
// 9 - unused
|
// 9 - unused
|
||||||
/**
|
// PAIL - SPIGOT-3641 duplicate
|
||||||
* When an entity eats a LONG_GRASS block.
|
// SHEEP_EAT(10, LivingEntity.class),
|
||||||
*/
|
|
||||||
SHEEP_EAT(10, LivingEntity.class),
|
|
||||||
/**
|
/**
|
||||||
* When an Iron Golem gives a rose.
|
* When an Iron Golem gives a rose.
|
||||||
*/
|
*/
|
||||||
|
|
Loading…
Reference in a new issue