Package net.minecraft.client.texture
Class CubemapTexture
java.lang.Object
net.minecraft.client.texture.AbstractTexture
net.minecraft.client.texture.ReloadableTexture
net.minecraft.client.texture.CubemapTexture
- All Implemented Interfaces:
AutoCloseable
- Mappings:
Namespace Name named net/minecraft/client/texture/CubemapTextureintermediary net/minecraft/class_11405official ibz
-
Field Summary
FieldsFields inherited from class net.minecraft.client.texture.AbstractTexture
glTexture, glTextureView -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected voidload(NativeImage image, boolean blur, boolean clamp) loadContents(ResourceManager resourceManager) Methods inherited from class net.minecraft.client.texture.ReloadableTexture
getId, reloadMethods inherited from class net.minecraft.client.texture.AbstractTexture
close, getGlTexture, getGlTextureView, setClamp, setFilter, setUseMipmaps
-
Field Details
-
TEXTURE_SUFFIXES
- Mappings:
Namespace Name Mixin selector named TEXTURE_SUFFIXESLnet/minecraft/client/texture/CubemapTexture;TEXTURE_SUFFIXES:[Ljava/lang/String;intermediary field_60598Lnet/minecraft/class_11405;field_60598:[Ljava/lang/String;official cLibz;c:[Ljava/lang/String;
-
-
Constructor Details
-
CubemapTexture
- 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
-
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 aLicf;a(Lbap;)Licp;
-
load
- Overrides:
loadin classReloadableTexture- 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
-