SPIGOT-1806: Add HumanEntity#getMainHand
By: Matthew <stteg@hotmail.com>
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
package org.bukkit.inventory;
|
||||
|
||||
/**
|
||||
* Represents the chosen main hand of a player
|
||||
*/
|
||||
public enum MainHand {
|
||||
LEFT,
|
||||
RIGHT
|
||||
}
|
||||
Reference in New Issue
Block a user