Interface ScreenHandlerSyncHandler


public interface ScreenHandlerSyncHandler
Mappings:
Namespace Name
official bly
intermediary net/minecraft/class_5916
named net/minecraft/screen/ScreenHandlerSyncHandler
  • Method Details

    • updateState

      void updateState​(ScreenHandler handler, DefaultedList<ItemStack> stacks, ItemStack cursorStack, int[] properties)
      Mappings:
      Namespace Name Mixin selector
      official a Lbly;a(Lbll;Lgn;Lbpr;[I)V
      intermediary method_34263 Lnet/minecraft/class_5916;method_34263(Lnet/minecraft/class_1703;Lnet/minecraft/class_2371;Lnet/minecraft/class_1799;[I)V
      named updateState Lnet/minecraft/screen/ScreenHandlerSyncHandler;updateState(Lnet/minecraft/screen/ScreenHandler;Lnet/minecraft/util/collection/DefaultedList;Lnet/minecraft/item/ItemStack;[I)V
    • updateSlot

      void updateSlot​(ScreenHandler handler, int slot, ItemStack stack)
      Mappings:
      Namespace Name Mixin selector
      official a Lbly;a(Lbll;ILbpr;)V
      intermediary method_34261 Lnet/minecraft/class_5916;method_34261(Lnet/minecraft/class_1703;ILnet/minecraft/class_1799;)V
      named updateSlot Lnet/minecraft/screen/ScreenHandlerSyncHandler;updateSlot(Lnet/minecraft/screen/ScreenHandler;ILnet/minecraft/item/ItemStack;)V
    • updateCursorStack

      void updateCursorStack​(ScreenHandler handler, ItemStack stack)
      Mappings:
      Namespace Name Mixin selector
      official a Lbly;a(Lbll;Lbpr;)V
      intermediary method_34262 Lnet/minecraft/class_5916;method_34262(Lnet/minecraft/class_1703;Lnet/minecraft/class_1799;)V
      named updateCursorStack Lnet/minecraft/screen/ScreenHandlerSyncHandler;updateCursorStack(Lnet/minecraft/screen/ScreenHandler;Lnet/minecraft/item/ItemStack;)V
    • updateProperty

      void updateProperty​(ScreenHandler handler, int property, int value)
      Mappings:
      Namespace Name Mixin selector
      official a Lbly;a(Lbll;II)V
      intermediary method_34260 Lnet/minecraft/class_5916;method_34260(Lnet/minecraft/class_1703;II)V
      named updateProperty Lnet/minecraft/screen/ScreenHandlerSyncHandler;updateProperty(Lnet/minecraft/screen/ScreenHandler;II)V