类 DynamicTexture
java.lang.Object
net.minecraft.client.renderer.texture.AbstractTexture
net.minecraft.client.renderer.texture.DynamicTexture
- 所有已实现的接口:
AutoCloseable
,Dumpable
-
字段概要
字段从类继承的字段 net.minecraft.client.renderer.texture.AbstractTexture
defaultBlur, id, NOT_ASSIGNED
-
构造器概要
构造器构造器说明DynamicTexture
(int p_117980_, int p_117981_, boolean p_117982_) DynamicTexture
(NativeImage p_117984_) -
方法概要
修饰符和类型方法说明void
close()
void
dumpContents
(ResourceLocation p_276119_, Path p_276105_) void
setPixels
(NativeImage p_117989_) void
upload()
从类继承的方法 net.minecraft.client.renderer.texture.AbstractTexture
bind, getId, releaseId, restoreLastBlurMipmap, setBlurMipmap, setClamp, setFilter, setFilter
-
字段详细资料
-
LOGGER
private static final org.slf4j.Logger LOGGER -
pixels
-
-
构造器详细资料
-
DynamicTexture
-
DynamicTexture
public DynamicTexture(int p_117980_, int p_117981_, boolean p_117982_)
-
-
方法详细资料
-
upload
public void upload() -
getPixels
-
setPixels
-
close
public void close()- 指定者:
close
在接口中AutoCloseable
- 覆盖:
close
在类中AbstractTexture
-
dumpContents
- 指定者:
dumpContents
在接口中Dumpable
- 抛出:
IOException
-