Refactor to align with Minecraft 1.21.5 API changes

This commit is contained in:
2025-04-24 13:10:48 +02:00
parent a38f9222dd
commit bb97d80c18
6 changed files with 63 additions and 73 deletions
@@ -25,6 +25,6 @@ public class CraftbukkitWrapper21 extends CraftbukkitWrapper18 {
@Override
public float headRotation(Entity e) {
return getEntity(e).bS();
return getEntity(e).getYHeadRot();
}
}