SPIGOT-1806: Add HumanEntity#getMainHand

By: Matthew <stteg@hotmail.com>
This commit is contained in:
Bukkit/Spigot
2016-03-11 13:02:00 -05:00
parent b10b2605b1
commit fe152f147f
2 changed files with 17 additions and 0 deletions

View File

@@ -0,0 +1,9 @@
package org.bukkit.inventory;
/**
* Represents the chosen main hand of a player
*/
public enum MainHand {
LEFT,
RIGHT
}