java.lang.Object
mods.thecomputerizer.theimpossiblelibrary.shared.v20.tag.Tag1_20
mods.thecomputerizer.theimpossiblelibrary.shared.v20.m6.tag.Tag1_20_6
All Implemented Interfaces:
mods.thecomputerizer.theimpossiblelibrary.api.tag.TagAPI

public class Tag1_20_6 extends mods.thecomputerizer.theimpossiblelibrary.shared.v20.tag.Tag1_20
  • Constructor Details

    • Tag1_20_6

      public Tag1_20_6()
  • 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
      Overrides:
      getWrapped in class mods.thecomputerizer.theimpossiblelibrary.shared.v20.tag.Tag1_20
    • newCompoundTag

      public Object newCompoundTag()
      Specified by:
      newCompoundTag in interface mods.thecomputerizer.theimpossiblelibrary.api.tag.TagAPI
      Overrides:
      newCompoundTag in class mods.thecomputerizer.theimpossiblelibrary.shared.v20.tag.Tag1_20
    • newListTag

      public Object newListTag()
      Specified by:
      newListTag in interface mods.thecomputerizer.theimpossiblelibrary.api.tag.TagAPI
      Overrides:
      newListTag in class mods.thecomputerizer.theimpossiblelibrary.shared.v20.tag.Tag1_20
    • newPrimitiveTag

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

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

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

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

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

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

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

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

      public Object readFromFileDirect(File file) throws Exception
      Specified by:
      readFromFileDirect in interface mods.thecomputerizer.theimpossiblelibrary.api.tag.TagAPI
      Overrides:
      readFromFileDirect in class mods.thecomputerizer.theimpossiblelibrary.shared.v20.tag.Tag1_20
      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
      Overrides:
      writeToFileDirect in class mods.thecomputerizer.theimpossiblelibrary.shared.v20.tag.Tag1_20
      Throws:
      Exception