Class ItemStackSet

All Implemented Interfaces:
Hash, ObjectBidirectionalIterable<ItemStack>, ObjectCollection<ItemStack>, ObjectIterable<ItemStack>, ObjectSet<ItemStack>, ObjectSortedSet<ItemStack>, Serializable, Cloneable, Iterable<ItemStack>, Collection<ItemStack>, Set<ItemStack>, SortedSet<ItemStack>

public final class ItemStackSet extends ObjectLinkedOpenCustomHashSet<ItemStack>
See Also:
Mappings:
Namespace Name
official cdj
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 Lcdj;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()