Uses of Class
net.minecraft.client.texture.DrawableTexture
Packages that use DrawableTexture
Package
Description
-
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.client.font
Methods in net.minecraft.client.font with parameters of type DrawableTextureModifier and TypeMethodDescriptionvoidRenderableGlyph.upload(int x, int y, DrawableTexture drawableTexture) -
Uses of DrawableTexture in net.minecraft.client.gl
Fields in net.minecraft.client.gl declared as DrawableTextureModifier and TypeFieldDescriptionprotected @Nullable DrawableTextureFramebuffer.colorAttachmentprotected @Nullable DrawableTextureFramebuffer.textureAttachmentFields 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 TypeMethodDescriptionFramebuffer.getColorAttachment()Framebuffer.getDepthAttachment()private @Nullable DrawableTextureWindowFramebuffer.supportsColor(WindowFramebuffer.Size size) private @Nullable DrawableTextureWindowFramebuffer.supportsDepth(WindowFramebuffer.Size size) Methods in net.minecraft.client.gl with parameters of type DrawableTextureModifier and TypeMethodDescriptionvoidShaderProgram.addSamplerTexture(String name, @Nullable DrawableTexture 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 drawableTexture) 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 drawableTexture) voidSprite.TickableAnimation.tick(DrawableTexture drawableTexture) voidSpriteContents.AnimatorImpl.tick(int x, int y, DrawableTexture drawableTexture) voidSprite.upload(DrawableTexture drawableTexture) (package private) voidSpriteContents.Animation.upload(int x, int y, int frame, DrawableTexture drawableTexture) voidSpriteContents.Animation.upload(int x, int y, DrawableTexture drawableTexture) (package private) voidSpriteContents.upload(int x, int y, int unpackSkipPixels, int unpackSkipRows, NativeImage[] nativeImage, DrawableTexture drawableTexture) voidSpriteContents.upload(int x, int y, DrawableTexture drawableTexture)