Interface ItemStackHash

All Known Implementing Classes:
ItemStackHash.Impl

public interface ItemStackHash
Mappings:
Namespace Name
named net/minecraft/screen/sync/ItemStackHash
intermediary net/minecraft/class_10938
official wb
  • Field Details Link icon

    • EMPTY Link icon

      static final ItemStackHash EMPTY
      Mappings:
      Namespace Name Mixin selector
      named EMPTY Lnet/minecraft/screen/sync/ItemStackHash;EMPTY:Lnet/minecraft/screen/sync/ItemStackHash;
      intermediary field_58176 Lnet/minecraft/class_10938;field_58176:Lnet/minecraft/class_10938;
      official a Lwb;a:Lwb;
    • PACKET_CODEC Link icon

      static final PacketCodec<RegistryByteBuf,ItemStackHash> PACKET_CODEC
      Mappings:
      Namespace Name Mixin selector
      named PACKET_CODEC Lnet/minecraft/screen/sync/ItemStackHash;PACKET_CODEC:Lnet/minecraft/network/codec/PacketCodec;
      intermediary field_58177 Lnet/minecraft/class_10938;field_58177:Lnet/minecraft/class_9139;
      official b Lwb;b:Lze;
  • Method Details Link icon

    • hashEquals Link icon

      boolean hashEquals(ItemStack stack, ComponentChangesHash.ComponentHasher hasher)
      Mappings:
      Namespace Name Mixin selector
      named hashEquals Lnet/minecraft/screen/sync/ItemStackHash;hashEquals(Lnet/minecraft/item/ItemStack;Lnet/minecraft/screen/sync/ComponentChangesHash$ComponentHasher;)Z
      intermediary method_68850 Lnet/minecraft/class_10938;method_68850(Lnet/minecraft/class_1799;Lnet/minecraft/class_10936$class_10937;)Z
      official a Lwb;a(Ldak;Lwa$a;)Z
    • fromItemStack Link icon

      static ItemStackHash fromItemStack(ItemStack stack, ComponentChangesHash.ComponentHasher hasher)
      Mappings:
      Namespace Name Mixin selector
      named fromItemStack Lnet/minecraft/screen/sync/ItemStackHash;fromItemStack(Lnet/minecraft/item/ItemStack;Lnet/minecraft/screen/sync/ComponentChangesHash$ComponentHasher;)Lnet/minecraft/screen/sync/ItemStackHash;
      intermediary method_68853 Lnet/minecraft/class_10938;method_68853(Lnet/minecraft/class_1799;Lnet/minecraft/class_10936$class_10937;)Lnet/minecraft/class_10938;
      official b Lwb;b(Ldak;Lwa$a;)Lwb;