Class GrindstoneScreenHandler

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

public class GrindstoneScreenHandler
extends ScreenHandler
Mappings:
Namespace Name
official blh
intermediary net/minecraft/class_3803
named net/minecraft/screen/GrindstoneScreenHandler
  • Field Details

    • result

      private final Inventory result
      Mappings:
      Namespace Name Mixin selector
      official c Lblh;c:Laqc;
      intermediary field_16773 Lnet/minecraft/class_3803;field_16773:Lnet/minecraft/class_1263;
      named result Lnet/minecraft/screen/GrindstoneScreenHandler;result:Lnet/minecraft/inventory/Inventory;
    • input

      private final Inventory input
      Mappings:
      Namespace Name Mixin selector
      official d Lblh;d:Laqc;
      intermediary field_16772 Lnet/minecraft/class_3803;field_16772:Lnet/minecraft/class_1263;
      named input Lnet/minecraft/screen/GrindstoneScreenHandler;input:Lnet/minecraft/inventory/Inventory;
    • context

      private final ScreenHandlerContext context
      Mappings:
      Namespace Name Mixin selector
      official e Lblh;e:Lbkw;
      intermediary field_16775 Lnet/minecraft/class_3803;field_16775:Lnet/minecraft/class_3914;
      named context Lnet/minecraft/screen/GrindstoneScreenHandler;context:Lnet/minecraft/screen/ScreenHandlerContext;
  • Constructor Details

    • GrindstoneScreenHandler

      public GrindstoneScreenHandler​(int syncId, PlayerInventory playerInventory)
      Mappings:
      Namespace Name Mixin selector
      official <init> Lblh;<init>(ILbie;)V
      intermediary <init> Lnet/minecraft/class_3803;<init>(ILnet/minecraft/class_1661;)V
      named <init> Lnet/minecraft/screen/GrindstoneScreenHandler;<init>(ILnet/minecraft/entity/player/PlayerInventory;)V
    • GrindstoneScreenHandler

      public GrindstoneScreenHandler​(int syncId, PlayerInventory playerInventory, ScreenHandlerContext context)
      Mappings:
      Namespace Name Mixin selector
      official <init> Lblh;<init>(ILbie;Lbkw;)V
      intermediary <init> Lnet/minecraft/class_3803;<init>(ILnet/minecraft/class_1661;Lnet/minecraft/class_3914;)V
      named <init> Lnet/minecraft/screen/GrindstoneScreenHandler;<init>(ILnet/minecraft/entity/player/PlayerInventory;Lnet/minecraft/screen/ScreenHandlerContext;)V
  • Method Details

    • onContentChanged

      public void onContentChanged​(Inventory inventory)
      Overrides:
      onContentChanged in class ScreenHandler
      Mappings:
      Namespace Name Mixin selector
      official a Lbkl;a(Laqc;)V
      intermediary method_7609 Lnet/minecraft/class_1703;method_7609(Lnet/minecraft/class_1263;)V
      named onContentChanged Lnet/minecraft/screen/ScreenHandler;onContentChanged(Lnet/minecraft/inventory/Inventory;)V
    • updateResult

      private void updateResult()
      Mappings:
      Namespace Name Mixin selector
      official i Lblh;i()V
      intermediary method_16695 Lnet/minecraft/class_3803;method_16695()V
      named updateResult Lnet/minecraft/screen/GrindstoneScreenHandler;updateResult()V
    • transferEnchantments

      private ItemStack transferEnchantments​(ItemStack target, ItemStack source)
      Mappings:
      Namespace Name Mixin selector
      official a Lblh;a(Lboq;Lboq;)Lboq;
      intermediary method_20268 Lnet/minecraft/class_3803;method_20268(Lnet/minecraft/class_1799;Lnet/minecraft/class_1799;)Lnet/minecraft/class_1799;
      named transferEnchantments Lnet/minecraft/screen/GrindstoneScreenHandler;transferEnchantments(Lnet/minecraft/item/ItemStack;Lnet/minecraft/item/ItemStack;)Lnet/minecraft/item/ItemStack;
    • grind

      private ItemStack grind​(ItemStack item, int damage, int amount)
      Mappings:
      Namespace Name Mixin selector
      official a Lblh;a(Lboq;II)Lboq;
      intermediary method_16693 Lnet/minecraft/class_3803;method_16693(Lnet/minecraft/class_1799;II)Lnet/minecraft/class_1799;
      named grind Lnet/minecraft/screen/GrindstoneScreenHandler;grind(Lnet/minecraft/item/ItemStack;II)Lnet/minecraft/item/ItemStack;
    • close

      public void close​(PlayerEntity playerEntity)
      Overrides:
      close in class ScreenHandler
      Mappings:
      Namespace Name Mixin selector
      official b Lbkl;b(Lbif;)V
      intermediary method_7595 Lnet/minecraft/class_1703;method_7595(Lnet/minecraft/class_1657;)V
      named close Lnet/minecraft/screen/ScreenHandler;close(Lnet/minecraft/entity/player/PlayerEntity;)V
    • canUse

      public boolean canUse​(PlayerEntity player)
      Specified by:
      canUse in class ScreenHandler
      Mappings:
      Namespace Name Mixin selector
      official a Lbkl;a(Lbif;)Z
      intermediary method_7597 Lnet/minecraft/class_1703;method_7597(Lnet/minecraft/class_1657;)Z
      named canUse Lnet/minecraft/screen/ScreenHandler;canUse(Lnet/minecraft/entity/player/PlayerEntity;)Z
    • transferSlot

      public ItemStack transferSlot​(PlayerEntity player, int index)
      Overrides:
      transferSlot in class ScreenHandler
      Mappings:
      Namespace Name Mixin selector
      official b Lbkl;b(Lbif;I)Lboq;
      intermediary method_7601 Lnet/minecraft/class_1703;method_7601(Lnet/minecraft/class_1657;I)Lnet/minecraft/class_1799;
      named transferSlot Lnet/minecraft/screen/ScreenHandler;transferSlot(Lnet/minecraft/entity/player/PlayerEntity;I)Lnet/minecraft/item/ItemStack;