public interface Villager extends Ageable, NPC, InventoryHolder, Merchant
| Modifier and Type | Interface and Description |
|---|---|
static class |
Villager.Profession
Represents the various different Villager professions there may be.
|
| Modifier and Type | Method and Description |
|---|---|
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 |
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, setBreed_INVALID_getLastDamage, _INVALID_setLastDamage, addPotionEffect, addPotionEffect, addPotionEffects, getActivePotionEffects, getArrowsStuck, getCanPickupItems, getEquipment, getEyeHeight, getEyeHeight, getEyeLocation, getKiller, getLastDamage, getLastTwoTargetBlocks, getLastTwoTargetBlocks, getLeashHolder, getLineOfSight, getLineOfSight, getMaximumAir, getMaximumNoDamageTicks, getNoDamageTicks, getPotionEffect, getRemainingAir, getRemoveWhenFarAway, getTargetBlock, getTargetBlock, hasAI, hasLineOfSight, hasPotionEffect, isCollidable, isGliding, isLeashed, removePotionEffect, setAI, setArrowsStuck, setCanPickupItems, setCollidable, setGliding, setLastDamage, setLeashHolder, setMaximumAir, setMaximumNoDamageTicks, setNoDamageTicks, setRemainingAir, setRemoveWhenFarAwaygetAttribute_INVALID_damage, _INVALID_damage, _INVALID_getHealth, _INVALID_getMaxHealth, _INVALID_setHealth, _INVALID_setMaxHealth, damage, damage, getHealth, getMaxHealth, resetMaxHealth, setHealth, setMaxHealthlaunchProjectile, launchProjectilegetRecipe, getRecipeCount, getRecipes, getTrader, isTrading, setRecipe, setRecipesVillager.Profession getProfession()
void setProfession(Villager.Profession profession)
profession - New profession.Inventory getInventory()
getInventory in interface InventoryHolderint getRiches()
void setRiches(int riches)
riches - the new richesgetRiches()Copyright © 2022. All rights reserved.