Makes the Pose enum public

This commit is contained in:
themode 2020-12-29 00:43:04 +01:00
parent f7d1bd7e53
commit 718d787192

View File

@ -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,