java.lang.Object
mods.thecomputerizer.theimpossiblelibrary.shared.v21.tag.Tag1_21
All Implemented Interfaces:
mods.thecomputerizer.theimpossiblelibrary.api.tag.TagAPI

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

    • Tag1_21

      public Tag1_21()
  • 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
    • newCompoundTag

      public Object newCompoundTag()
      Specified by:
      newCompoundTag in interface mods.thecomputerizer.theimpossiblelibrary.api.tag.TagAPI
    • newListTag

      public Object newListTag()
      Specified by:
      newListTag in interface mods.thecomputerizer.theimpossiblelibrary.api.tag.TagAPI
    • newPrimitiveTag

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

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

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

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

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

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

      public Object newPrimitiveTag(short s)
      Specified by:
      newPrimitiveTag in interface mods.thecomputerizer.theimpossiblelibrary.api.tag.TagAPI
    • newStringTag

      public Object newStringTag(String value)
      Specified by:
      newStringTag in interface mods.thecomputerizer.theimpossiblelibrary.api.tag.TagAPI
    • readFromFileDirect

      public Object readFromFileDirect(File file) throws Exception
      Specified by:
      readFromFileDirect in interface mods.thecomputerizer.theimpossiblelibrary.api.tag.TagAPI
      Throws:
      Exception
    • writeToFileDirect

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