public class Tag1_16_5
extends java.lang.Object
implements mods.thecomputerizer.theimpossiblelibrary.api.tag.TagAPI
| Constructor and Description |
|---|
Tag1_16_5() |
| Modifier and Type | Method and Description |
|---|---|
<T> mods.thecomputerizer.theimpossiblelibrary.api.tag.BaseTagAPI<T> |
getWrapped(T tag) |
java.lang.Object |
newCompoundTag() |
java.lang.Object |
newListTag() |
java.lang.Object |
newPrimitiveTag(boolean b) |
java.lang.Object |
newPrimitiveTag(byte b) |
java.lang.Object |
newPrimitiveTag(double d) |
java.lang.Object |
newPrimitiveTag(float f) |
java.lang.Object |
newPrimitiveTag(int i) |
java.lang.Object |
newPrimitiveTag(long l) |
java.lang.Object |
newPrimitiveTag(short s) |
java.lang.Object |
newStringTag(java.lang.String value) |
java.lang.Object |
readFromFileDirect(java.io.File file) |
void |
writeToFileDirect(mods.thecomputerizer.theimpossiblelibrary.api.tag.CompoundTagAPI<?> tag,
java.io.File file) |
public <T> mods.thecomputerizer.theimpossiblelibrary.api.tag.BaseTagAPI<T> getWrapped(T tag)
getWrapped in interface mods.thecomputerizer.theimpossiblelibrary.api.tag.TagAPIpublic java.lang.Object newCompoundTag()
newCompoundTag in interface mods.thecomputerizer.theimpossiblelibrary.api.tag.TagAPIpublic java.lang.Object newListTag()
newListTag in interface mods.thecomputerizer.theimpossiblelibrary.api.tag.TagAPIpublic java.lang.Object newPrimitiveTag(boolean b)
newPrimitiveTag in interface mods.thecomputerizer.theimpossiblelibrary.api.tag.TagAPIpublic java.lang.Object newPrimitiveTag(byte b)
newPrimitiveTag in interface mods.thecomputerizer.theimpossiblelibrary.api.tag.TagAPIpublic java.lang.Object newPrimitiveTag(double d)
newPrimitiveTag in interface mods.thecomputerizer.theimpossiblelibrary.api.tag.TagAPIpublic java.lang.Object newPrimitiveTag(float f)
newPrimitiveTag in interface mods.thecomputerizer.theimpossiblelibrary.api.tag.TagAPIpublic java.lang.Object newPrimitiveTag(int i)
newPrimitiveTag in interface mods.thecomputerizer.theimpossiblelibrary.api.tag.TagAPIpublic java.lang.Object newPrimitiveTag(long l)
newPrimitiveTag in interface mods.thecomputerizer.theimpossiblelibrary.api.tag.TagAPIpublic java.lang.Object newPrimitiveTag(short s)
newPrimitiveTag in interface mods.thecomputerizer.theimpossiblelibrary.api.tag.TagAPIpublic java.lang.Object newStringTag(java.lang.String value)
newStringTag in interface mods.thecomputerizer.theimpossiblelibrary.api.tag.TagAPIpublic java.lang.Object readFromFileDirect(java.io.File file)
throws java.lang.Exception
readFromFileDirect in interface mods.thecomputerizer.theimpossiblelibrary.api.tag.TagAPIjava.lang.Exceptionpublic void writeToFileDirect(mods.thecomputerizer.theimpossiblelibrary.api.tag.CompoundTagAPI<?> tag,
java.io.File file)
throws java.lang.Exception
writeToFileDirect in interface mods.thecomputerizer.theimpossiblelibrary.api.tag.TagAPIjava.lang.Exception