Class Tag1_12_2
java.lang.Object
mods.thecomputerizer.theimpossiblelibrary.legacy.v12.m2.tag.Tag1_12_2
- All Implemented Interfaces:
mods.thecomputerizer.theimpossiblelibrary.api.tag.TagAPI
public class Tag1_12_2
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) makePrimitiveTag(boolean b) makePrimitiveTag(byte b) makePrimitiveTag(double d) makePrimitiveTag(float f) makePrimitiveTag(int i) makePrimitiveTag(long l) makePrimitiveTag(short s) makeStringTag(String value) readFromFile(File file) voidwriteToFile(mods.thecomputerizer.theimpossiblelibrary.api.tag.CompoundTagAPI<?> tag, File file)
-
Constructor Details
-
Tag1_12_2
public Tag1_12_2()
-
-
Method Details
-
getWrapped
public <T> mods.thecomputerizer.theimpossiblelibrary.api.tag.BaseTagAPI<T> getWrapped(T tag) - Specified by:
getWrappedin interfacemods.thecomputerizer.theimpossiblelibrary.api.tag.TagAPI
-
makeCompoundTag
- Specified by:
makeCompoundTagin interfacemods.thecomputerizer.theimpossiblelibrary.api.tag.TagAPI
-
makeListTag
- Specified by:
makeListTagin interfacemods.thecomputerizer.theimpossiblelibrary.api.tag.TagAPI
-
makePrimitiveTag
- Specified by:
makePrimitiveTagin interfacemods.thecomputerizer.theimpossiblelibrary.api.tag.TagAPI
-
makePrimitiveTag
- Specified by:
makePrimitiveTagin interfacemods.thecomputerizer.theimpossiblelibrary.api.tag.TagAPI
-
makePrimitiveTag
- Specified by:
makePrimitiveTagin interfacemods.thecomputerizer.theimpossiblelibrary.api.tag.TagAPI
-
makePrimitiveTag
- Specified by:
makePrimitiveTagin interfacemods.thecomputerizer.theimpossiblelibrary.api.tag.TagAPI
-
makePrimitiveTag
- Specified by:
makePrimitiveTagin interfacemods.thecomputerizer.theimpossiblelibrary.api.tag.TagAPI
-
makePrimitiveTag
- Specified by:
makePrimitiveTagin interfacemods.thecomputerizer.theimpossiblelibrary.api.tag.TagAPI
-
makePrimitiveTag
- Specified by:
makePrimitiveTagin interfacemods.thecomputerizer.theimpossiblelibrary.api.tag.TagAPI
-
makeStringTag
- Specified by:
makeStringTagin interfacemods.thecomputerizer.theimpossiblelibrary.api.tag.TagAPI
-
readFromFile
- Specified by:
readFromFilein interfacemods.thecomputerizer.theimpossiblelibrary.api.tag.TagAPI- Throws:
IOException
-
writeToFile
public void writeToFile(mods.thecomputerizer.theimpossiblelibrary.api.tag.CompoundTagAPI<?> tag, File file) throws IOException - Specified by:
writeToFilein interfacemods.thecomputerizer.theimpossiblelibrary.api.tag.TagAPI- Throws:
IOException
-