Update player actions for 1.9

Fixes #161
This commit is contained in:
Dan Mulloy 2016-03-04 17:32:43 -05:00
parent c2d028df4f
commit 5efc4ffee3

View File

@ -158,8 +158,10 @@ public abstract class EnumWrappers {
STOP_SLEEPING, STOP_SLEEPING,
START_SPRINTING, START_SPRINTING,
STOP_SPRINTING, STOP_SPRINTING,
RIDING_JUMP, START_RIDING_JUMP,
OPEN_INVENTORY; STOP_RIDING_JUMP,
OPEN_INVENTORY,
START_FALL_FLYING;
} }
public enum ScoreboardAction { public enum ScoreboardAction {