Uses of Interface
net.minecraft.entity.data.Trader
Packages that use Trader
Package
Description
-
Uses of Trader in net.minecraft.client.gui.screen.ingame
Fields in net.minecraft.client.gui.screen.ingame declared as TraderMethods in net.minecraft.client.gui.screen.ingame that return TraderConstructors in net.minecraft.client.gui.screen.ingame with parameters of type TraderModifierConstructorDescriptionVillagerTradingScreen(PlayerInventory inventory, Trader trader, World world) -
Uses of Trader in net.minecraft.entity.data
Classes in net.minecraft.entity.data that implement Trader -
Uses of Trader in net.minecraft.entity.passive
Classes in net.minecraft.entity.passive that implement Trader -
Uses of Trader in net.minecraft.entity.player
Methods in net.minecraft.entity.player with parameters of type TraderModifier and TypeMethodDescriptionvoidClientPlayerEntity.openTradingScreen(Trader trader) voidPlayerEntity.openTradingScreen(Trader trader) voidServerPlayerEntity.openTradingScreen(Trader trader) -
Uses of Trader in net.minecraft.inventory.slot
Fields in net.minecraft.inventory.slot declared as TraderConstructors in net.minecraft.inventory.slot with parameters of type TraderModifierConstructorDescriptionTradeOutputSlot(PlayerEntity player, Trader trader, TraderInventory traderInventory, int index, int x, int y) -
Uses of Trader in net.minecraft.screen
Fields in net.minecraft.screen declared as TraderConstructors in net.minecraft.screen with parameters of type TraderModifierConstructorDescriptionVillagerScreenHandler(PlayerInventory playerInventory, Trader trader, World world) -
Uses of Trader in net.minecraft.village
Fields in net.minecraft.village declared as TraderConstructors in net.minecraft.village with parameters of type Trader