public interface Villager extends Ageable, NPC, InventoryHolder, Merchant
| 限定符和类型 | 接口和说明 |
|---|---|
static class |
Villager.Career
The Career of this Villager.
|
static class |
Villager.Profession
Represents the various different Villager professions there may be.
|
| 限定符和类型 | 方法和说明 |
|---|---|
Villager.Career |
getCareer()
Get the current
Villager.Career for this Villager. |
Inventory |
getInventory()
Gets this villager's inventory.
|
Villager.Profession |
getProfession()
Gets the current profession of this villager.
|
int |
getRiches()
Gets this villager's riches, the number of emeralds this villager has
been given.
|
void |
setCareer(Villager.Career career)
Set the new
Villager.Career for this Villager. |
void |
setCareer(Villager.Career career,
boolean resetTrades)
Set the new
Villager.Career for this Villager. |
void |
setProfession(Villager.Profession profession)
Sets the new profession of this villager.
|
void |
setRiches(int riches)
Sets this villager's riches.
|
canBreed, getAge, getAgeLock, isAdult, setAdult, setAge, setAgeLock, setBaby, setBreedaddPotionEffect, addPotionEffect, addPotionEffects, getActivePotionEffects, getCanPickupItems, getEquipment, getEyeHeight, getEyeHeight, getEyeLocation, getKiller, getLastDamage, getLastTwoTargetBlocks, getLeashHolder, getLineOfSight, getMaximumAir, getMaximumNoDamageTicks, getNoDamageTicks, getPotionEffect, getRemainingAir, getRemoveWhenFarAway, getTargetBlock, hasAI, hasLineOfSight, hasPotionEffect, isCollidable, isGliding, isLeashed, removePotionEffect, setAI, setCanPickupItems, setCollidable, setGliding, setLastDamage, setLeashHolder, setMaximumAir, setMaximumNoDamageTicks, setNoDamageTicks, setRemainingAir, setRemoveWhenFarAwaygetAttributedamage, damage, getHealth, getMaxHealth, resetMaxHealth, setHealth, setMaxHealthlaunchProjectile, launchProjectilegetRecipe, getRecipeCount, getRecipes, getTrader, isTrading, setRecipe, setRecipesVillager.Profession getProfession()
void setProfession(Villager.Profession profession)
profession - New profession.Villager.Career getCareer()
Villager.Career for this Villager.Villager.Careervoid setCareer(Villager.Career career)
Villager.Career for this Villager.
This method will reset the villager's trades to the new career.career - the new career, or null to clear the career to a random onejava.lang.IllegalArgumentException - when the new Villager.Career cannot be
used with this Villager's current Villager.Profession.void setCareer(Villager.Career career, boolean resetTrades)
Villager.Career for this Villager.career - the new career, or null to clear the career to a random oneresetTrades - true to reset this Villager's trades to the new
career's (if any)java.lang.IllegalArgumentException - when the new Villager.Career cannot be
used with this Villager's current Villager.Profession.Inventory getInventory()
原文:Get the object's inventory.
getInventory 在接口中 InventoryHolderint getRiches()
void setRiches(int riches)
riches - the new richesgetRiches()