Class BeaconScreenHandler

java.lang.Object
net.minecraft.screen.ScreenHandler
net.minecraft.screen.BeaconScreenHandler

public class BeaconScreenHandler extends ScreenHandler
Mappings:
Namespace Name
official aig
intermediary net/minecraft/class_1419
named net/minecraft/screen/BeaconScreenHandler
  • Field Details

    • paymentInventory

      private Inventory paymentInventory
      Mappings:
      Namespace Name Mixin selector
      official a Laig;a:Lvq;
      intermediary field_12140 Lnet/minecraft/class_1419;field_12140:Lnet/minecraft/class_849;
      named paymentInventory Lnet/minecraft/screen/BeaconScreenHandler;paymentInventory:Lnet/minecraft/inventory/Inventory;
    • field_5407

      private final class_1420 field_5407
      Mappings:
      Namespace Name Mixin selector
      official f Laig;f:Laih;
      intermediary field_5407 Lnet/minecraft/class_1419;field_5407:Lnet/minecraft/class_1420;
      named field_5407 Lnet/minecraft/screen/BeaconScreenHandler;field_5407:Lnet/minecraft/inventory/slot/class_1420;
  • Constructor Details

    • BeaconScreenHandler

      public BeaconScreenHandler(Inventory playerInventory, Inventory paymentInventory)
      Mappings:
      Namespace Name Mixin selector
      official <init> Laig;<init>(Lvq;Lvq;)V
      intermediary <init> Lnet/minecraft/class_1419;<init>(Lnet/minecraft/class_849;Lnet/minecraft/class_849;)V
      named <init> Lnet/minecraft/screen/BeaconScreenHandler;<init>(Lnet/minecraft/inventory/Inventory;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 Laib;a(Lail;)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
    • setProperty

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

      public Inventory getPaymentInventory()
      Mappings:
      Namespace Name Mixin selector
      official e Laig;e()Lvq;
      intermediary method_11257 Lnet/minecraft/class_1419;method_11257()Lnet/minecraft/class_849;
      named getPaymentInventory Lnet/minecraft/screen/BeaconScreenHandler;getPaymentInventory()Lnet/minecraft/inventory/Inventory;
    • canUse

      public boolean canUse(PlayerEntity player)
      Specified by:
      canUse in class ScreenHandler
      Mappings:
      Namespace Name Mixin selector
      official a Laib;a(Lahd;)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 Laib;b(Lahd;I)Lamj;
      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;