Add 1.17 long jump pose (#1409)

This commit is contained in:
Nassim Jahnke 2021-11-14 05:51:37 +01:00 committed by GitHub
parent 8361cf078f
commit 8774d87d59
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -384,6 +384,7 @@ public abstract class EnumWrappers {
SWIMMING,
SPIN_ATTACK,
CROUCHING,
LONG_JUMPING,
DYING;
private final static EquivalentConverter<EntityPose> POSE_CONVERTER = EnumWrappers.getEntityPoseConverter();