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$IngredientSlotintermediary net/minecraft/class_1708$class_1710official cyf$b
-
Field Summary
FieldsFields inherited from class net.minecraft.screen.slot.Slot
field_58825, field_58826, id, inventory, x, y -
Constructor Summary
ConstructorsConstructorDescriptionIngredientSlot(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, method_69553, method_69555, method_69556, onCrafted, onCrafted, onQuickTransfer, onTake, onTakeItem, setStack, setStack, setStackNoCallbacks, takeStack, takeStackRange, tryTakeStackRange
-
Field Details
-
brewingRecipeRegistry
- Mappings:
Namespace Name Mixin selector named brewingRecipeRegistryLnet/minecraft/screen/BrewingStandScreenHandler$IngredientSlot;brewingRecipeRegistry:Lnet/minecraft/recipe/BrewingRecipeRegistry;intermediary field_51385Lnet/minecraft/class_1708$class_1710;field_51385:Lnet/minecraft/class_1845;official aLcyf$b;a:Lder;
-
-
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)Vintermediary <init>Lnet/minecraft/class_1708$class_1710;<init>(Lnet/minecraft/class_1845;Lnet/minecraft/class_1263;III)Vofficial <init>Lcyf$b;<init>(Lder;Lbvu;III)V
-
-
Method Details