Class SimpleArrayTexture.TextureImage
java.lang.Object
foundry.veil.api.client.render.texture.SimpleArrayTexture.TextureImage
- All Implemented Interfaces:
AutoCloseable
,org.lwjgl.system.NativeResource
- Enclosing class:
SimpleArrayTexture
public static class SimpleArrayTexture.TextureImage
extends Object
implements org.lwjgl.system.NativeResource
-
Constructor Summary
ConstructorsConstructorDescriptionTextureImage
(com.mojang.blaze3d.platform.NativeImage image, net.minecraft.client.resources.metadata.texture.TextureMetadataSection metadata) TextureImage
(IOException exception) -
Method Summary
Modifier and TypeMethodDescriptionvoid
free()
com.mojang.blaze3d.platform.NativeImage
getImage()
net.minecraft.client.resources.metadata.texture.TextureMetadataSection
static SimpleArrayTexture.TextureImage[]
load
(net.minecraft.server.packs.resources.ResourceManager resourceManager, net.minecraft.resources.ResourceLocation... locations) void
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface org.lwjgl.system.NativeResource
close
-
Constructor Details
-
TextureImage
-
TextureImage
public TextureImage(com.mojang.blaze3d.platform.NativeImage image, @Nullable net.minecraft.client.resources.metadata.texture.TextureMetadataSection metadata)
-
-
Method Details
-
load
public static SimpleArrayTexture.TextureImage[] load(net.minecraft.server.packs.resources.ResourceManager resourceManager, net.minecraft.resources.ResourceLocation... locations) -
getImage
- Throws:
IOException
-
getTextureMetadata
@Nullable public net.minecraft.client.resources.metadata.texture.TextureMetadataSection getTextureMetadata() -
getException
-
free
public void free()- Specified by:
free
in interfaceorg.lwjgl.system.NativeResource
-
throwIfError
- Throws:
IOException
-