Uses of Class
net.minecraft.entity.merchant.villager.AbstractVillagerEntity
-
Packages that use AbstractVillagerEntity Package Description net.minecraft.advancements.criterion net.minecraft.entity.ai.goal net.minecraft.entity.merchant.villager -
-
Uses of AbstractVillagerEntity in net.minecraft.advancements.criterion
Methods in net.minecraft.advancements.criterion with parameters of type AbstractVillagerEntity Modifier and Type Method Description voidVillagerTradeTrigger. 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 AbstractVillagerEntity Modifier and Type Field Description private AbstractVillagerEntityTradeWithPlayerGoal. mobprivate AbstractVillagerEntityLookAtCustomerGoal. villagerConstructors in net.minecraft.entity.ai.goal with parameters of type AbstractVillagerEntity Constructor Description LookAtCustomerGoal(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.villager Modifier and Type Class Description classVillagerEntityclassWanderingTraderEntityConstructor parameters in net.minecraft.entity.merchant.villager with type arguments of type AbstractVillagerEntity Constructor Description AbstractVillagerEntity(EntityType<? extends AbstractVillagerEntity> p_i50185_1_, World p_i50185_2_)
-