Class EndTag

java.lang.Object
net.minecraft.nbt.EndTag
All Implemented Interfaces:
Tag

public class EndTag
extends Object
implements Tag
Mappings:
Namespace Name
official ms
intermediary net/minecraft/class_2491
named net/minecraft/nbt/EndTag
  • Field Details

    • READER

      public static final TagReader<EndTag> READER
      Mappings:
      Namespace Name Mixin selector
      official a Lms;a:Lnk;
      intermediary field_21032 Lnet/minecraft/class_2491;field_21032:Lnet/minecraft/class_4614;
      named READER Lnet/minecraft/nbt/EndTag;READER:Lnet/minecraft/nbt/TagReader;
    • INSTANCE

      public static final EndTag INSTANCE
      Mappings:
      Namespace Name Mixin selector
      official b Lms;b:Lms;
      intermediary field_21033 Lnet/minecraft/class_2491;field_21033:Lnet/minecraft/class_2491;
      named INSTANCE Lnet/minecraft/nbt/EndTag;INSTANCE:Lnet/minecraft/nbt/EndTag;
  • Constructor Details

    • EndTag

      private EndTag()
  • Method Details

    • write

      public void write​(DataOutput output) throws IOException
      Specified by:
      write in interface Tag
      Throws:
      IOException
      Mappings:
      Namespace Name Mixin selector
      official a Lni;a(Ljava/io/DataOutput;)V
      intermediary method_10713 Lnet/minecraft/class_2520;method_10713(Ljava/io/DataOutput;)V
      named write Lnet/minecraft/nbt/Tag;write(Ljava/io/DataOutput;)V
    • getType

      public byte getType()
      Specified by:
      getType in interface Tag
      Mappings:
      Namespace Name Mixin selector
      official a Lni;a()B
      intermediary method_10711 Lnet/minecraft/class_2520;method_10711()B
      named getType Lnet/minecraft/nbt/Tag;getType()B
    • getReader

      public TagReader<EndTag> getReader()
      Specified by:
      getReader in interface Tag
      Mappings:
      Namespace Name Mixin selector
      official b Lni;b()Lnk;
      intermediary method_23258 Lnet/minecraft/class_2520;method_23258()Lnet/minecraft/class_4614;
      named getReader Lnet/minecraft/nbt/Tag;getReader()Lnet/minecraft/nbt/TagReader;
    • toString

      public String toString()
      Specified by:
      toString in interface Tag
      Overrides:
      toString in class Object
      Mappings:
      Namespace Name Mixin selector
      official toString Lni;toString()Ljava/lang/String;
      intermediary toString Lnet/minecraft/class_2520;toString()Ljava/lang/String;
      named toString Lnet/minecraft/nbt/Tag;toString()Ljava/lang/String;
    • copy

      public EndTag copy()
      Specified by:
      copy in interface Tag
      Mappings:
      Namespace Name Mixin selector
      official d Lms;d()Lms;
      intermediary method_10586 Lnet/minecraft/class_2491;method_10586()Lnet/minecraft/class_2491;
      named copy Lnet/minecraft/nbt/EndTag;copy()Lnet/minecraft/nbt/EndTag;
    • accept

      public void accept​(NbtTagVisitor visitor)
      Specified by:
      accept in interface Tag
      Mappings:
      Namespace Name Mixin selector
      official a Lni;a(Lnm;)V
      intermediary method_32289 Lnet/minecraft/class_2520;method_32289(Lnet/minecraft/class_5627;)V
      named accept Lnet/minecraft/nbt/Tag;accept(Lnet/minecraft/nbt/visitor/NbtTagVisitor;)V