Class SimpleTexture.TextureData

  • All Implemented Interfaces:
    java.io.Closeable, java.lang.AutoCloseable
    Enclosing class:
    SimpleTexture

    public static class SimpleTexture.TextureData
    extends java.lang.Object
    implements java.io.Closeable
    • Field Detail

      • exception

        @Nullable
        private final java.io.IOException exception
    • Constructor Detail

      • TextureData

        public TextureData​(java.io.IOException p_i50473_1_)
    • Method Detail

      • getImage

        public NativeImage getImage()
                             throws java.io.IOException
        Throws:
        java.io.IOException
      • close

        public void close()
        Specified by:
        close in interface java.lang.AutoCloseable
        Specified by:
        close in interface java.io.Closeable
      • throwIfError

        public void throwIfError()
                          throws java.io.IOException
        Throws:
        java.io.IOException