Package net.minecraft.client.texture
Class ResourceTexture
java.lang.Object
net.minecraft.client.texture.AbstractTexture
net.minecraft.client.texture.ReloadableTexture
net.minecraft.client.texture.ResourceTexture
- All Implemented Interfaces:
 AutoCloseable
- Mappings:
 Namespace Name named net/minecraft/client/texture/ResourceTextureintermediary net/minecraft/class_1049official hrk
- 
Field Summary
Fields inherited from class net.minecraft.client.texture.AbstractTexture
glTexture, glTextureView - 
Constructor Summary
Constructors - 
Method Summary
Methods inherited from class net.minecraft.client.texture.ReloadableTexture
getId, load, reloadMethods inherited from class net.minecraft.client.texture.AbstractTexture
close, getGlTexture, getGlTextureView, setClamp, setFilter, setUseMipmaps 
- 
Constructor Details
- 
ResourceTexture
- Mappings:
 Namespace Name Mixin selector named <init>Lnet/minecraft/client/texture/ResourceTexture;<init>(Lnet/minecraft/util/Identifier;)Vintermediary <init>Lnet/minecraft/class_1049;<init>(Lnet/minecraft/class_2960;)Vofficial <init>Lhrk;<init>(Lame;)V
 
 - 
 - 
Method Details
- 
loadContents
- Specified by:
 loadContentsin classReloadableTexture- Throws:
 IOException- Mappings:
 Namespace Name Mixin selector named loadContentsLnet/minecraft/client/texture/ReloadableTexture;loadContents(Lnet/minecraft/resource/ResourceManager;)Lnet/minecraft/client/texture/TextureContents;intermediary method_65809Lnet/minecraft/class_10537;method_65809(Lnet/minecraft/class_3300;)Lnet/minecraft/class_10539;official aLhrj;a(Laxo;)Lhrt;
 
 -