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/CubemapTexture
intermediary net/minecraft/class_11405
official hrc
-
Field Summary
FieldsFields inherited from class net.minecraft.client.texture.AbstractTexture
glTexture, glTextureView
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected void
load
(NativeImage image, boolean blur, boolean clamp) loadContents
(ResourceManager resourceManager) Methods inherited from class net.minecraft.client.texture.ReloadableTexture
getId, reload
Methods 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_SUFFIXES
Lnet/minecraft/client/texture/CubemapTexture;TEXTURE_SUFFIXES:[Ljava/lang/String;
intermediary field_60598
Lnet/minecraft/class_11405;field_60598:[Ljava/lang/String;
official c
Lhrc;c:[Ljava/lang/String;
-
-
Constructor Details
-
CubemapTexture
- Mappings:
Namespace Name Mixin selector named <init>
Lnet/minecraft/client/texture/ReloadableTexture;<init>(Lnet/minecraft/util/Identifier;)V
intermediary <init>
Lnet/minecraft/class_10537;<init>(Lnet/minecraft/class_2960;)V
official <init>
Lhri;<init>(Lame;)V
-
-
Method Details
-
loadContents
- Specified by:
loadContents
in classReloadableTexture
- Throws:
IOException
- Mappings:
Namespace Name Mixin selector named loadContents
Lnet/minecraft/client/texture/ReloadableTexture;loadContents(Lnet/minecraft/resource/ResourceManager;)Lnet/minecraft/client/texture/TextureContents;
intermediary method_65809
Lnet/minecraft/class_10537;method_65809(Lnet/minecraft/class_3300;)Lnet/minecraft/class_10539;
official a
Lhri;a(Laxo;)Lhrs;
-
load
- Overrides:
load
in classReloadableTexture
- Mappings:
Namespace Name Mixin selector named load
Lnet/minecraft/client/texture/ReloadableTexture;load(Lnet/minecraft/client/texture/NativeImage;ZZ)V
intermediary method_65856
Lnet/minecraft/class_10537;method_65856(Lnet/minecraft/class_1011;ZZ)V
official a
Lhri;a(Lfne;ZZ)V
-