Class ItemStackSet

java.lang.Object
net.minecraft.item.ItemStackSet

public class ItemStackSet extends Object
Mappings:
Namespace Name
official cdu
intermediary net/minecraft/class_7708
named net/minecraft/item/ItemStackSet
  • Field Details

    • HASH_STRATEGY

      private static final Hash.Strategy<? super ItemStack> HASH_STRATEGY
      Mappings:
      Namespace Name Mixin selector
      official a Lcdu;a:Lit/unimi/dsi/fastutil/Hash$Strategy;
      intermediary field_40212 Lnet/minecraft/class_7708;field_40212:Lit/unimi/dsi/fastutil/Hash$Strategy;
      named HASH_STRATEGY Lnet/minecraft/item/ItemStackSet;HASH_STRATEGY:Lit/unimi/dsi/fastutil/Hash$Strategy;
  • Constructor Details

    • ItemStackSet

      public ItemStackSet()
  • Method Details

    • getHashCode

      static int getHashCode(@Nullable @Nullable ItemStack stack)
      Mappings:
      Namespace Name Mixin selector
      official a Lcdu;a(Lcdt;)I
      intermediary method_47573 Lnet/minecraft/class_7708;method_47573(Lnet/minecraft/class_1799;)I
      named getHashCode Lnet/minecraft/item/ItemStackSet;getHashCode(Lnet/minecraft/item/ItemStack;)I
    • create

      public static Set<ItemStack> create()
      Mappings:
      Namespace Name Mixin selector
      official a Lcdu;a()Ljava/util/Set;
      intermediary method_47572 Lnet/minecraft/class_7708;method_47572()Ljava/util/Set;
      named create Lnet/minecraft/item/ItemStackSet;create()Ljava/util/Set;