Package net.minecraft.container.slot
Class FurnaceOutput
java.lang.Object
net.minecraft.container.slot.Slot
net.minecraft.container.slot.FurnaceOutput
- Mappings:
Namespace Name intermediary net/minecraft/class_497glue class_533server nrclient vqnamed net/minecraft/container/slot/FurnaceOutput
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionFurnaceOutput(PlayerBase playerBase, InventoryBase inventoryBase, int int2, int int3, int int4) -
Method Summary
Modifier and TypeMethodDescriptionbooleancanInsert(ItemInstance stack) voidonCrafted(ItemInstance stack) Methods inherited from class net.minecraft.container.slot.Slot
equals, getItem, getMaxStackCount, hasItem, markDirty, method_471, setStack, takeItem
-
Field Details
-
player
- Mappings:
Namespace Name Mixin selector intermediary field_2021Lnet/minecraft/class_497;field_2021:Lnet/minecraft/class_54;glue field_2244Lclass_533;field_2244:Lclass_172;server dLnr;d:Lem;client dLvq;d:Lgs;named playerLnet/minecraft/container/slot/FurnaceOutput;player:Lnet/minecraft/entity/player/PlayerBase;
-
-
Constructor Details
-
FurnaceOutput
public FurnaceOutput(PlayerBase playerBase, InventoryBase inventoryBase, int int2, int int3, int int4)
-
-
Method Details
-
canInsert
- Overrides:
canInsertin classSlot- Mappings:
Namespace Name Mixin selector intermediary method_477Lnet/minecraft/class_133;method_477(Lnet/minecraft/class_31;)Zglue method_813Lclass_170;method_813(Lclass_224;)Zserver bLel;b(Lfy;)Zclient bLgp;b(Liz;)Znamed canInsertLnet/minecraft/container/slot/Slot;canInsert(Lnet/minecraft/item/ItemInstance;)Z
-
onCrafted
- Overrides:
onCraftedin classSlot- Mappings:
Namespace Name Mixin selector intermediary method_474Lnet/minecraft/class_133;method_474(Lnet/minecraft/class_31;)Vglue method_810Lclass_170;method_810(Lclass_224;)Vserver aLel;a(Lfy;)Vclient aLgp;a(Liz;)Vnamed onCraftedLnet/minecraft/container/slot/Slot;onCrafted(Lnet/minecraft/item/ItemInstance;)V
-