java.lang.Object
mods.thecomputerizer.theimpossiblelibrary.shared.v19.tag.Tag1_19
All Implemented Interfaces:
mods.thecomputerizer.theimpossiblelibrary.api.tag.TagAPI

public class Tag1_19 extends Object implements mods.thecomputerizer.theimpossiblelibrary.api.tag.TagAPI
  • Constructor Details

    • Tag1_19

      public Tag1_19()
  • 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_19 makeCompoundTag()
      Specified by:
      makeCompoundTag in interface mods.thecomputerizer.theimpossiblelibrary.api.tag.TagAPI
    • makeListTag

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

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

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

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

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

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

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

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

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

      public CompoundTag1_19 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