Package net.minecraft.screen
Class BrewingStandScreenHandler.IngredientSlot
java.lang.Object
net.minecraft.screen.slot.Slot
net.minecraft.screen.BrewingStandScreenHandler.IngredientSlot
- Enclosing class:
BrewingStandScreenHandler
- Mappings:
Namespace Name named net/minecraft/screen/BrewingStandScreenHandler$IngredientSlot
intermediary net/minecraft/class_1708$class_1710
official cqb$b
-
Field Summary
-
Constructor Summary
ConstructorDescriptionIngredientSlot
(BrewingRecipeRegistry brewingRecipeRegistry, Inventory inventory, int index, int x, int y) -
Method Summary
Methods inherited from class net.minecraft.screen.slot.Slot
canBeHighlighted, canTakeItems, canTakePartial, disablesDynamicDisplay, getBackgroundSprite, getIndex, getMaxItemCount, getMaxItemCount, getStack, hasStack, insertStack, insertStack, isEnabled, markDirty, onCrafted, onCrafted, onQuickTransfer, onTake, onTakeItem, setStack, setStack, setStackNoCallbacks, takeStack, takeStackRange, tryTakeStackRange
-
Field Details
-
brewingRecipeRegistry
- Mappings:
Namespace Name Mixin selector named brewingRecipeRegistry
Lnet/minecraft/screen/BrewingStandScreenHandler$IngredientSlot;brewingRecipeRegistry:Lnet/minecraft/recipe/BrewingRecipeRegistry;
intermediary field_51385
Lnet/minecraft/class_1708$class_1710;field_51385:Lnet/minecraft/class_1845;
official a
Lcqb$b;a:Lcwr;
-
-
Constructor Details
-
IngredientSlot
public IngredientSlot(BrewingRecipeRegistry brewingRecipeRegistry, Inventory inventory, int index, int x, int y) - Mappings:
Namespace Name Mixin selector named <init>
Lnet/minecraft/screen/BrewingStandScreenHandler$IngredientSlot;<init>(Lnet/minecraft/recipe/BrewingRecipeRegistry;Lnet/minecraft/inventory/Inventory;III)V
intermediary <init>
Lnet/minecraft/class_1708$class_1710;<init>(Lnet/minecraft/class_1845;Lnet/minecraft/class_1263;III)V
official <init>
Lcqb$b;<init>(Lcwr;Lbqp;III)V
-
-
Method Details