Package net.minecraft.screen
Class BeaconScreenHandler.PaymentSlot
java.lang.Object
net.minecraft.inventory.slot.Slot
net.minecraft.screen.BeaconScreenHandler.PaymentSlot
- Enclosing class:
- BeaconScreenHandler
class BeaconScreenHandler.PaymentSlot extends Slot
- Mappings:
Namespace Name official xl$aintermediary net/minecraft/class_1986$class_1987named net/minecraft/screen/BeaconScreenHandler$PaymentSlot
-
Field Summary
-
Constructor Summary
Constructors Constructor Description PaymentSlot(Inventory inventory, int id, int x, int y) -
Method Summary
Modifier and Type Method Description booleancanInsert(ItemStack stack)intgetMaxStackAmount()Methods inherited from class net.minecraft.inventory.slot.Slot
canTakeItems, doDrawHoveringEffect, getMaxStackAmount, getStack, hasStack, markDirty, method_8155, method_8163, onCrafted, onCrafted, onStackChanged, onTakeItem, setStack, takeStack
-
Constructor Details
-
PaymentSlot
- Mappings:
Namespace Name Mixin selector official <init>Lxl$a;<init>(Lxl;Log;III)Vintermediary <init>Lnet/minecraft/class_1986$class_1987;<init>(Lnet/minecraft/class_1986;Lnet/minecraft/class_1718;III)Vnamed <init>Lnet/minecraft/screen/BeaconScreenHandler$PaymentSlot;<init>(Lnet/minecraft/screen/BeaconScreenHandler;Lnet/minecraft/inventory/Inventory;III)V
-
-
Method Details
-
canInsert
-
getMaxStackAmount
public int getMaxStackAmount()- Overrides:
getMaxStackAmountin classSlot- Mappings:
Namespace Name Mixin selector official aLyg;a()Iintermediary method_8153Lnet/minecraft/class_2010;method_8153()Inamed getMaxStackAmountLnet/minecraft/inventory/slot/Slot;getMaxStackAmount()I
-