Class Tag1_21
java.lang.Object
mods.thecomputerizer.theimpossiblelibrary.shared.v21.tag.Tag1_21
- All Implemented Interfaces:
mods.thecomputerizer.theimpossiblelibrary.api.tag.TagAPI
public class Tag1_21
extends Object
implements mods.thecomputerizer.theimpossiblelibrary.api.tag.TagAPI
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription<T> mods.thecomputerizer.theimpossiblelibrary.api.tag.BaseTagAPI<T> getWrapped(T tag) newPrimitiveTag(boolean b) newPrimitiveTag(byte b) newPrimitiveTag(double d) newPrimitiveTag(float f) newPrimitiveTag(int i) newPrimitiveTag(long l) newPrimitiveTag(short s) newStringTag(String value) readFromFileDirect(File file) voidwriteToFileDirect(mods.thecomputerizer.theimpossiblelibrary.api.tag.CompoundTagAPI<?> tag, File file) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface mods.thecomputerizer.theimpossiblelibrary.api.tag.TagAPI
makeCompoundTag, makeListTag, makePrimitiveTag, makePrimitiveTag, makePrimitiveTag, makePrimitiveTag, makePrimitiveTag, makePrimitiveTag, makePrimitiveTag, makeStringTag, readFromFile, writeToFile
-
Constructor Details
-
Tag1_21
public Tag1_21()
-
-
Method Details
-
getWrapped
public <T> mods.thecomputerizer.theimpossiblelibrary.api.tag.BaseTagAPI<T> getWrapped(T tag) - Specified by:
getWrappedin interfacemods.thecomputerizer.theimpossiblelibrary.api.tag.TagAPI
-
newCompoundTag
- Specified by:
newCompoundTagin interfacemods.thecomputerizer.theimpossiblelibrary.api.tag.TagAPI
-
newListTag
- Specified by:
newListTagin interfacemods.thecomputerizer.theimpossiblelibrary.api.tag.TagAPI
-
newPrimitiveTag
- Specified by:
newPrimitiveTagin interfacemods.thecomputerizer.theimpossiblelibrary.api.tag.TagAPI
-
newPrimitiveTag
- Specified by:
newPrimitiveTagin interfacemods.thecomputerizer.theimpossiblelibrary.api.tag.TagAPI
-
newPrimitiveTag
- Specified by:
newPrimitiveTagin interfacemods.thecomputerizer.theimpossiblelibrary.api.tag.TagAPI
-
newPrimitiveTag
- Specified by:
newPrimitiveTagin interfacemods.thecomputerizer.theimpossiblelibrary.api.tag.TagAPI
-
newPrimitiveTag
- Specified by:
newPrimitiveTagin interfacemods.thecomputerizer.theimpossiblelibrary.api.tag.TagAPI
-
newPrimitiveTag
- Specified by:
newPrimitiveTagin interfacemods.thecomputerizer.theimpossiblelibrary.api.tag.TagAPI
-
newPrimitiveTag
- Specified by:
newPrimitiveTagin interfacemods.thecomputerizer.theimpossiblelibrary.api.tag.TagAPI
-
newStringTag
- Specified by:
newStringTagin interfacemods.thecomputerizer.theimpossiblelibrary.api.tag.TagAPI
-
readFromFileDirect
- Specified by:
readFromFileDirectin interfacemods.thecomputerizer.theimpossiblelibrary.api.tag.TagAPI- Throws:
Exception
-
writeToFileDirect
public void writeToFileDirect(mods.thecomputerizer.theimpossiblelibrary.api.tag.CompoundTagAPI<?> tag, File file) throws Exception - Specified by:
writeToFileDirectin interfacemods.thecomputerizer.theimpossiblelibrary.api.tag.TagAPI- Throws:
Exception
-