RenderUtil
Render utils for DrawContext to provide functionality similar to 1.20.2+ sprite rendering
Author
fzzyhmstrs
Since
0.2.0
Functions
Extension function to replicate the nine-slice functionality drawGuiTexture from 1.20.2+. Will brute force render the texture passed as a "standard" texture by adding the necessary identifier path information (such as the .png).
Extension function to replicate drawGuiTexture from 1.20.2+. Will brute force render the texture passed as a "standard" texture by adding the necessary identifier path information (such as the .png).
Extension function to replicate drawGuiTexture from 1.20.2-1.21.1.
Extension function to draw a texture, replacing drawtexture.
Applies the blur shader to the current drawn elements. This is used to blur stuff behind guis, but can be used for whatever else.