Package net.minecraft.screen
Class Generic3x3ScreenHandler
java.lang.Object
net.minecraft.screen.ScreenHandler
net.minecraft.screen.Generic3x3ScreenHandler
- Mappings:
Namespace Name official acuintermediary net/minecraft/class_1027named net/minecraft/screen/Generic3x3ScreenHandler
-
Field Summary
FieldsFields inherited from class net.minecraft.screen.ScreenHandler
field_15099, listeners, slots, syncId -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleancanUse(PlayerEntity player) transferSlot(PlayerEntity player, int invSlot) Methods inherited from class net.minecraft.screen.ScreenHandler
addListener, addSlot, calculateComparatorOutput, calculateComparatorOutput, calculateStackSize, canInsertIntoSlot, canInsertIntoSlot, canInsertItemIntoSlot, close, endQuickCraft, getNextActionId, getSlot, insertItem, isNotRestricted, method_13641, method_13642, method_3252, method_3255, onButtonClick, onContentChanged, onSlotClick, packClickData, removeListener, sendContentUpdates, setPlayerRestriction, setProperty, setStackInSlot, shouldQuickCraftContinue, unpackButtonId, unpackQuickCraftStage
-
Field Details
-
inventory
- Mappings:
Namespace Name Mixin selector official aLacu;a:Lrc;intermediary field_12144Lnet/minecraft/class_1027;field_12144:Lnet/minecraft/class_849;named inventoryLnet/minecraft/screen/Generic3x3ScreenHandler;inventory:Lnet/minecraft/inventory/Inventory;
-
-
Constructor Details
-
Generic3x3ScreenHandler
- Mappings:
Namespace Name Mixin selector official <init>Lacu;<init>(Lrc;Lrc;)Vintermediary <init>Lnet/minecraft/class_1027;<init>(Lnet/minecraft/class_849;Lnet/minecraft/class_849;)Vnamed <init>Lnet/minecraft/screen/Generic3x3ScreenHandler;<init>(Lnet/minecraft/inventory/Inventory;Lnet/minecraft/inventory/Inventory;)V
-
-
Method Details
-
canUse
- Specified by:
canUsein classScreenHandler- Mappings:
Namespace Name Mixin selector official aLacl;a(Laay;)Zintermediary method_3269Lnet/minecraft/class_1002;method_3269(Lnet/minecraft/class_988;)Znamed canUseLnet/minecraft/screen/ScreenHandler;canUse(Lnet/minecraft/entity/player/PlayerEntity;)Z
-
transferSlot
- Overrides:
transferSlotin classScreenHandler- Mappings:
Namespace Name Mixin selector official bLacl;b(Laay;I)Lafj;intermediary method_3265Lnet/minecraft/class_1002;method_3265(Lnet/minecraft/class_988;I)Lnet/minecraft/class_1071;named transferSlotLnet/minecraft/screen/ScreenHandler;transferSlot(Lnet/minecraft/entity/player/PlayerEntity;I)Lnet/minecraft/item/ItemStack;
-