Archiviert
13
0

Update the dig type enum for 1.9

Dieser Commit ist enthalten in:
Dan Mulloy 2016-03-12 15:54:57 -05:00
Ursprung 286a642739
Commit a042c8bb3c

Datei anzeigen

@ -149,7 +149,8 @@ public abstract class EnumWrappers {
STOP_DESTROY_BLOCK, STOP_DESTROY_BLOCK,
DROP_ALL_ITEMS, DROP_ALL_ITEMS,
DROP_ITEM, DROP_ITEM,
RELEASE_USE_ITEM; RELEASE_USE_ITEM,
SWAP_HELD_ITEMS;
} }
public enum PlayerAction { public enum PlayerAction {