Package net.minecraft.client.texture
Class ReloadableTexture
java.lang.Object
net.minecraft.client.texture.AbstractTexture
net.minecraft.client.texture.ReloadableTexture
- All Implemented Interfaces:
AutoCloseable
- Direct Known Subclasses:
CubemapTexture,ResourceTexture,SplashOverlay.LogoTexture
- Mappings:
Namespace Name named net/minecraft/client/texture/ReloadableTextureintermediary net/minecraft/class_10537official icf
-
Field Summary
FieldsFields inherited from class net.minecraft.client.texture.AbstractTexture
glTexture, glTextureView -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetId()protected voidload(NativeImage image, boolean blur, boolean clamp) abstract TextureContentsloadContents(ResourceManager resourceManager) voidreload(TextureContents contents) Methods inherited from class net.minecraft.client.texture.AbstractTexture
close, getGlTexture, getGlTextureView, setClamp, setFilter, setUseMipmaps
-
Field Details
-
textureId
- Mappings:
Namespace Name Mixin selector named textureIdLnet/minecraft/client/texture/ReloadableTexture;textureId:Lnet/minecraft/util/Identifier;intermediary field_55529Lnet/minecraft/class_10537;field_55529:Lnet/minecraft/class_2960;official cLicf;c:Lamj;
-
-
Constructor Details
-
ReloadableTexture
- Mappings:
Namespace Name Mixin selector named <init>Lnet/minecraft/client/texture/ReloadableTexture;<init>(Lnet/minecraft/util/Identifier;)Vintermediary <init>Lnet/minecraft/class_10537;<init>(Lnet/minecraft/class_2960;)Vofficial <init>Licf;<init>(Lamj;)V
-
-
Method Details
-
getId
- Mappings:
Namespace Name Mixin selector named getIdLnet/minecraft/client/texture/ReloadableTexture;getId()Lnet/minecraft/util/Identifier;intermediary method_65859Lnet/minecraft/class_10537;method_65859()Lnet/minecraft/class_2960;official cLicf;c()Lamj;
-
reload
- Mappings:
Namespace Name Mixin selector named reloadLnet/minecraft/client/texture/ReloadableTexture;reload(Lnet/minecraft/client/texture/TextureContents;)Vintermediary method_65857Lnet/minecraft/class_10537;method_65857(Lnet/minecraft/class_10539;)Vofficial aLicf;a(Licp;)V
-
load
- Mappings:
Namespace Name Mixin selector named loadLnet/minecraft/client/texture/ReloadableTexture;load(Lnet/minecraft/client/texture/NativeImage;ZZ)Vintermediary method_65856Lnet/minecraft/class_10537;method_65856(Lnet/minecraft/class_1011;ZZ)Vofficial aLicf;a(Lfsy;ZZ)V
-
loadContents
- 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 aLicf;a(Lbap;)Licp;
-