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.criterion
Methods in net.minecraft.advancement.criterion with parameters of type MerchantEntityModifier and TypeMethodDescriptionvoid
VillagerTradeCriterion.trigger
(ServerPlayerEntity player, MerchantEntity merchant, ItemStack stack) -
Uses of MerchantEntity in net.minecraft.entity.ai.goal
Fields in net.minecraft.entity.ai.goal declared as MerchantEntityModifier and TypeFieldDescriptionprivate final MerchantEntity
LookAtCustomerGoal.merchant
private final MerchantEntity
StopFollowingCustomerGoal.merchant
Constructors in net.minecraft.entity.ai.goal with parameters of type MerchantEntityModifierConstructorDescriptionLookAtCustomerGoal
(MerchantEntity merchant) StopFollowingCustomerGoal
(MerchantEntity merchant) -
Uses of MerchantEntity in net.minecraft.entity.passive
Subclasses 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)