Uses of Class
net.minecraft.entity.passive.MerchantEntity
Packages that use MerchantEntity
Package
Description
The basic AI system for Minecraft living entities.
- 
Uses of MerchantEntity in net.minecraft.advancement.criterionMethods in net.minecraft.advancement.criterion with parameters of type MerchantEntityModifier and TypeMethodDescriptionvoidVillagerTradeCriterion.trigger(ServerPlayerEntity player, MerchantEntity merchant, ItemStack stack) 
- 
Uses of MerchantEntity in net.minecraft.entity.ai.goalFields in net.minecraft.entity.ai.goal declared as MerchantEntityModifier and TypeFieldDescriptionprivate final MerchantEntityLookAtCustomerGoal.merchantprivate final MerchantEntityStopFollowingCustomerGoal.merchantConstructors in net.minecraft.entity.ai.goal with parameters of type MerchantEntityModifierConstructorDescriptionLookAtCustomerGoal(MerchantEntity merchant) StopFollowingCustomerGoal(MerchantEntity merchant) 
- 
Uses of MerchantEntity in net.minecraft.entity.passiveSubclasses of MerchantEntity in net.minecraft.entity.passiveConstructor parameters in net.minecraft.entity.passive with type arguments of type MerchantEntityModifierConstructorDescriptionMerchantEntity(EntityType<? extends MerchantEntity> type, World world)