Uses of Class
net.minecraft.entity.passive.MerchantEntity
Package
Description
-
Uses of MerchantEntity in net.minecraft.advancement.criterion
Modifier and TypeMethodDescriptionvoid
VillagerTradeCriterion.handle(ServerPlayerEntity player, MerchantEntity merchant, ItemStack stack)
-
Uses of MerchantEntity in net.minecraft.entity.ai.goal
Modifier and TypeFieldDescriptionprivate MerchantEntity
LookAtCustomerGoal.merchant
private MerchantEntity
StopFollowingCustomerGoal.merchant
ModifierConstructorDescriptionLookAtCustomerGoal(MerchantEntity merchant)
StopFollowingCustomerGoal(MerchantEntity merchant)
-
Uses of MerchantEntity in net.minecraft.entity.passive
ModifierConstructorDescriptionMerchantEntity(EntityType<? extends MerchantEntity> type, World world)