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 | Interface and Description |
---|---|
interface |
Villager
Represents a villager NPC
|
interface |
WanderingTrader
Represents a wandering trader NPC
|
Modifier and Type | Method and Description |
---|---|
AbstractVillager |
VillagerReplenishTradeEvent.getEntity() |
AbstractVillager |
VillagerAcquireTradeEvent.getEntity() |
Constructor and Description |
---|
VillagerAcquireTradeEvent(AbstractVillager what,
MerchantRecipe recipe) |
VillagerReplenishTradeEvent(AbstractVillager what,
MerchantRecipe recipe,
int bonus) |
Copyright © 2022. All rights reserved.