MoulConfigRenderContext
Functions
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
open fun drawComplexTexture(texture: MyResourceLocation, x: Float, y: Float, width: Float, height: Float, block: Consumer<RenderContext.DrawTextureBuilder>)
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
open fun drawNinePatch(patch: NinePatch<MyResourceLocation>, x: Float, y: Float, width: Int, height: Int)
Link copied to clipboard
open fun drawOnTop(layer: Layer, escapeScissors: RenderContext.ScissorBehaviour, later: Consumer<RenderContext>)
open fun drawOnTop(layer: Layer, escapeScissors: RenderContext.ScissorBehaviour, later: Consumer<RenderContext>)
Link copied to clipboard
Link copied to clipboard
open fun drawString(fontRenderer: IFontRenderer, text: StructuredText, x: Int, y: Int, color: Int, shadow: Boolean)
Link copied to clipboard
open fun drawStringCenteredScaledMaxWidth(text: StructuredText, fr: IFontRenderer, x: Float, y: Float, shadow: Boolean, length: Int, color: Int)
Link copied to clipboard
open fun drawStringScaledMaxWidth(text: StructuredText, fontRenderer: IFontRenderer, x: Int, y: Int, shadow: Boolean, width: Int, color: Int)
Link copied to clipboard
open fun drawTexturedRect(texture: MyResourceLocation, x: Float, y: Float, width: Float, height: Float)
Link copied to clipboard
open fun drawTexturedTintedRect(texture: MyResourceLocation, x: Float, y: Float, width: Float, height: Float, u1: Float, v1: Float, u2: Float, v2: Float, color: Int, filter: TextureFilter)
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
open fun renderItemStack(itemStack: IItemStack, x: Int, y: Int, @Nullable overlayText: @Nullable StructuredText)
Link copied to clipboard