Package net.minecraft.screen
Class BrewingStandScreenHandler.IngredientSlot
java.lang.Object
net.minecraft.screen.slot.Slot
net.minecraft.screen.BrewingStandScreenHandler.IngredientSlot
- Enclosing class:
- BrewingStandScreenHandler
static class BrewingStandScreenHandler.IngredientSlot extends Slot
- Mappings:
Namespace Name official blq$b
intermediary net/minecraft/class_1708$class_1710
named net/minecraft/screen/BrewingStandScreenHandler$IngredientSlot
-
Field Summary
-
Constructor Summary
Constructors Constructor Description IngredientSlot(Inventory inventory, int index, int x, int y)
-
Method Summary
Modifier and Type Method Description boolean
canInsert(ItemStack stack)
int
getMaxItemCount()
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
-
IngredientSlot
- Mappings:
Namespace Name Mixin selector official <init>
Lbnc;<init>(Laqz;III)V
intermediary <init>
Lnet/minecraft/class_1735;<init>(Lnet/minecraft/class_1263;III)V
named <init>
Lnet/minecraft/screen/slot/Slot;<init>(Lnet/minecraft/inventory/Inventory;III)V
-
-
Method Details
-
canInsert
-
getMaxItemCount
public int getMaxItemCount()- Overrides:
getMaxItemCount
in classSlot
- Mappings:
Namespace Name Mixin selector official a
Lbnc;a()I
intermediary method_7675
Lnet/minecraft/class_1735;method_7675()I
named getMaxItemCount
Lnet/minecraft/screen/slot/Slot;getMaxItemCount()I
-