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 - csk$b
- 
Field SummaryFields
- 
Constructor SummaryConstructorsConstructorDescriptionIngredientSlot(BrewingRecipeRegistry brewingRecipeRegistry, Inventory inventory, int index, int x, int y) 
- 
Method SummaryMethods inherited from class net.minecraft.screen.slot.SlotcanBeHighlighted, 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- Lcsk$b;a:Lcyo;
 
 
- 
- 
Constructor Details- 
IngredientSlotpublic 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>- Lcsk$b;<init>(Lcyo;Lbse;III)V
 
 
- 
- 
Method Details