@@ -37,5 +37,29 @@ public enum Pose {
|
||||
/**
|
||||
* Entity is dead.
|
||||
*/
|
||||
DYING;
|
||||
DYING,
|
||||
/**
|
||||
* Entity is croaking.
|
||||
*/
|
||||
CROAKING,
|
||||
/**
|
||||
* Entity is using its tongue.
|
||||
*/
|
||||
USING_TONGUE,
|
||||
/**
|
||||
* Entity is roaring.
|
||||
*/
|
||||
ROARING,
|
||||
/**
|
||||
* Entity is sniffing.
|
||||
*/
|
||||
SNIFFING,
|
||||
/**
|
||||
* Entity is emerging.
|
||||
*/
|
||||
EMERGING,
|
||||
/**
|
||||
* Entity is digging.
|
||||
*/
|
||||
DIGGING;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user