Package net.minecraft.client.texture
Class AbstractTexture
java.lang.Object
net.minecraft.client.texture.AbstractTexture
- All Implemented Interfaces:
- AutoCloseable
- Direct Known Subclasses:
- GlyphAtlasTexture,- NativeImageBackedTexture,- ReloadableTexture,- SpriteAtlasTexture
- Mappings:
- Namespace - Name - named - net/minecraft/client/texture/AbstractTexture- intermediary - net/minecraft/class_1044- official - hkb
- 
Field SummaryFields
- 
Constructor SummaryConstructors
- 
Method Summary
- 
Field Details- 
glTexture- Mappings:
- Namespace - Name - Mixin selector - named - glTexture- Lnet/minecraft/client/texture/AbstractTexture;glTexture:Lcom/mojang/blaze3d/textures/GpuTexture;- intermediary - field_56974- Lnet/minecraft/class_1044;field_56974:Lcom/mojang/blaze3d/textures/GpuTexture;- official - a- Lhkb;a:Lcom/mojang/blaze3d/textures/GpuTexture;
 
- 
bilinearprotected boolean bilinear- Mappings:
- Namespace - Name - Mixin selector - named - bilinear- Lnet/minecraft/client/texture/AbstractTexture;bilinear:Z- intermediary - field_5205- Lnet/minecraft/class_1044;field_5205:Z- official - b- Lhkb;b:Z
 
 
- 
- 
Constructor Details- 
AbstractTexturepublic AbstractTexture()
 
- 
- 
Method Details- 
setClamppublic void setClamp(boolean clamp) - Mappings:
- Namespace - Name - Mixin selector - named - setClamp- Lnet/minecraft/client/texture/AbstractTexture;setClamp(Z)V- intermediary - method_65924- Lnet/minecraft/class_1044;method_65924(Z)V- official - a- Lhkb;a(Z)V
 
- 
setFilter- Mappings:
- Namespace - Name - Mixin selector - named - setFilter- Lnet/minecraft/client/texture/AbstractTexture;setFilter(Lnet/minecraft/util/TriState;Z)V- intermediary - method_65923- Lnet/minecraft/class_1044;method_65923(Lnet/minecraft/class_9851;Z)V- official - a- Lhkb;a(Lbbf;Z)V
 
- 
setFilterpublic void setFilter(boolean bilinear, boolean mipmap) - Mappings:
- Namespace - Name - Mixin selector - named - setFilter- Lnet/minecraft/client/texture/AbstractTexture;setFilter(ZZ)V- intermediary - method_4527- Lnet/minecraft/class_1044;method_4527(ZZ)V- official - a- Lhkb;a(ZZ)V
 
- 
closepublic void close()- Specified by:
- closein interface- AutoCloseable
 
- 
getGlTexture- Mappings:
- Namespace - Name - Mixin selector - named - getGlTexture- Lnet/minecraft/client/texture/AbstractTexture;getGlTexture()Lcom/mojang/blaze3d/textures/GpuTexture;- intermediary - method_68004- Lnet/minecraft/class_1044;method_68004()Lcom/mojang/blaze3d/textures/GpuTexture;- official - a- Lhkb;a()Lcom/mojang/blaze3d/textures/GpuTexture;
 
 
-