Package net.minecraft.client.texture
Interface Texture
- All Known Subinterfaces:
TickableTexture
- All Known Implementing Classes:
AbstractTexture,ColorMaskTexture,LayeredTexture,NativeImageBackedTexture,PlayerSkinTexture,ResourceTexture,SpriteAtlasTexture
@Environment(CLIENT) public interface Texture
- Mappings:
Namespace Name official bmkintermediary net/minecraft/class_1233named net/minecraft/client/texture/Texture
-
Method Summary
Modifier and Type Method Description intgetGlId()voidload(ResourceManager manager)voidpop()voidpushFilter(boolean bilinear, boolean mipmap)
-
Method Details
-
pushFilter
void pushFilter(boolean bilinear, boolean mipmap)- Mappings:
Namespace Name Mixin selector official bLbmk;b(ZZ)Vintermediary method_4279Lnet/minecraft/class_1233;method_4279(ZZ)Vnamed pushFilterLnet/minecraft/client/texture/Texture;pushFilter(ZZ)V
-
pop
void pop()- Mappings:
Namespace Name Mixin selector official aLbmk;a()Vintermediary method_4276Lnet/minecraft/class_1233;method_4276()Vnamed popLnet/minecraft/client/texture/Texture;pop()V
-
load
- Throws:
IOException- Mappings:
Namespace Name Mixin selector official aLbmk;a(Lbni;)Vintermediary method_4277Lnet/minecraft/class_1233;method_4277(Lnet/minecraft/class_1258;)Vnamed loadLnet/minecraft/client/texture/Texture;load(Lnet/minecraft/resource/ResourceManager;)V
-
getGlId
int getGlId()- Mappings:
Namespace Name Mixin selector official bLbmk;b()Iintermediary method_4278Lnet/minecraft/class_1233;method_4278()Inamed getGlIdLnet/minecraft/client/texture/Texture;getGlId()I
-