Package dev.latvian.mods.kubejs.util
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
FieldsFields inherited from class net.minecraft.nbt.CompoundTag
CODEC, tags, TYPEFields 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 -
Method Summary
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, toStringMethods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface net.minecraft.nbt.Tag
acceptAsRoot, getAsString
-
Field Details
-
tagMap
-
-
Constructor Details
-
OrderedCompoundTag
-
OrderedCompoundTag
public OrderedCompoundTag()
-
-
Method Details
-
write
- Specified by:
writein interfacenet.minecraft.nbt.Tag- Overrides:
writein classnet.minecraft.nbt.CompoundTag- Throws:
IOException
-