Uses of Class
net.minecraft.entity.passive.MerchantEntity
Package
Description
The basic AI system for Minecraft living entities.
-
Uses of MerchantEntity in net.minecraft.advancement.criterion
Modifier and TypeMethodDescriptionvoid
VillagerTradeCriterion.trigger
(ServerPlayerEntity player, MerchantEntity merchant, ItemStack stack) -
Uses of MerchantEntity in net.minecraft.entity.ai.goal
Modifier and TypeFieldDescriptionprivate final MerchantEntity
LookAtCustomerGoal.merchant
private final MerchantEntity
StopFollowingCustomerGoal.merchant
ModifierConstructorDescriptionLookAtCustomerGoal
(MerchantEntity merchant) StopFollowingCustomerGoal
(MerchantEntity merchant) -
Uses of MerchantEntity in net.minecraft.entity.passive
ModifierConstructorDescriptionMerchantEntity
(EntityType<? extends MerchantEntity> type, World world)