Commits

md_5 authored ed0ec4893b5
SPIGOT-7965: Unknown TransformReason for Hoglins
No tags

src/main/java/org/bukkit/event/entity/EntityTransformEvent.java

Modified
102 102 SHEARED,
103 103 /**
104 104 * When lightning strikes a entity.
105 105 */
106 106 LIGHTNING,
107 107 /**
108 108 * When a slime splits into multiple smaller slimes.
109 109 */
110 110 SPLIT,
111 111 /**
112 - * When a piglin converts to a zombified piglin.
112 + * When a piglin (or hoglin) converts to a zombified version from overworld presence.
113 113 */
114 114 PIGLIN_ZOMBIFIED,
115 115 /**
116 116 * When a tadpole converts to a frog
117 117 */
118 118 METAMORPHOSIS,
119 119 /**
120 120 * When reason is unknown.
121 121 */
122 122 UNKNOWN

Everything looks good. We'll let you know here if there's anything you should know about.

Add shortcut