Package net.minecraft.client.texture
Class NativeImageBackedTexture
java.lang.Object
net.minecraft.client.texture.AbstractTexture
net.minecraft.client.texture.NativeImageBackedTexture
- All Implemented Interfaces:
AutoCloseable
@Environment(CLIENT) public class NativeImageBackedTexture extends AbstractTexture
- Mappings:
Namespace Name official erkintermediary net/minecraft/class_1043named net/minecraft/client/texture/NativeImageBackedTexture
-
Field Summary
Fields Modifier and Type Field Description private static Loggerfield_25794private NativeImageimageFields inherited from class net.minecraft.client.texture.AbstractTexture
bilinear, glId, mipmap -
Constructor Summary
Constructors Constructor Description NativeImageBackedTexture(int width, int height, boolean useStb)NativeImageBackedTexture(NativeImage image) -
Method Summary
Modifier and Type Method Description voidclose()NativeImagegetImage()voidload(ResourceManager manager)voidsetImage(NativeImage image)voidupload()Methods inherited from class net.minecraft.client.texture.AbstractTexture
bindTexture, clearGlId, getGlId, registerTexture, setFilter
-
Field Details
-
field_25794
- Mappings:
Namespace Name Mixin selector official dLerk;d:Lorg/apache/logging/log4j/Logger;intermediary field_25794Lnet/minecraft/class_1043;field_25794:Lorg/apache/logging/log4j/Logger;named field_25794Lnet/minecraft/client/texture/NativeImageBackedTexture;field_25794:Lorg/apache/logging/log4j/Logger;
-
image
- Mappings:
Namespace Name Mixin selector official eLerk;e:Ldky;intermediary field_5200Lnet/minecraft/class_1043;field_5200:Lnet/minecraft/class_1011;named imageLnet/minecraft/client/texture/NativeImageBackedTexture;image:Lnet/minecraft/client/texture/NativeImage;
-
-
Constructor Details
-
NativeImageBackedTexture
- Mappings:
Namespace Name Mixin selector official <init>Lerk;<init>(Ldky;)Vintermediary <init>Lnet/minecraft/class_1043;<init>(Lnet/minecraft/class_1011;)Vnamed <init>Lnet/minecraft/client/texture/NativeImageBackedTexture;<init>(Lnet/minecraft/client/texture/NativeImage;)V
-
NativeImageBackedTexture
public NativeImageBackedTexture(int width, int height, boolean useStb)- Mappings:
Namespace Name Mixin selector official <init>Lerk;<init>(IIZ)Vintermediary <init>Lnet/minecraft/class_1043;<init>(IIZ)Vnamed <init>Lnet/minecraft/client/texture/NativeImageBackedTexture;<init>(IIZ)V
-
-
Method Details
-
load
- Specified by:
loadin classAbstractTexture- Mappings:
Namespace Name Mixin selector official aLeri;a(Lacx;)Vintermediary method_4625Lnet/minecraft/class_1044;method_4625(Lnet/minecraft/class_3300;)Vnamed loadLnet/minecraft/client/texture/AbstractTexture;load(Lnet/minecraft/resource/ResourceManager;)V
-
upload
public void upload()- Mappings:
Namespace Name Mixin selector official aLerk;a()Vintermediary method_4524Lnet/minecraft/class_1043;method_4524()Vnamed uploadLnet/minecraft/client/texture/NativeImageBackedTexture;upload()V
-
getImage
- Mappings:
Namespace Name Mixin selector official eLerk;e()Ldky;intermediary method_4525Lnet/minecraft/class_1043;method_4525()Lnet/minecraft/class_1011;named getImageLnet/minecraft/client/texture/NativeImageBackedTexture;getImage()Lnet/minecraft/client/texture/NativeImage;
-
setImage
- Mappings:
Namespace Name Mixin selector official aLerk;a(Ldky;)Vintermediary method_4526Lnet/minecraft/class_1043;method_4526(Lnet/minecraft/class_1011;)Vnamed setImageLnet/minecraft/client/texture/NativeImageBackedTexture;setImage(Lnet/minecraft/client/texture/NativeImage;)V
-
close
public void close()- Specified by:
closein interfaceAutoCloseable- Overrides:
closein classAbstractTexture- Mappings:
Namespace Name Mixin selector official closeLeri;close()Vintermediary closeLnet/minecraft/class_1044;close()Vnamed closeLnet/minecraft/client/texture/AbstractTexture;close()V
-