Class RecipeBookGhostSlots.GhostInputSlot

java.lang.Object
net.minecraft.client.gui.screen.recipebook.RecipeBookGhostSlots.GhostInputSlot
Enclosing class:
RecipeBookGhostSlots

@Environment(CLIENT) public class RecipeBookGhostSlots.GhostInputSlot extends Object
Mappings:
Namespace Name
official esi$a
intermediary net/minecraft/class_505$class_506
named net/minecraft/client/gui/screen/recipebook/RecipeBookGhostSlots$GhostInputSlot
  • Field Details

    • ingredient

      private final Ingredient ingredient
      Mappings:
      Namespace Name Mixin selector
      official b Lesi$a;b:Lcgl;
      intermediary field_3082 Lnet/minecraft/class_505$class_506;field_3082:Lnet/minecraft/class_1856;
      named ingredient Lnet/minecraft/client/gui/screen/recipebook/RecipeBookGhostSlots$GhostInputSlot;ingredient:Lnet/minecraft/recipe/Ingredient;
    • x

      private final int x
      Mappings:
      Namespace Name Mixin selector
      official c Lesi$a;c:I
      intermediary field_3084 Lnet/minecraft/class_505$class_506;field_3084:I
      named x Lnet/minecraft/client/gui/screen/recipebook/RecipeBookGhostSlots$GhostInputSlot;x:I
    • y

      private final int y
      Mappings:
      Namespace Name Mixin selector
      official d Lesi$a;d:I
      intermediary field_3083 Lnet/minecraft/class_505$class_506;field_3083:I
      named y Lnet/minecraft/client/gui/screen/recipebook/RecipeBookGhostSlots$GhostInputSlot;y:I
  • Constructor Details

    • GhostInputSlot

      public GhostInputSlot(Ingredient ingredient, int x, int y)
      Mappings:
      Namespace Name Mixin selector
      official <init> Lesi$a;<init>(Lesi;Lcgl;II)V
      intermediary <init> Lnet/minecraft/class_505$class_506;<init>(Lnet/minecraft/class_505;Lnet/minecraft/class_1856;II)V
      named <init> Lnet/minecraft/client/gui/screen/recipebook/RecipeBookGhostSlots$GhostInputSlot;<init>(Lnet/minecraft/client/gui/screen/recipebook/RecipeBookGhostSlots;Lnet/minecraft/recipe/Ingredient;II)V
  • Method Details

    • getX

      public int getX()
      Mappings:
      Namespace Name Mixin selector
      official a Lesi$a;a()I
      intermediary method_2574 Lnet/minecraft/class_505$class_506;method_2574()I
      named getX Lnet/minecraft/client/gui/screen/recipebook/RecipeBookGhostSlots$GhostInputSlot;getX()I
    • getY

      public int getY()
      Mappings:
      Namespace Name Mixin selector
      official b Lesi$a;b()I
      intermediary method_2575 Lnet/minecraft/class_505$class_506;method_2575()I
      named getY Lnet/minecraft/client/gui/screen/recipebook/RecipeBookGhostSlots$GhostInputSlot;getY()I
    • getCurrentItemStack

      public ItemStack getCurrentItemStack()
      Mappings:
      Namespace Name Mixin selector
      official c Lesi$a;c()Lcdt;
      intermediary method_2573 Lnet/minecraft/class_505$class_506;method_2573()Lnet/minecraft/class_1799;
      named getCurrentItemStack Lnet/minecraft/client/gui/screen/recipebook/RecipeBookGhostSlots$GhostInputSlot;getCurrentItemStack()Lnet/minecraft/item/ItemStack;