mirror of
https://github.com/PaperMC/Paper.git
synced 2024-12-30 16:19:03 +01:00
SPIGOT-7533, 943: Add missing Poses for 1.20.3
By: Doc <nachito94@msn.com>
This commit is contained in:
parent
c5f936087b
commit
27fcca0875
1 changed files with 13 additions and 1 deletions
|
@ -65,5 +65,17 @@ public enum Pose {
|
||||||
/**
|
/**
|
||||||
* Entity is digging.
|
* Entity is digging.
|
||||||
*/
|
*/
|
||||||
DIGGING;
|
DIGGING,
|
||||||
|
/**
|
||||||
|
* Entity is sliding.
|
||||||
|
*/
|
||||||
|
SLIDING,
|
||||||
|
/**
|
||||||
|
* Entity is shooting.
|
||||||
|
*/
|
||||||
|
SHOOTING,
|
||||||
|
/**
|
||||||
|
* Entity is inhaling.
|
||||||
|
*/
|
||||||
|
INHALING;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue