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
official tm$b
intermediary net/minecraft/class_4614$class_6840
named net/minecraft/nbt/NbtType$OfVariableSize
  • Method Details

    • skip

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