Uses of Class
net.minecraft.entity.merchant.villager.AbstractVillagerEntity
Packages that use AbstractVillagerEntity
Package
Description
-
Uses of AbstractVillagerEntity in net.minecraft.advancements.criterion
Methods in net.minecraft.advancements.criterion with parameters of type AbstractVillagerEntityModifier and TypeMethodDescriptionvoid
VillagerTradeTrigger.trigger
(ServerPlayerEntity p_215114_1_, AbstractVillagerEntity p_215114_2_, ItemStack p_215114_3_) -
Uses of AbstractVillagerEntity in net.minecraft.entity.ai.goal
Fields in net.minecraft.entity.ai.goal declared as AbstractVillagerEntityModifier and TypeFieldDescriptionprivate final AbstractVillagerEntity
TradeWithPlayerGoal.mob
private final AbstractVillagerEntity
LookAtCustomerGoal.villager
Constructors in net.minecraft.entity.ai.goal with parameters of type AbstractVillagerEntityModifierConstructorDescriptionLookAtCustomerGoal
(AbstractVillagerEntity p_i50326_1_) TradeWithPlayerGoal
(AbstractVillagerEntity p_i50320_1_) -
Uses of AbstractVillagerEntity in net.minecraft.entity.merchant.villager
Subclasses of AbstractVillagerEntity in net.minecraft.entity.merchant.villagerConstructor parameters in net.minecraft.entity.merchant.villager with type arguments of type AbstractVillagerEntityModifierConstructorDescriptionAbstractVillagerEntity
(EntityType<? extends AbstractVillagerEntity> p_i50185_1_, World p_i50185_2_)