| 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.entity | 
| Modifier and Type | Method | Description | 
|---|---|---|
| @Nullable InventoryView | HumanEntity. openMerchant(@NotNull Villager trader,
            boolean force) | Starts a trade between the player and the villager. | 
| Modifier and Type | Method | Description | 
|---|---|---|
| @NotNull Villager | VillagerCareerChangeEvent. getEntity() | 
| Constructor | Description | 
|---|---|
| VillagerCareerChangeEvent(@NotNull Villager what,
                         @NotNull Villager.Profession profession,
                         @NotNull VillagerCareerChangeEvent.ChangeReason reason) | 
Copyright © 2020. All rights reserved.