Interface NbtType.OfVariableSize<T extends NbtElement>

All Superinterfaces:
NbtType<T>
Enclosing interface:
NbtType<T extends NbtElement>

public static interface NbtType.OfVariableSize<T extends NbtElement> extends NbtType<T>
Represents an NBT type whose elements can have a variable size, such as lists.
Mappings:
Namespace Name
named net/minecraft/nbt/NbtType$OfVariableSize
intermediary net/minecraft/class_4614$class_6840
official uw$b
  • Method Details

    • skip

      default void skip(DataInput input, int count, NbtSizeTracker tracker) throws IOException
      Specified by:
      skip in interface NbtType<T extends NbtElement>
      Throws:
      IOException
      Mappings:
      Namespace Name Mixin selector
      named skip Lnet/minecraft/nbt/NbtType;skip(Ljava/io/DataInput;ILnet/minecraft/nbt/NbtSizeTracker;)V
      intermediary method_39854 Lnet/minecraft/class_4614;method_39854(Ljava/io/DataInput;ILnet/minecraft/class_2505;)V
      official a Luw;a(Ljava/io/DataInput;ILug;)V