mirror of
https://github.com/Minestom/Minestom.git
synced 2024-12-29 04:28:21 +01:00
Makes the Pose enum public
This commit is contained in:
parent
f7d1bd7e53
commit
718d787192
@ -1421,7 +1421,7 @@ public abstract class Entity implements Viewable, EventHandler, DataContainer, P
|
|||||||
this.lastAbsoluteSynchronizationTime = 0;
|
this.lastAbsoluteSynchronizationTime = 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
private enum Pose {
|
public enum Pose {
|
||||||
STANDING,
|
STANDING,
|
||||||
FALL_FLYING,
|
FALL_FLYING,
|
||||||
SLEEPING,
|
SLEEPING,
|
||||||
|
Loading…
Reference in New Issue
Block a user