SPIGOT-7965: Unknown TransformReason for Hoglins

By: md_5 <git@md-5.net>
This commit is contained in:
Bukkit/Spigot 2024-11-27 07:08:11 +11:00
parent 0381154988
commit f722ad8301

View file

@ -109,7 +109,7 @@ public class EntityTransformEvent extends EntityEvent implements Cancellable {
*/
SPLIT,
/**
* When a piglin converts to a zombified piglin.
* When a piglin (or hoglin) converts to a zombified version from overworld presence.
*/
PIGLIN_ZOMBIFIED,
/**