Package net.minecraft.screen
Class BrewingStandScreenHandler.FuelSlot
java.lang.Object
net.minecraft.screen.slot.Slot
net.minecraft.screen.BrewingStandScreenHandler.FuelSlot
- Enclosing class:
- BrewingStandScreenHandler
static class BrewingStandScreenHandler.FuelSlot extends Slot
- Mappings:
Namespace Name official blq$aintermediary net/minecraft/class_1708$class_1709named net/minecraft/screen/BrewingStandScreenHandler$FuelSlot
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and Type Method Description booleancanInsert(ItemStack stack)intgetMaxItemCount()static booleanmatches(ItemStack stack)Methods inherited from class net.minecraft.screen.slot.Slot
canTakeItems, canTakePartial, doDrawHoveringEffect, getBackgroundSprite, getIndex, getMaxItemCount, getStack, hasStack, insertStack, insertStack, markDirty, onCrafted, onCrafted, onStackChanged, onTake, onTakeItem, setStack, takeStack, takeStackRange, tryTakeStackRange
-
Constructor Details
-
FuelSlot
- Mappings:
Namespace Name Mixin selector official <init>Lbnc;<init>(Laqz;III)Vintermediary <init>Lnet/minecraft/class_1735;<init>(Lnet/minecraft/class_1263;III)Vnamed <init>Lnet/minecraft/screen/slot/Slot;<init>(Lnet/minecraft/inventory/Inventory;III)V
-
-
Method Details
-
canInsert
-
matches
- Mappings:
Namespace Name Mixin selector official a_Lblq$a;a_(Lbpr;)Zintermediary method_7630Lnet/minecraft/class_1708$class_1709;method_7630(Lnet/minecraft/class_1799;)Znamed matchesLnet/minecraft/screen/BrewingStandScreenHandler$FuelSlot;matches(Lnet/minecraft/item/ItemStack;)Z
-
getMaxItemCount
public int getMaxItemCount()- Overrides:
getMaxItemCountin classSlot- Mappings:
Namespace Name Mixin selector official aLbnc;a()Iintermediary method_7675Lnet/minecraft/class_1735;method_7675()Inamed getMaxItemCountLnet/minecraft/screen/slot/Slot;getMaxItemCount()I
-