Uses of Class
net.minecraft.client.texture.DrawableTexture
Packages that use DrawableTexture
Package
Description
The base package for all Minecraft classes.
-
Uses of DrawableTexture in com.mojang.blaze3d.platform
Methods in com.mojang.blaze3d.platform with parameters of type DrawableTextureModifier and TypeMethodDescriptionstatic voidTextureUtil.writeAsPNG(Path directory, String prefix, DrawableTexture texture, int scales, IntUnaryOperator colorFunction) -
Uses of DrawableTexture in com.mojang.blaze3d.systems
Fields in com.mojang.blaze3d.systems declared as DrawableTextureModifier and TypeFieldDescriptionprivate static final DrawableTexture[]RenderSystem.shaderTexturesMethods in com.mojang.blaze3d.systems that return DrawableTextureModifier and TypeMethodDescriptionstatic @Nullable DrawableTextureRenderSystem.getShaderTexture(int texture) Methods in com.mojang.blaze3d.systems with parameters of type DrawableTextureModifier and TypeMethodDescriptionstatic voidRenderSystem.setShaderTexture(int texture, @Nullable DrawableTexture drawableTexture) static voidRenderSystem.setupOverlayColor(@Nullable DrawableTexture drawableTexture) -
Uses of DrawableTexture in net.minecraft
Subclasses of DrawableTexture in net.minecraftFields in net.minecraft with type parameters of type DrawableTextureModifier and TypeFieldDescriptionprotected final HashMap<String, DrawableTexture> class_10866.field_57874Methods in net.minecraft that return DrawableTextureModifier and TypeMethodDescriptionclass_10865.method_68385(@Nullable String string, TextureType textureType, int int2, int int3, int int4) class_10882.method_68385(@Nullable String string, TextureType textureType, int int2, int int3, int int4) class_10865.method_68388(@Nullable Supplier<String> supplier, TextureType textureType, int int2, int int3, int int4) class_10882.method_68388(@Nullable Supplier<String> supplier, TextureType textureType, int int2, int int3, int int4) Methods in net.minecraft with parameters of type DrawableTextureModifier and TypeMethodDescriptionvoidclass_10860.method_68357(DrawableTexture drawableTexture) voidclass_10881.method_68357(DrawableTexture drawableTexture) voidclass_10860.method_68358(DrawableTexture drawableTexture, double double2) voidclass_10881.method_68358(DrawableTexture drawableTexture, double double2) voidclass_10860.method_68359(DrawableTexture drawableTexture, int int2) voidclass_10881.method_68359(DrawableTexture drawableTexture, int int2) voidclass_10860.method_68360(DrawableTexture drawableTexture, int int2, DrawableTexture drawableTexture2, double double2) voidclass_10881.method_68360(DrawableTexture drawableTexture, int int2, DrawableTexture drawableTexture2, double double2) voidclass_10860.method_68361(DrawableTexture drawableTexture, GpuBuffer gpuBuffer, int int2, Runnable runnable, int int3) voidclass_10881.method_68361(DrawableTexture drawableTexture, GpuBuffer gpuBuffer, int int2, Runnable runnable, int int3) voidclass_10860.method_68362(DrawableTexture drawableTexture, GpuBuffer gpuBuffer, int int2, Runnable runnable, int int3, int int4, int int5, int int6, int int7) voidclass_10881.method_68362(DrawableTexture drawableTexture, GpuBuffer gpuBuffer, int int2, Runnable runnable, int int3, int int4, int int5, int int6, int int7) voidclass_10860.method_68363(DrawableTexture drawableTexture, NativeImage nativeImage) voidclass_10881.method_68363(DrawableTexture drawableTexture, NativeImage nativeImage) voidclass_10860.method_68364(DrawableTexture drawableTexture, NativeImage nativeImage, int int2, int int3, int int4, int int5, int int6, int int7, int int8) voidclass_10881.method_68364(DrawableTexture drawableTexture, NativeImage nativeImage, int int2, int int3, int int4, int int5, int int6, int int7, int int8) voidclass_10860.method_68365(DrawableTexture drawableTexture, DrawableTexture drawableTexture2, int int2, int int3, int int4, int int5, int int6, int int7, int int8) voidclass_10881.method_68365(DrawableTexture drawableTexture, DrawableTexture drawableTexture2, int int2, int int3, int int4, int int5, int int6, int int7, int int8) voidclass_10860.method_68366(DrawableTexture drawableTexture, IntBuffer intBuffer, NativeImage.Format format, int int2, int int3, int int4, int int5, int int6) voidclass_10881.method_68366(DrawableTexture drawableTexture, IntBuffer intBuffer, NativeImage.Format format, int int2, int int3, int int4, int int5, int int6) class_10860.method_68367(DrawableTexture drawableTexture, OptionalInt optionalInt) class_10881.method_68367(DrawableTexture drawableTexture, OptionalInt optionalInt) class_10860.method_68368(DrawableTexture drawableTexture, OptionalInt optionalInt, @Nullable DrawableTexture drawableTexture2, OptionalDouble optionalDouble) class_10881.method_68368(DrawableTexture drawableTexture, OptionalInt optionalInt, @Nullable DrawableTexture drawableTexture2, OptionalDouble optionalDouble) voidclass_10866.method_68414(String string, DrawableTexture drawableTexture) voidclass_10883.method_68414(String string, DrawableTexture drawableTexture) intclass_10868.method_68426(class_10874 class_10874, @Nullable DrawableTexture drawableTexture) -
Uses of DrawableTexture in net.minecraft.client.font
Methods in net.minecraft.client.font with parameters of type DrawableTextureModifier and TypeMethodDescriptionvoidRenderableGlyph.upload(int x, int y, DrawableTexture texture) -
Uses of DrawableTexture in net.minecraft.client.gl
Fields in net.minecraft.client.gl declared as DrawableTextureModifier and TypeFieldDescriptionprotected @Nullable DrawableTextureFramebuffer.colorAttachmentprotected @Nullable DrawableTextureFramebuffer.depthAttachmentFields in net.minecraft.client.gl with type parameters of type DrawableTextureModifier and TypeFieldDescriptionprivate final Object2ObjectMap<String, DrawableTexture> ShaderProgram.samplerTexturesMethods in net.minecraft.client.gl that return DrawableTextureModifier and TypeMethodDescriptionprivate @Nullable DrawableTextureWindowFramebuffer.createColorAttachment(WindowFramebuffer.Size size) private @Nullable DrawableTextureWindowFramebuffer.createDepthAttachment(WindowFramebuffer.Size size) Framebuffer.getColorAttachment()Framebuffer.getDepthAttachment()Methods in net.minecraft.client.gl with parameters of type DrawableTextureModifier and TypeMethodDescriptionvoidShaderProgram.addSamplerTexture(String name, @Nullable DrawableTexture texture) voidFramebuffer.method_68445(DrawableTexture drawableTexture) -
Uses of DrawableTexture in net.minecraft.client.render
Fields in net.minecraft.client.render declared as DrawableTextureModifier and TypeFieldDescriptionprivate final DrawableTextureLightmapTextureManager.field_57927Methods in net.minecraft.client.render that return DrawableTexture -
Uses of DrawableTexture in net.minecraft.client.texture
Fields in net.minecraft.client.texture declared as DrawableTextureMethods in net.minecraft.client.texture that return DrawableTextureMethods in net.minecraft.client.texture with parameters of type DrawableTextureModifier and TypeMethodDescription(package private) voidSpriteContents.Interpolation.apply(int x, int y, SpriteContents.AnimatorImpl animator, DrawableTexture texture) Linearly interpolate between the current and next frame on all mip levels based on the tick position within the current frame, and upload the results to the currently bound texture to the frame slot at position (0,0).voidAnimator.tick(int x, int y, DrawableTexture texture) voidSprite.TickableAnimation.tick(DrawableTexture texture) voidSpriteContents.AnimatorImpl.tick(int x, int y, DrawableTexture texture) voidSprite.upload(DrawableTexture texture) (package private) voidSpriteContents.Animation.upload(int x, int y, int frame, DrawableTexture texture) voidSpriteContents.Animation.upload(int x, int y, DrawableTexture texture) (package private) voidSpriteContents.upload(int x, int y, int unpackSkipPixels, int unpackSkipRows, NativeImage[] images, DrawableTexture texture) voidSpriteContents.upload(int x, int y, DrawableTexture texture) -
Uses of DrawableTexture in net.minecraft.client.util.tracy
Fields in net.minecraft.client.util.tracy declared as DrawableTexture