Source Download Free SRC For Myknafrt| Nursultan Watermark (Rich Ready)

CrazyTrap

Newbie
Newbie
Newbie
Newbie
Status
Offline
Joined
Jul 18, 2023
Messages
707
Reaction score
3
Step right in and explore the vast treasure trove of Minecraft resources available to enhance your gaming experience! Our collection, carefully curated from the finest Minecraft sources, offers a wide range of options for you to enjoy. Whether you're seeking new tools, enchantments, skins, or mods, we have it all for free download.
At «Nursultan Watermark (Rich Ready)», we prioritize the importance of reliability and trustworthiness in gaming resources. That's why each item in our selection has undergone meticulous testing to ensure optimal performance and compatibility with the latest Minecraft updates.

As passionate gamers ourselves, we understand the desire to take your gaming escapades to new heights. Whether you're a seasoned player looking to experiment with exciting mods or a newcomer wanting to explore fresh textures and worlds, we have something to cater to every Minecraft enthusiast.

i

Nursultan Watermark (Rich Ready):​

Code:
 private Color gradientColor1 = new Color(104, 26, 146);
private Color gradientColor2 = new Color(24, 49, 167);
private Color gradientColor3 = new Color(175, 7, 153);
private Color gradientColor4 = new Color(75, 29, 128);

case "Nursultan": {
    DraggableWaterMark dwm = (DraggableWaterMark) Rich.instance.draggableHUD.getDraggableComponentByClass(DraggableWaterMark.class);

    dwm.setWidth(130);
    dwm.setHeight(15);

    GLUtils.INSTANCE.rescale(this.scale);
    GLUtils.INSTANCE.rescale(this.scale);

    final String time = "nursultan" + ChatFormatting.WHITE + " | " + ChatFormatting.RESET + "delay - 0ms" + ChatFormatting.WHITE + " | " + ChatFormatting.WHITE + "6.0";

    RoundedUtil.drawGradientRound(dwm.getX() + 5, dwm.getY() + 6, dwm.getWidth(), dwm.getHeight(), 6.0f, ColorUtils.applyOpacity(gradientColor4, 10.85f), gradientColor1, gradientColor3, gradientColor2);

    Minecraft.getMinecraft().rubik_17.drawStringWithShadow("", dwm.getX() + 11, dwm.getY() + 11.0f, -1);
    Minecraft.getMinecraft().rubik_17.drawString(time, (float)(dwm.getX() + 10 + Minecraft.getMinecraft().rubik_17.getStringWidth("")), (float)(dwm.getY() + 11.0), -1);

    GLUtils.INSTANCE.rescaleMC();
    break;
}
 
Top