Add all the newer entity poses, untested

This commit is contained in:
libraryaddict 2023-09-26 17:34:25 +13:00
parent eb21541424
commit 428ca42dd3

View File

@ -10,5 +10,13 @@ public enum EntityPose {
SWIMMING,
SPIN_ATTACK,
SNEAKING,
DYING
LONG_JUMPING,
DYING,
CROAKING,
USING_TONGUE,
SITTING,
ROARING,
SNIFFING,
EMERGING,
DIGGING;
}