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 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:
      getWrapped in interface mods.thecomputerizer.theimpossiblelibrary.api.tag.TagAPI
    • makeCompoundTag

      public CompoundTag1_12_2 makeCompoundTag()
      Specified by:
      makeCompoundTag in interface mods.thecomputerizer.theimpossiblelibrary.api.tag.TagAPI
    • makeListTag

      public ListTag1_12_2 makeListTag()
      Specified by:
      makeListTag in interface mods.thecomputerizer.theimpossiblelibrary.api.tag.TagAPI
    • makePrimitiveTag

      public PrimitiveTag1_12_2 makePrimitiveTag(boolean b)
      Specified by:
      makePrimitiveTag in interface mods.thecomputerizer.theimpossiblelibrary.api.tag.TagAPI
    • makePrimitiveTag

      public PrimitiveTag1_12_2 makePrimitiveTag(byte b)
      Specified by:
      makePrimitiveTag in interface mods.thecomputerizer.theimpossiblelibrary.api.tag.TagAPI
    • makePrimitiveTag

      public PrimitiveTag1_12_2 makePrimitiveTag(double d)
      Specified by:
      makePrimitiveTag in interface mods.thecomputerizer.theimpossiblelibrary.api.tag.TagAPI
    • makePrimitiveTag

      public PrimitiveTag1_12_2 makePrimitiveTag(float f)
      Specified by:
      makePrimitiveTag in interface mods.thecomputerizer.theimpossiblelibrary.api.tag.TagAPI
    • makePrimitiveTag

      public PrimitiveTag1_12_2 makePrimitiveTag(int i)
      Specified by:
      makePrimitiveTag in interface mods.thecomputerizer.theimpossiblelibrary.api.tag.TagAPI
    • makePrimitiveTag

      public PrimitiveTag1_12_2 makePrimitiveTag(long l)
      Specified by:
      makePrimitiveTag in interface mods.thecomputerizer.theimpossiblelibrary.api.tag.TagAPI
    • makePrimitiveTag

      public PrimitiveTag1_12_2 makePrimitiveTag(short s)
      Specified by:
      makePrimitiveTag in interface mods.thecomputerizer.theimpossiblelibrary.api.tag.TagAPI
    • makeStringTag

      public StringTag1_12_2 makeStringTag(String value)
      Specified by:
      makeStringTag in interface mods.thecomputerizer.theimpossiblelibrary.api.tag.TagAPI
    • readFromFile

      public CompoundTag1_12_2 readFromFile(File file) throws IOException
      Specified by:
      readFromFile in interface mods.thecomputerizer.theimpossiblelibrary.api.tag.TagAPI
      Throws:
      IOException
    • writeToFile

      public void writeToFile(mods.thecomputerizer.theimpossiblelibrary.api.tag.CompoundTagAPI<?> tag, File file) throws IOException
      Specified by:
      writeToFile in interface mods.thecomputerizer.theimpossiblelibrary.api.tag.TagAPI
      Throws:
      IOException