Uses of Interface
net.minecraft.village.Merchant
| Package | Description |
|---|---|
| net.minecraft.entity.passive | |
| net.minecraft.screen | |
| net.minecraft.screen.slot | |
| net.minecraft.village |
-
Uses of Merchant in net.minecraft.entity.passive
Classes in net.minecraft.entity.passive that implement Merchant Modifier and Type Class Description classMerchantEntityclassVillagerEntityclassWanderingTraderEntity -
Uses of Merchant in net.minecraft.screen
Fields in net.minecraft.screen declared as Merchant Modifier and Type Field Description private MerchantMerchantScreenHandler. merchantConstructors in net.minecraft.screen with parameters of type Merchant Constructor Description MerchantScreenHandler(int syncId, PlayerInventory playerInventory, Merchant merchant) -
Uses of Merchant in net.minecraft.screen.slot
Fields in net.minecraft.screen.slot declared as Merchant Modifier and Type Field Description private MerchantTradeOutputSlot. merchantConstructors in net.minecraft.screen.slot with parameters of type Merchant Constructor Description TradeOutputSlot(PlayerEntity player, Merchant merchant, MerchantInventory merchantInventory, int index, int x, int y) -
Uses of Merchant in net.minecraft.village
Classes in net.minecraft.village that implement Merchant Modifier and Type Class Description classSimpleMerchantFields in net.minecraft.village declared as Merchant Modifier and Type Field Description private MerchantMerchantInventory. merchantConstructors in net.minecraft.village with parameters of type Merchant Constructor Description MerchantInventory(Merchant merchant)