Uses of Class
net.minecraft.entity.passive.MerchantEntity
Packages that use MerchantEntity
Package
Description
-
Uses of MerchantEntity in net.minecraft.advancement.criterion
Methods in net.minecraft.advancement.criterion with parameters of type MerchantEntityModifier and TypeMethodDescriptionvoid
VillagerTradeCriterion.handle(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 MerchantEntity
LookAtCustomerGoal.merchant
private 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)