mirror of
https://github.com/PaperMC/Paper.git
synced 2025-02-05 15:11:28 +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
@ -65,5 +65,17 @@ public enum Pose {
|
||||
/**
|
||||
* Entity is digging.
|
||||
*/
|
||||
DIGGING;
|
||||
DIGGING,
|
||||
/**
|
||||
* Entity is sliding.
|
||||
*/
|
||||
SLIDING,
|
||||
/**
|
||||
* Entity is shooting.
|
||||
*/
|
||||
SHOOTING,
|
||||
/**
|
||||
* Entity is inhaling.
|
||||
*/
|
||||
INHALING;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user