Makes the Pose enum public

This commit is contained in:
themode 2020-12-29 00:43:04 +01:00
parent f7d1bd7e53
commit 718d787192
1 changed files with 1 additions and 1 deletions

View File

@ -1421,7 +1421,7 @@ public abstract class Entity implements Viewable, EventHandler, DataContainer, P
this.lastAbsoluteSynchronizationTime = 0;
}
private enum Pose {
public enum Pose {
STANDING,
FALL_FLYING,
SLEEPING,