Class TagComponent1_20_6
java.lang.Object
mods.thecomputerizer.theimpossiblelibrary.shared.v20.m6.tag.component.TagComponent1_20_6
- All Implemented Interfaces:
mods.thecomputerizer.theimpossiblelibrary.api.tag.TagAPI
public class TagComponent1_20_6
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 component) mods.thecomputerizer.theimpossiblelibrary.api.tag.PrimitiveTagAPI<?> makePrimitiveTag(boolean b) mods.thecomputerizer.theimpossiblelibrary.api.tag.PrimitiveTagAPI<?> makePrimitiveTag(byte b) mods.thecomputerizer.theimpossiblelibrary.api.tag.PrimitiveTagAPI<?> makePrimitiveTag(double d) mods.thecomputerizer.theimpossiblelibrary.api.tag.PrimitiveTagAPI<?> makePrimitiveTag(float f) mods.thecomputerizer.theimpossiblelibrary.api.tag.PrimitiveTagAPI<?> makePrimitiveTag(int i) mods.thecomputerizer.theimpossiblelibrary.api.tag.PrimitiveTagAPI<?> makePrimitiveTag(long l) mods.thecomputerizer.theimpossiblelibrary.api.tag.PrimitiveTagAPI<?> makePrimitiveTag(short s) mods.thecomputerizer.theimpossiblelibrary.api.tag.StringTagAPI<?> makeStringTag(String value) 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, readFromFile, writeToFile
-
Constructor Details
-
TagComponent1_20_6
public TagComponent1_20_6()
-
-
Method Details
-
getWrapped
public <T> mods.thecomputerizer.theimpossiblelibrary.api.tag.BaseTagAPI<T> getWrapped(T component) - Specified by:
getWrappedin interfacemods.thecomputerizer.theimpossiblelibrary.api.tag.TagAPI
-
makePrimitiveTag
public mods.thecomputerizer.theimpossiblelibrary.api.tag.PrimitiveTagAPI<?> makePrimitiveTag(boolean b) - Specified by:
makePrimitiveTagin interfacemods.thecomputerizer.theimpossiblelibrary.api.tag.TagAPI
-
makePrimitiveTag
public mods.thecomputerizer.theimpossiblelibrary.api.tag.PrimitiveTagAPI<?> makePrimitiveTag(byte b) - Specified by:
makePrimitiveTagin interfacemods.thecomputerizer.theimpossiblelibrary.api.tag.TagAPI
-
makePrimitiveTag
public mods.thecomputerizer.theimpossiblelibrary.api.tag.PrimitiveTagAPI<?> makePrimitiveTag(double d) - Specified by:
makePrimitiveTagin interfacemods.thecomputerizer.theimpossiblelibrary.api.tag.TagAPI
-
makePrimitiveTag
public mods.thecomputerizer.theimpossiblelibrary.api.tag.PrimitiveTagAPI<?> makePrimitiveTag(float f) - Specified by:
makePrimitiveTagin interfacemods.thecomputerizer.theimpossiblelibrary.api.tag.TagAPI
-
makePrimitiveTag
public mods.thecomputerizer.theimpossiblelibrary.api.tag.PrimitiveTagAPI<?> makePrimitiveTag(int i) - Specified by:
makePrimitiveTagin interfacemods.thecomputerizer.theimpossiblelibrary.api.tag.TagAPI
-
makePrimitiveTag
public mods.thecomputerizer.theimpossiblelibrary.api.tag.PrimitiveTagAPI<?> makePrimitiveTag(long l) - Specified by:
makePrimitiveTagin interfacemods.thecomputerizer.theimpossiblelibrary.api.tag.TagAPI
-
makePrimitiveTag
public mods.thecomputerizer.theimpossiblelibrary.api.tag.PrimitiveTagAPI<?> makePrimitiveTag(short s) - Specified by:
makePrimitiveTagin interfacemods.thecomputerizer.theimpossiblelibrary.api.tag.TagAPI
-
makeStringTag
public mods.thecomputerizer.theimpossiblelibrary.api.tag.StringTagAPI<?> makeStringTag(String value) - Specified by:
makeStringTagin 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:
IOException
-
writeToFileDirect
public void writeToFileDirect(mods.thecomputerizer.theimpossiblelibrary.api.tag.CompoundTagAPI<?> tag, File file) throws IOException - Specified by:
writeToFileDirectin interfacemods.thecomputerizer.theimpossiblelibrary.api.tag.TagAPI- Throws:
IOException
-