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 void
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 MerchantEntity Modifier and Type Field Description private MerchantEntity
LookAtCustomerGoal. merchant
private MerchantEntity
StopFollowingCustomerGoal. merchant
Constructors 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 class
VillagerEntity
class
WanderingTraderEntity
Constructor parameters in net.minecraft.entity.passive with type arguments of type MerchantEntity Constructor Description MerchantEntity(EntityType<? extends MerchantEntity> type, World world)