Package net.minecraft.client.texture
Class AbstractTexture
java.lang.Object
net.minecraft.client.texture.AbstractTexture
- All Implemented Interfaces:
AutoCloseable
- Direct Known Subclasses:
GlyphAtlasTexture
,NativeImageBackedTexture
,ResourceTexture
,SpriteAtlasTexture
- Mappings:
Namespace Name official ewz
intermediary net/minecraft/class_1044
named net/minecraft/client/texture/AbstractTexture
-
Field Summary
Modifier and TypeFieldDescriptionprotected boolean
static int
protected int
protected boolean
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
void
void
close()
int
getGlId()
abstract void
load(ResourceManager manager)
void
registerTexture(TextureManager textureManager, ResourceManager resourceManager, Identifier identifier, Executor executor)
void
setFilter(boolean bilinear, boolean mipmap)
-
Field Details
-
field_32948
public static final int field_32948- See Also:
- Constant Field Values
- Mappings:
Namespace Name Mixin selector official a
Lewz;a:I
intermediary field_32948
Lnet/minecraft/class_1044;field_32948:I
named field_32948
Lnet/minecraft/client/texture/AbstractTexture;field_32948:I
-
glId
protected int glId- Mappings:
Namespace Name Mixin selector official b
Lewz;b:I
intermediary field_5204
Lnet/minecraft/class_1044;field_5204:I
named glId
Lnet/minecraft/client/texture/AbstractTexture;glId:I
-
bilinear
protected boolean bilinear- Mappings:
Namespace Name Mixin selector official c
Lewz;c:Z
intermediary field_5205
Lnet/minecraft/class_1044;field_5205:Z
named bilinear
Lnet/minecraft/client/texture/AbstractTexture;bilinear:Z
-
mipmap
protected boolean mipmap- Mappings:
Namespace Name Mixin selector official d
Lewz;d:Z
intermediary field_5203
Lnet/minecraft/class_1044;field_5203:Z
named mipmap
Lnet/minecraft/client/texture/AbstractTexture;mipmap:Z
-
-
Constructor Details
-
AbstractTexture
public AbstractTexture()
-
-
Method Details
-
setFilter
public void setFilter(boolean bilinear, boolean mipmap)- Mappings:
Namespace Name Mixin selector official a
Lewz;a(ZZ)V
intermediary method_4527
Lnet/minecraft/class_1044;method_4527(ZZ)V
named setFilter
Lnet/minecraft/client/texture/AbstractTexture;setFilter(ZZ)V
-
getGlId
public int getGlId()- Mappings:
Namespace Name Mixin selector official b
Lewz;b()I
intermediary method_4624
Lnet/minecraft/class_1044;method_4624()I
named getGlId
Lnet/minecraft/client/texture/AbstractTexture;getGlId()I
-
clearGlId
public void clearGlId()- Mappings:
Namespace Name Mixin selector official c
Lewz;c()V
intermediary method_4528
Lnet/minecraft/class_1044;method_4528()V
named clearGlId
Lnet/minecraft/client/texture/AbstractTexture;clearGlId()V
-
load
- Throws:
IOException
- Mappings:
Namespace Name Mixin selector official a
Lewz;a(Ladt;)V
intermediary method_4625
Lnet/minecraft/class_1044;method_4625(Lnet/minecraft/class_3300;)V
named load
Lnet/minecraft/client/texture/AbstractTexture;load(Lnet/minecraft/resource/ResourceManager;)V
-
bindTexture
public void bindTexture()- Mappings:
Namespace Name Mixin selector official d
Lewz;d()V
intermediary method_23207
Lnet/minecraft/class_1044;method_23207()V
named bindTexture
Lnet/minecraft/client/texture/AbstractTexture;bindTexture()V
-
registerTexture
public void registerTexture(TextureManager textureManager, ResourceManager resourceManager, Identifier identifier, Executor executor)- Mappings:
Namespace Name Mixin selector official a
Lewz;a(Lexm;Ladt;Lww;Ljava/util/concurrent/Executor;)V
intermediary method_18169
Lnet/minecraft/class_1044;method_18169(Lnet/minecraft/class_1060;Lnet/minecraft/class_3300;Lnet/minecraft/class_2960;Ljava/util/concurrent/Executor;)V
named registerTexture
Lnet/minecraft/client/texture/AbstractTexture;registerTexture(Lnet/minecraft/client/texture/TextureManager;Lnet/minecraft/resource/ResourceManager;Lnet/minecraft/util/Identifier;Ljava/util/concurrent/Executor;)V
-
close
public void close()- Specified by:
close
in interfaceAutoCloseable
-