Package net.minecraft.screen.slot
Class TradeOutputSlot
java.lang.Object
net.minecraft.screen.slot.Slot
net.minecraft.screen.slot.TradeOutputSlot
- Mappings:
Namespace Name official cjl
intermediary net/minecraft/class_1727
named net/minecraft/screen/slot/TradeOutputSlot
-
Field Summary
Modifier and TypeFieldDescriptionprivate int
private final Merchant
private final MerchantInventory
private final PlayerEntity
-
Constructor Summary
ConstructorDescriptionTradeOutputSlot
(PlayerEntity player, Merchant merchant, MerchantInventory merchantInventory, int index, int x, int y) -
Method Summary
Methods inherited from class net.minecraft.screen.slot.Slot
canBeHighlighted, canTakeItems, canTakePartial, disablesDynamicDisplay, getBackgroundSprite, getIndex, getMaxItemCount, getMaxItemCount, getStack, hasStack, insertStack, insertStack, isEnabled, markDirty, onQuickTransfer, onTake, setStack, setStack, setStackNoCallbacks, takeStackRange, tryTakeStackRange
-
Field Details
-
merchantInventory
- Mappings:
Namespace Name Mixin selector official a
Lcjl;a:Lcjj;
intermediary field_7860
Lnet/minecraft/class_1727;field_7860:Lnet/minecraft/class_1725;
named merchantInventory
Lnet/minecraft/screen/slot/TradeOutputSlot;merchantInventory:Lnet/minecraft/village/MerchantInventory;
-
player
- Mappings:
Namespace Name Mixin selector official b
Lcjl;b:Lcfi;
intermediary field_7857
Lnet/minecraft/class_1727;field_7857:Lnet/minecraft/class_1657;
named player
Lnet/minecraft/screen/slot/TradeOutputSlot;player:Lnet/minecraft/entity/player/PlayerEntity;
-
amount
private int amount- Mappings:
Namespace Name Mixin selector official c
Lcjl;c:I
intermediary field_7859
Lnet/minecraft/class_1727;field_7859:I
named amount
Lnet/minecraft/screen/slot/TradeOutputSlot;amount:I
-
merchant
- Mappings:
Namespace Name Mixin selector official h
Lcjl;h:Lcsm;
intermediary field_7858
Lnet/minecraft/class_1727;field_7858:Lnet/minecraft/class_1915;
named merchant
Lnet/minecraft/screen/slot/TradeOutputSlot;merchant:Lnet/minecraft/village/Merchant;
-
-
Constructor Details
-
TradeOutputSlot
public TradeOutputSlot(PlayerEntity player, Merchant merchant, MerchantInventory merchantInventory, int index, int x, int y) - Mappings:
Namespace Name Mixin selector official <init>
Lcjl;<init>(Lcfi;Lcsm;Lcjj;III)V
intermediary <init>
Lnet/minecraft/class_1727;<init>(Lnet/minecraft/class_1657;Lnet/minecraft/class_1915;Lnet/minecraft/class_1725;III)V
named <init>
Lnet/minecraft/screen/slot/TradeOutputSlot;<init>(Lnet/minecraft/entity/player/PlayerEntity;Lnet/minecraft/village/Merchant;Lnet/minecraft/village/MerchantInventory;III)V
-
-
Method Details
-
canInsert
-
takeStack
-
onCrafted
-
onCrafted
-
onTakeItem
- Overrides:
onTakeItem
in classSlot
- Mappings:
Namespace Name Mixin selector official a
Lcjw;a(Lcfi;Lcmy;)V
intermediary method_7667
Lnet/minecraft/class_1735;method_7667(Lnet/minecraft/class_1657;Lnet/minecraft/class_1799;)V
named onTakeItem
Lnet/minecraft/screen/slot/Slot;onTakeItem(Lnet/minecraft/entity/player/PlayerEntity;Lnet/minecraft/item/ItemStack;)V
-