mirror of
https://github.com/dmulloy2/ProtocolLib.git
synced 2025-02-09 00:51:59 +01:00
Add 1.17 long jump pose (#1409)
This commit is contained in:
parent
8361cf078f
commit
8774d87d59
@ -384,6 +384,7 @@ public abstract class EnumWrappers {
|
|||||||
SWIMMING,
|
SWIMMING,
|
||||||
SPIN_ATTACK,
|
SPIN_ATTACK,
|
||||||
CROUCHING,
|
CROUCHING,
|
||||||
|
LONG_JUMPING,
|
||||||
DYING;
|
DYING;
|
||||||
|
|
||||||
private final static EquivalentConverter<EntityPose> POSE_CONVERTER = EnumWrappers.getEntityPoseConverter();
|
private final static EquivalentConverter<EntityPose> POSE_CONVERTER = EnumWrappers.getEntityPoseConverter();
|
||||||
|
Loading…
Reference in New Issue
Block a user