Package net.minecraft

Class class_4371<T extends class_4373>

All Implemented Interfaces:
Iterable<T>, Collection<T>, List<T>, class_4373
Direct Known Subclasses:
NbtByteArray, NbtIntArray, NbtList, NbtLongArray

public abstract class class_4371<T extends class_4373> extends AbstractList<T> implements class_4373
Mappings:
Namespace Name
official gx
intermediary net/minecraft/class_4371
named net/minecraft/class_4371
  • Constructor Details

    • class_4371

      public class_4371()
  • Method Details

    • size

      public abstract int size()
      Specified by:
      size in interface Collection<T extends class_4373>
      Specified by:
      size in interface List<T extends class_4373>
      Specified by:
      size in class AbstractCollection<T extends class_4373>
      Mappings:
      Namespace Name Mixin selector
      official size Lgx;size()I
      intermediary size Lnet/minecraft/class_4371;size()I
      named size Lnet/minecraft/class_4371;size()I
    • get

      public T get(int int2)
      Specified by:
      get in interface List<T extends class_4373>
      Specified by:
      get in class AbstractList<T extends class_4373>
      Mappings:
      Namespace Name Mixin selector
      official d Lgx;d(I)Lho;
      intermediary method_20090 Lnet/minecraft/class_4371;method_20090(I)Lnet/minecraft/class_4373;
      named get Lnet/minecraft/class_4371;get(I)Lnet/minecraft/class_4373;
    • set

      public T set(int int2, T t)
      Specified by:
      set in interface List<T extends class_4373>
      Overrides:
      set in class AbstractList<T extends class_4373>
      Mappings:
      Namespace Name Mixin selector
      official b Lgx;b(ILho;)Lho;
      intermediary method_20088 Lnet/minecraft/class_4371;method_20088(ILnet/minecraft/class_4373;)Lnet/minecraft/class_4373;
      named set Lnet/minecraft/class_4371;set(ILnet/minecraft/class_4373;)Lnet/minecraft/class_4373;
    • method_20089

      public abstract T method_20089(int int2)
      Mappings:
      Namespace Name Mixin selector
      official c Lgx;c(I)Lho;
      intermediary method_20089 Lnet/minecraft/class_4371;method_20089(I)Lnet/minecraft/class_4373;
      named method_20089 Lnet/minecraft/class_4371;method_20089(I)Lnet/minecraft/class_4373;
    • method_20086

      public abstract void method_20086(int int2, class_4373 class_4373)
      Mappings:
      Namespace Name Mixin selector
      official a Lgx;a(ILho;)V
      intermediary method_20086 Lnet/minecraft/class_4371;method_20086(ILnet/minecraft/class_4373;)V
      named method_20086 Lnet/minecraft/class_4371;method_20086(ILnet/minecraft/class_4373;)V
    • method_20087

      public abstract void method_20087(int int2)
      Mappings:
      Namespace Name Mixin selector
      official b Lgx;b(I)V
      intermediary method_20087 Lnet/minecraft/class_4371;method_20087(I)V
      named method_20087 Lnet/minecraft/class_4371;method_20087(I)V