Class OrderedCompoundTag

java.lang.Object
net.minecraft.nbt.CompoundTag
dev.latvian.mods.kubejs.util.OrderedCompoundTag
All Implemented Interfaces:
net.minecraft.nbt.Tag

public class OrderedCompoundTag extends net.minecraft.nbt.CompoundTag
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    final Map<String,net.minecraft.nbt.Tag>
     

    Fields inherited from class net.minecraft.nbt.CompoundTag

    CODEC, tags, TYPE

    Fields inherited from interface net.minecraft.nbt.Tag

    ARRAY_HEADER, MAX_DEPTH, OBJECT_HEADER, OBJECT_REFERENCE, STRING_SIZE, TAG_ANY_NUMERIC, TAG_BYTE, TAG_BYTE_ARRAY, TAG_COMPOUND, TAG_DOUBLE, TAG_END, TAG_FLOAT, TAG_INT, TAG_INT_ARRAY, TAG_LIST, TAG_LONG, TAG_LONG_ARRAY, TAG_SHORT, TAG_STRING
  • Constructor Summary

    Constructors
    Constructor
    Description
     
    OrderedCompoundTag(Map<String,net.minecraft.nbt.Tag> map)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    write(DataOutput dataOutput)
     

    Methods inherited from class net.minecraft.nbt.CompoundTag

    accept, accept, contains, contains, copy, entrySet, equals, get, getAllKeys, getBoolean, getByte, getByteArray, getCompound, getDouble, getFloat, getId, getInt, getIntArray, getList, getLong, getLongArray, getShort, getString, getTagType, getType, getUUID, hashCode, hasUUID, isEmpty, merge, put, putBoolean, putByte, putByteArray, putByteArray, putDouble, putFloat, putInt, putIntArray, putIntArray, putLong, putLongArray, putLongArray, putShort, putString, putUUID, readNamedTagData, remove, shallowCopy, size, sizeInBytes, toString

    Methods inherited from class java.lang.Object

    clone, finalize, getClass, notify, notifyAll, wait, wait, wait

    Methods inherited from interface net.minecraft.nbt.Tag

    acceptAsRoot, getAsString
  • Field Details

    • tagMap

      public final Map<String,net.minecraft.nbt.Tag> tagMap
  • Constructor Details

    • OrderedCompoundTag

      public OrderedCompoundTag(Map<String,net.minecraft.nbt.Tag> map)
    • OrderedCompoundTag

      public OrderedCompoundTag()
  • Method Details

    • write

      public void write(DataOutput dataOutput) throws IOException
      Specified by:
      write in interface net.minecraft.nbt.Tag
      Overrides:
      write in class net.minecraft.nbt.CompoundTag
      Throws:
      IOException