| Package | Description | 
|---|---|
| org.bukkit.entity | 
 Interfaces for non-voxel objects that can exist in a  
world, including all players, monsters, projectiles, etc. | 
| org.bukkit.event.player | |
| org.bukkit.inventory | 
 Classes involved in manipulating player inventories and item interactions. 
 | 
| Modifier and Type | Method | Description | 
|---|---|---|
MainHand | 
HumanEntity.getMainHand() | 
 Gets the player's selected main hand 
 | 
| Modifier and Type | Method | Description | 
|---|---|---|
MainHand | 
PlayerChangedMainHandEvent.getMainHand() | 
 Gets the new main hand of the player. 
 | 
| Constructor | Description | 
|---|---|
PlayerChangedMainHandEvent(Player who,
                          MainHand mainHand) | 
| Modifier and Type | Method | Description | 
|---|---|---|
static MainHand | 
MainHand.valueOf(String name) | 
 Returns the enum constant of this type with the specified name. 
 | 
static MainHand[] | 
MainHand.values() | 
 Returns an array containing the constants of this enum type, in
the order they are declared. 
 | 
Copyright © 2020. All rights reserved.