mirror of
https://github.com/Pumpkin-MC/Pumpkin.git
synced 2026-08-30 20:14:23 +00:00
chore: move to crates folder
This commit is contained in:
22
crates/pumpkin-data/src/generated/entity_pose.rs
Normal file
22
crates/pumpkin-data/src/generated/entity_pose.rs
Normal file
@@ -0,0 +1,22 @@
|
||||
/* This file is generated. Do not edit manually. */
|
||||
#[derive(PartialEq, Clone, Copy)]
|
||||
pub enum EntityPose {
|
||||
Standing,
|
||||
FallFlying,
|
||||
Sleeping,
|
||||
Swimming,
|
||||
SpinAttack,
|
||||
Crouching,
|
||||
LongJumping,
|
||||
Dying,
|
||||
Croaking,
|
||||
UsingTongue,
|
||||
Sitting,
|
||||
Roaring,
|
||||
Sniffing,
|
||||
Emerging,
|
||||
Digging,
|
||||
Sliding,
|
||||
Shooting,
|
||||
Inhaling,
|
||||
}
|
||||
Reference in New Issue
Block a user