Uses of Class
net.minecraft.entity.passive.MerchantEntity
| Package | Description |
|---|---|
| net.minecraft.advancement.criterion | |
| net.minecraft.entity.ai.goal | |
| net.minecraft.entity.passive |
-
Uses of MerchantEntity in net.minecraft.advancement.criterion
Methods in net.minecraft.advancement.criterion with parameters of type MerchantEntity Modifier and Type Method Description voidVillagerTradeCriterion. 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 MerchantEntity Modifier and Type Field Description private MerchantEntityLookAtCustomerGoal. merchantprivate MerchantEntityStopFollowingCustomerGoal. merchantConstructors in net.minecraft.entity.ai.goal with parameters of type MerchantEntity Constructor Description LookAtCustomerGoal(MerchantEntity merchant)StopFollowingCustomerGoal(MerchantEntity merchant) -
Uses of MerchantEntity in net.minecraft.entity.passive
Subclasses of MerchantEntity in net.minecraft.entity.passive Modifier and Type Class Description classVillagerEntityclassWanderingTraderEntityConstructor parameters in net.minecraft.entity.passive with type arguments of type MerchantEntity Constructor Description MerchantEntity(EntityType<? extends MerchantEntity> type, World world)