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

    • skip

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