Package net.minecraft.client.texture
Interface Texture
- All Known Subinterfaces:
TickableTexture
- All Known Implementing Classes:
AbstractTexture,ColorMaskTexture,LayeredTexture,NativeImageBackedTexture,PlayerSkinTexture,ResourceTexture,SpriteAtlasTexture
- Mappings:
Namespace Name official bvgintermediary net/minecraft/class_319named net/minecraft/client/texture/Texture
-
Method Summary
Modifier and TypeMethodDescriptionintgetGlId()voidload(ResourceManager manager) voidpop()voidpushFilter(boolean bilinear, boolean mipmap)
-
Method Details
-
pushFilter
void pushFilter(boolean bilinear, boolean mipmap) - Mappings:
Namespace Name Mixin selector official bLbvg;b(ZZ)Vintermediary method_10323Lnet/minecraft/class_319;method_10323(ZZ)Vnamed pushFilterLnet/minecraft/client/texture/Texture;pushFilter(ZZ)V
-
pop
void pop()- Mappings:
Namespace Name Mixin selector official aLbvg;a()Vintermediary method_10322Lnet/minecraft/class_319;method_10322()Vnamed popLnet/minecraft/client/texture/Texture;pop()V
-
load
- Throws:
IOException- Mappings:
Namespace Name Mixin selector official aLbvg;a(Lbwd;)Vintermediary method_5854Lnet/minecraft/class_319;method_5854(Lnet/minecraft/class_1654;)Vnamed loadLnet/minecraft/client/texture/Texture;load(Lnet/minecraft/resource/ResourceManager;)V
-
getGlId
int getGlId()- Mappings:
Namespace Name Mixin selector official bLbvg;b()Iintermediary method_5855Lnet/minecraft/class_319;method_5855()Inamed getGlIdLnet/minecraft/client/texture/Texture;getGlId()I
-