Package net.minecraft.screen.slot
Class FurnaceOutputSlot
java.lang.Object
net.minecraft.screen.slot.Slot
net.minecraft.screen.slot.FurnaceOutputSlot
public class FurnaceOutputSlot extends Slot
- Mappings:
Namespace Name official bkl
intermediary net/minecraft/class_1719
named net/minecraft/screen/slot/FurnaceOutputSlot
-
Field Summary
Fields Modifier and Type Field Description private int
amount
private PlayerEntity
player
-
Constructor Summary
Constructors Constructor Description FurnaceOutputSlot(PlayerEntity player, Inventory inventory, int index, int x, int y)
-
Method Summary
Methods inherited from class net.minecraft.screen.slot.Slot
canTakeItems, doDrawHoveringEffect, getBackgroundSprite, getMaxItemCount, getMaxItemCount, getStack, hasStack, markDirty, method_32753, method_32754, method_32755, method_32756, onStackChanged, onTake, setStack
-
Field Details
-
player
- Mappings:
Namespace Name Mixin selector official a
Lbkl;a:Lbhl;
intermediary field_7818
Lnet/minecraft/class_1719;field_7818:Lnet/minecraft/class_1657;
named player
Lnet/minecraft/screen/slot/FurnaceOutputSlot;player:Lnet/minecraft/entity/player/PlayerEntity;
-
amount
private int amount- Mappings:
Namespace Name Mixin selector official b
Lbkl;b:I
intermediary field_7819
Lnet/minecraft/class_1719;field_7819:I
named amount
Lnet/minecraft/screen/slot/FurnaceOutputSlot;amount:I
-
-
Constructor Details
-
FurnaceOutputSlot
- Mappings:
Namespace Name Mixin selector official <init>
Lbkl;<init>(Lbhl;Lapj;III)V
intermediary <init>
Lnet/minecraft/class_1719;<init>(Lnet/minecraft/class_1657;Lnet/minecraft/class_1263;III)V
named <init>
Lnet/minecraft/screen/slot/FurnaceOutputSlot;<init>(Lnet/minecraft/entity/player/PlayerEntity;Lnet/minecraft/inventory/Inventory;III)V
-
-
Method Details
-
canInsert
-
takeStack
-
onTakeItem
- Overrides:
onTakeItem
in classSlot
- Mappings:
Namespace Name Mixin selector official a
Lblh;a(Lbhl;Lbnv;)Lbnv;
intermediary method_7667
Lnet/minecraft/class_1735;method_7667(Lnet/minecraft/class_1657;Lnet/minecraft/class_1799;)Lnet/minecraft/class_1799;
named onTakeItem
Lnet/minecraft/screen/slot/Slot;onTakeItem(Lnet/minecraft/entity/player/PlayerEntity;Lnet/minecraft/item/ItemStack;)Lnet/minecraft/item/ItemStack;
-
onCrafted
-
onCrafted
-