Class Tag1_20
java.lang.Object
mods.thecomputerizer.theimpossiblelibrary.shared.v20.tag.Tag1_20
- All Implemented Interfaces:
mods.thecomputerizer.theimpossiblelibrary.api.tag.TagAPI
public class Tag1_20
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) mods.thecomputerizer.theimpossiblelibrary.api.tag.CompoundTagAPI<?>readFromFile(File file) voidwriteToFile(mods.thecomputerizer.theimpossiblelibrary.api.tag.CompoundTagAPI<?> tag, File file)
-
Constructor Details
-
Tag1_20
public Tag1_20()
-
-
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
public mods.thecomputerizer.theimpossiblelibrary.api.tag.CompoundTagAPI<?> readFromFile(File file) throws IOException - 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
-