Class FurnaceScreenHandler


public class FurnaceScreenHandler extends class_3536
Mappings:
Namespace Name
official aqh
intermediary net/minecraft/class_1016
named net/minecraft/screen/FurnaceScreenHandler
  • Field Details

    • inventory

      private final Inventory inventory
      Mappings:
      Namespace Name Mixin selector
      official a Laqh;a:Lade;
      intermediary field_12149 Lnet/minecraft/class_1016;field_12149:Lnet/minecraft/class_849;
      named inventory Lnet/minecraft/screen/FurnaceScreenHandler;inventory:Lnet/minecraft/inventory/Inventory;
    • field_17130

      private final World field_17130
      Mappings:
      Namespace Name Mixin selector
      official f Laqh;f:Laxy;
      intermediary field_17130 Lnet/minecraft/class_1016;field_17130:Lnet/minecraft/class_1150;
      named field_17130 Lnet/minecraft/screen/FurnaceScreenHandler;field_17130:Lnet/minecraft/world/World;
    • cookTime

      private int cookTime
      Mappings:
      Namespace Name Mixin selector
      official g Laqh;g:I
      intermediary field_4123 Lnet/minecraft/class_1016;field_4123:I
      named cookTime Lnet/minecraft/screen/FurnaceScreenHandler;cookTime:I
    • totalCookTime

      private int totalCookTime
      Mappings:
      Namespace Name Mixin selector
      official h Laqh;h:I
      intermediary field_12150 Lnet/minecraft/class_1016;field_12150:I
      named totalCookTime Lnet/minecraft/screen/FurnaceScreenHandler;totalCookTime:I
    • fuelTime

      private int fuelTime
      Mappings:
      Namespace Name Mixin selector
      official i Laqh;i:I
      intermediary field_12151 Lnet/minecraft/class_1016;field_12151:I
      named fuelTime Lnet/minecraft/screen/FurnaceScreenHandler;fuelTime:I
    • totalFuelTime

      private int totalFuelTime
      Mappings:
      Namespace Name Mixin selector
      official j Laqh;j:I
      intermediary field_12152 Lnet/minecraft/class_1016;field_12152:I
      named totalFuelTime Lnet/minecraft/screen/FurnaceScreenHandler;totalFuelTime:I
  • Constructor Details

    • FurnaceScreenHandler

      public FurnaceScreenHandler(PlayerInventory playerInventory, Inventory inventory)
      Mappings:
      Namespace Name Mixin selector
      official <init> Laqh;<init>(Laof;Lade;)V
      intermediary <init> Lnet/minecraft/class_1016;<init>(Lnet/minecraft/class_987;Lnet/minecraft/class_849;)V
      named <init> Lnet/minecraft/screen/FurnaceScreenHandler;<init>(Lnet/minecraft/entity/player/PlayerInventory;Lnet/minecraft/inventory/Inventory;)V
  • Method Details

    • addListener

      public void addListener(ScreenHandlerListener listener)
      Overrides:
      addListener in class ScreenHandler
      Mappings:
      Namespace Name Mixin selector
      official a Lapv;a(Laqb;)V
      intermediary method_3260 Lnet/minecraft/class_1002;method_3260(Lnet/minecraft/class_1006;)V
      named addListener Lnet/minecraft/screen/ScreenHandler;addListener(Lnet/minecraft/screen/ScreenHandlerListener;)V
    • method_15978

      public void method_15978(class_3175 class_3175)
      Specified by:
      method_15978 in class class_3536
      Mappings:
      Namespace Name Mixin selector
      official a Laqr;a(Laoi;)V
      intermediary method_15978 Lnet/minecraft/class_3536;method_15978(Lnet/minecraft/class_3175;)V
      named method_15978 Lnet/minecraft/class_3536;method_15978(Lnet/minecraft/class_3175;)V
    • method_15980

      public void method_15980()
      Specified by:
      method_15980 in class class_3536
      Mappings:
      Namespace Name Mixin selector
      official d Laqr;d()V
      intermediary method_15980 Lnet/minecraft/class_3536;method_15980()V
      named method_15980 Lnet/minecraft/class_3536;method_15980()V
    • method_15979

      public boolean method_15979(RecipeType recipeType)
      Specified by:
      method_15979 in class class_3536
      Mappings:
      Namespace Name Mixin selector
      official a Laqr;a(Lavk;)Z
      intermediary method_15979 Lnet/minecraft/class_3536;method_15979(Lnet/minecraft/class_1114;)Z
      named method_15979 Lnet/minecraft/class_3536;method_15979(Lnet/minecraft/recipe/RecipeType;)Z
    • method_15981

      public int method_15981()
      Specified by:
      method_15981 in class class_3536
      Mappings:
      Namespace Name Mixin selector
      official e Laqr;e()I
      intermediary method_15981 Lnet/minecraft/class_3536;method_15981()I
      named method_15981 Lnet/minecraft/class_3536;method_15981()I
    • method_15982

      public int method_15982()
      Specified by:
      method_15982 in class class_3536
      Mappings:
      Namespace Name Mixin selector
      official f Laqr;f()I
      intermediary method_15982 Lnet/minecraft/class_3536;method_15982()I
      named method_15982 Lnet/minecraft/class_3536;method_15982()I
    • method_15983

      public int method_15983()
      Specified by:
      method_15983 in class class_3536
      Mappings:
      Namespace Name Mixin selector
      official g Laqr;g()I
      intermediary method_15983 Lnet/minecraft/class_3536;method_15983()I
      named method_15983 Lnet/minecraft/class_3536;method_15983()I
    • method_15984

      @Environment(CLIENT) public int method_15984()
      Specified by:
      method_15984 in class class_3536
      Mappings:
      Namespace Name Mixin selector
      official h Laqr;h()I
      intermediary method_15984 Lnet/minecraft/class_3536;method_15984()I
      named method_15984 Lnet/minecraft/class_3536;method_15984()I
    • sendContentUpdates

      public void sendContentUpdates()
      Sends updates to listeners if any properties or slot stacks have changed.
      Overrides:
      sendContentUpdates in class ScreenHandler
      Mappings:
      Namespace Name Mixin selector
      official b Lapv;b()V
      intermediary method_3264 Lnet/minecraft/class_1002;method_3264()V
      named sendContentUpdates Lnet/minecraft/screen/ScreenHandler;sendContentUpdates()V
    • setProperty

      @Environment(CLIENT) public void setProperty(int id, int value)
      Overrides:
      setProperty in class ScreenHandler
      Mappings:
      Namespace Name Mixin selector
      official b Lapv;b(II)V
      intermediary method_3266 Lnet/minecraft/class_1002;method_3266(II)V
      named setProperty Lnet/minecraft/screen/ScreenHandler;setProperty(II)V
    • canUse

      public boolean canUse(PlayerEntity player)
      Specified by:
      canUse in class ScreenHandler
      Mappings:
      Namespace Name Mixin selector
      official a Lapv;a(Laog;)Z
      intermediary method_3269 Lnet/minecraft/class_1002;method_3269(Lnet/minecraft/class_988;)Z
      named canUse Lnet/minecraft/screen/ScreenHandler;canUse(Lnet/minecraft/entity/player/PlayerEntity;)Z
    • transferSlot

      public ItemStack transferSlot(PlayerEntity player, int invSlot)
      Overrides:
      transferSlot in class ScreenHandler
      Mappings:
      Namespace Name Mixin selector
      official b Lapv;b(Laog;I)Late;
      intermediary method_3265 Lnet/minecraft/class_1002;method_3265(Lnet/minecraft/class_988;I)Lnet/minecraft/class_1071;
      named transferSlot Lnet/minecraft/screen/ScreenHandler;transferSlot(Lnet/minecraft/entity/player/PlayerEntity;I)Lnet/minecraft/item/ItemStack;
    • method_15976

      private boolean method_15976(ItemStack itemStack)
      Mappings:
      Namespace Name Mixin selector
      official a Laqh;a(Late;)Z
      intermediary method_15976 Lnet/minecraft/class_1016;method_15976(Lnet/minecraft/class_1071;)Z
      named method_15976 Lnet/minecraft/screen/FurnaceScreenHandler;method_15976(Lnet/minecraft/item/ItemStack;)Z