Class BeaconScreenHandler

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

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

    • field_5406

      private BeaconBlockEntity field_5406
      Mappings:
      Namespace Name Mixin selector
      official a Lyi;a:Lanb;
      intermediary field_5406 Lnet/minecraft/class_1419;field_5406:Lnet/minecraft/class_1308;
      named field_5406 Lnet/minecraft/screen/BeaconScreenHandler;field_5406:Lnet/minecraft/block/entity/BeaconBlockEntity;
    • field_5407

      private final class_1420 field_5407
      Mappings:
      Namespace Name Mixin selector
      official f Lyi;f:Lyj;
      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;
    • field_5408

      private int field_5408
      Mappings:
      Namespace Name Mixin selector
      official g Lyi;g:I
      intermediary field_5408 Lnet/minecraft/class_1419;field_5408:I
      named field_5408 Lnet/minecraft/screen/BeaconScreenHandler;field_5408:I
    • field_5409

      private int field_5409
      Mappings:
      Namespace Name Mixin selector
      official h Lyi;h:I
      intermediary field_5409 Lnet/minecraft/class_1419;field_5409:I
      named field_5409 Lnet/minecraft/screen/BeaconScreenHandler;field_5409:I
    • field_5410

      private int field_5410
      Mappings:
      Namespace Name Mixin selector
      official i Lyi;i:I
      intermediary field_5410 Lnet/minecraft/class_1419;field_5410:I
      named field_5410 Lnet/minecraft/screen/BeaconScreenHandler;field_5410:I
  • Constructor Details

  • Method Details

    • addListener

      public void addListener(ScreenHandlerListener listener)
      Overrides:
      addListener in class ScreenHandler
      Mappings:
      Namespace Name Mixin selector
      official a Lyd;a(Lyn;)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 Lyd;b(II)V
      intermediary method_3266 Lnet/minecraft/class_1002;method_3266(II)V
      named setProperty Lnet/minecraft/screen/ScreenHandler;setProperty(II)V
    • method_4590

      public BeaconBlockEntity method_4590()
      Mappings:
      Namespace Name Mixin selector
      official e Lyi;e()Lanb;
      intermediary method_4590 Lnet/minecraft/class_1419;method_4590()Lnet/minecraft/class_1308;
      named method_4590 Lnet/minecraft/screen/BeaconScreenHandler;method_4590()Lnet/minecraft/block/entity/BeaconBlockEntity;
    • canUse

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