Package net.minecraft.client.texture
Class NativeImageBackedTexture
java.lang.Object
net.minecraft.client.texture.AbstractTexture
net.minecraft.client.texture.NativeImageBackedTexture
- All Implemented Interfaces:
AutoCloseable,Texture
@Environment(CLIENT)
public class NativeImageBackedTexture
extends AbstractTexture
implements AutoCloseable
- Mappings:
Namespace Name official ddbintermediary net/minecraft/class_1636named net/minecraft/client/texture/NativeImageBackedTexture
-
Field Summary
FieldsFields inherited from class net.minecraft.client.texture.AbstractTexture
bilinear, glId, lastBilinear, lastMipnmap, mipmap -
Constructor Summary
ConstructorsConstructorDescriptionNativeImageBackedTexture(int int2, int int3, boolean bool) NativeImageBackedTexture(class_4277 class_4277) -
Method Summary
Modifier and TypeMethodDescriptionvoidclose()voidload(ResourceManager manager) voidmethod_19448(class_4277 class_4277) voidupload()Methods inherited from class net.minecraft.client.texture.AbstractTexture
clearGlId, getGlId, pop, pushFilter, setFilterMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface net.minecraft.client.texture.Texture
method_19530
-
Field Details
-
field_20979
- Mappings:
Namespace Name Mixin selector official fLddb;f:Lddg;intermediary field_20979Lnet/minecraft/class_1636;field_20979:Lnet/minecraft/class_4277;named field_20979Lnet/minecraft/client/texture/NativeImageBackedTexture;field_20979:Lnet/minecraft/class_4277;
-
-
Constructor Details
-
NativeImageBackedTexture
-
NativeImageBackedTexture
public NativeImageBackedTexture(int int2, int int3, boolean bool)
-
-
Method Details
-
load
- Specified by:
loadin interfaceTexture- Throws:
IOException- Mappings:
Namespace Name Mixin selector official aLddo;a(Lvf;)Vintermediary method_5854Lnet/minecraft/class_319;method_5854(Lnet/minecraft/class_1654;)Vnamed loadLnet/minecraft/client/texture/Texture;load(Lnet/minecraft/resource/ResourceManager;)V
-
upload
public void upload()- Mappings:
Namespace Name Mixin selector official aLddb;a()Vintermediary method_5817Lnet/minecraft/class_1636;method_5817()Vnamed uploadLnet/minecraft/client/texture/NativeImageBackedTexture;upload()V
-
method_19449
- Mappings:
Namespace Name Mixin selector official eLddb;e()Lddg;intermediary method_19449Lnet/minecraft/class_1636;method_19449()Lnet/minecraft/class_4277;named method_19449Lnet/minecraft/client/texture/NativeImageBackedTexture;method_19449()Lnet/minecraft/class_4277;
-
method_19448
- Throws:
Exception- Mappings:
Namespace Name Mixin selector official aLddb;a(Lddg;)Vintermediary method_19448Lnet/minecraft/class_1636;method_19448(Lnet/minecraft/class_4277;)Vnamed method_19448Lnet/minecraft/client/texture/NativeImageBackedTexture;method_19448(Lnet/minecraft/class_4277;)V
-
close
public void close()- Specified by:
closein interfaceAutoCloseable- Mappings:
Namespace Name Mixin selector official closeLddb;close()Vintermediary closeLnet/minecraft/class_1636;close()Vnamed closeLnet/minecraft/client/texture/NativeImageBackedTexture;close()V
-