mirror of
https://hub.spigotmc.org/stash/scm/spigot/bukkit.git
synced 2025-04-13 09:41:09 +00:00
SPIGOT-7965: Unknown TransformReason for Hoglins
This commit is contained in:
parent
9db034578d
commit
ed0ec4893b
1 changed files with 1 additions and 1 deletions
|
@ -109,7 +109,7 @@ public class EntityTransformEvent extends EntityEvent implements Cancellable {
|
||||||
*/
|
*/
|
||||||
SPLIT,
|
SPLIT,
|
||||||
/**
|
/**
|
||||||
* When a piglin converts to a zombified piglin.
|
* When a piglin (or hoglin) converts to a zombified version from overworld presence.
|
||||||
*/
|
*/
|
||||||
PIGLIN_ZOMBIFIED,
|
PIGLIN_ZOMBIFIED,
|
||||||
/**
|
/**
|
||||||
|
|
Loading…
Add table
Reference in a new issue