mirror of
https://github.com/PaperMC/Paper.git
synced 2025-08-11 02:02:04 -07:00
SPIGOT-7533, 943: Add missing Poses for 1.20.3
By: Doc <nachito94@msn.com>
This commit is contained in:
@@ -65,5 +65,17 @@ public enum Pose {
|
||||
/**
|
||||
* Entity is digging.
|
||||
*/
|
||||
DIGGING;
|
||||
DIGGING,
|
||||
/**
|
||||
* Entity is sliding.
|
||||
*/
|
||||
SLIDING,
|
||||
/**
|
||||
* Entity is shooting.
|
||||
*/
|
||||
SHOOTING,
|
||||
/**
|
||||
* Entity is inhaling.
|
||||
*/
|
||||
INHALING;
|
||||
}
|
||||
|
Reference in New Issue
Block a user