Normas watermark | expensive 2.0 ready

Начинающий
Начинающий
Статус
Оффлайн
Регистрация
14 Фев 2023
Сообщения
70
Реакции
0
по рофлу сделал вт, мб кому то нужно на пастпенсив


Код:
Expand Collapse Copy
  private void waterMark(final MatrixStack stack) {
        UserProfile profile = Manager.USER_PROFILE;

        StringBuilder titleText = new StringBuilder();
        int counter = 0; // Переменная для подсчета элементов


        titleText.append("sigma client");
        counter++;

        if (watermarkElement.get(0)) {
            if (counter > 0) {
                titleText.append(TextFormatting.GRAY + " | " + TextFormatting.WHITE);
            }
            titleText.append("user");
            counter++;
        }
        if (watermarkElement.get(1)) {
            if (counter > 0) {
                titleText.append(TextFormatting.GRAY + " | " + TextFormatting.WHITE);
            }
            titleText.append(mc.debugFPS + " fps");
            counter++;
        }
        if (watermarkElement.get(2)) {
            if (counter > 0) {
                titleText.append(TextFormatting.GRAY + " | " + TextFormatting.WHITE);
            }
            titleText.append(HudUtil.calculatePing() + " ping");
        }
        //                font.drawString(stack, module.name, x + 2.4, y + yOffset + font.getFontHeight() / 2f - 1.5f, secondColor);


        // Координаты ватермки
        final float x = 5, y = 5, titleWidth = Fonts.sf_medium[15].getWidth(titleText.toString()) + 6, titleHeight = 15;


        int firstColor = ColorUtil.getColorStyle(0);
        int secondColor = ColorUtil.getColorStyle(90);
        int firstColor2 = ColorUtil.getColorStyle(180);
        int secondColor2 = ColorUtil.getColorStyle(270);
        RenderUtil.Render2D.drawShadow(x,y,titleWidth,titleHeight,5,firstColor,secondColor,firstColor2,secondColor2);

        RenderUtil.Render2D.drawRoundedRect(x, y, titleWidth, titleHeight, 2.9f,ColorUtil.rgba(15, 15, 15, 205));
       // RenderUtil.Render2D.drawRoundedRect(x, y, titleWidth, titleHeight, 4f, ColorUtil.rgba(15, 15, 15, 205));

        Fonts.sf_medium[15].drawString(stack, titleText.toString(), x + 3, y + Fonts.sf_medium[15].getFontHeight() / 2f + 0.5f, -1);
    }
ss-
1713689765915.png

1713689783398.png

1713689805753.png
 
Последнее редактирование:
по рофлу сделал вт, мб кому то нужно на пастпенсив


Код:
Expand Collapse Copy
  private void waterMark(final MatrixStack stack) {
        UserProfile profile = Manager.USER_PROFILE;

        StringBuilder titleText = new StringBuilder();
        int counter = 0; // Переменная для подсчета элементов


        titleText.append("sigma client");
        counter++;

        if (watermarkElement.get(0)) {
            if (counter > 0) {
                titleText.append(TextFormatting.GRAY + " | " + TextFormatting.WHITE);
            }
            titleText.append("user");
            counter++;
        }
        if (watermarkElement.get(1)) {
            if (counter > 0) {
                titleText.append(TextFormatting.GRAY + " | " + TextFormatting.WHITE);
            }
            titleText.append(mc.debugFPS + " fps");
            counter++;
        }
        if (watermarkElement.get(2)) {
            if (counter > 0) {
                titleText.append(TextFormatting.GRAY + " | " + TextFormatting.WHITE);
            }
            titleText.append(HudUtil.calculatePing() + " ping");
        }
        //                font.drawString(stack, module.name, x + 2.4, y + yOffset + font.getFontHeight() / 2f - 1.5f, secondColor);


        // Координаты ватермки
        final float x = 5, y = 5, titleWidth = Fonts.sf_medium[15].getWidth(titleText.toString()) + 6, titleHeight = 15;


        int firstColor = ColorUtil.getColorStyle(0);
        int secondColor = ColorUtil.getColorStyle(90);
        int firstColor2 = ColorUtil.getColorStyle(180);
        int secondColor2 = ColorUtil.getColorStyle(270);
        RenderUtil.Render2D.drawShadow(x,y,titleWidth,titleHeight,5,firstColor,secondColor,firstColor2,secondColor2);

        RenderUtil.Render2D.drawRoundedRect(x, y, titleWidth, titleHeight, 2.9f,ColorUtil.rgba(15, 15, 15, 205));
       // RenderUtil.Render2D.drawRoundedRect(x, y, titleWidth, titleHeight, 4f, ColorUtil.rgba(15, 15, 15, 205));

        Fonts.sf_medium[15].drawString(stack, titleText.toString(), x + 3, y + Fonts.sf_medium[15].getFontHeight() / 2f + 0.5f, -1);
    }
ss-
Посмотреть вложение 275201
Посмотреть вложение 275202
Посмотреть вложение 275203
красиво
 
Обратите внимание, пользователь заблокирован на форуме. Не рекомендуется проводить сделки.
а зачем?
 
Обратите внимание, пользователь заблокирован на форуме. Не рекомендуется проводить сделки.
Под пивас сойдет с кириешками если только
 
по рофлу сделал вт, мб кому то нужно на пастпенсив


Код:
Expand Collapse Copy
  private void waterMark(final MatrixStack stack) {
        UserProfile profile = Manager.USER_PROFILE;

        StringBuilder titleText = new StringBuilder();
        int counter = 0; // Переменная для подсчета элементов


        titleText.append("sigma client");
        counter++;

        if (watermarkElement.get(0)) {
            if (counter > 0) {
                titleText.append(TextFormatting.GRAY + " | " + TextFormatting.WHITE);
            }
            titleText.append("user");
            counter++;
        }
        if (watermarkElement.get(1)) {
            if (counter > 0) {
                titleText.append(TextFormatting.GRAY + " | " + TextFormatting.WHITE);
            }
            titleText.append(mc.debugFPS + " fps");
            counter++;
        }
        if (watermarkElement.get(2)) {
            if (counter > 0) {
                titleText.append(TextFormatting.GRAY + " | " + TextFormatting.WHITE);
            }
            titleText.append(HudUtil.calculatePing() + " ping");
        }
        //                font.drawString(stack, module.name, x + 2.4, y + yOffset + font.getFontHeight() / 2f - 1.5f, secondColor);


        // Координаты ватермки
        final float x = 5, y = 5, titleWidth = Fonts.sf_medium[15].getWidth(titleText.toString()) + 6, titleHeight = 15;


        int firstColor = ColorUtil.getColorStyle(0);
        int secondColor = ColorUtil.getColorStyle(90);
        int firstColor2 = ColorUtil.getColorStyle(180);
        int secondColor2 = ColorUtil.getColorStyle(270);
        RenderUtil.Render2D.drawShadow(x,y,titleWidth,titleHeight,5,firstColor,secondColor,firstColor2,secondColor2);

        RenderUtil.Render2D.drawRoundedRect(x, y, titleWidth, titleHeight, 2.9f,ColorUtil.rgba(15, 15, 15, 205));
       // RenderUtil.Render2D.drawRoundedRect(x, y, titleWidth, titleHeight, 4f, ColorUtil.rgba(15, 15, 15, 205));

        Fonts.sf_medium[15].drawString(stack, titleText.toString(), x + 3, y + Fonts.sf_medium[15].getFontHeight() / 2f + 0.5f, -1);
    }
ss-
Посмотреть вложение 275201
Посмотреть вложение 275202
Посмотреть вложение 275203
Нормас как в экселенте
 
по рофлу сделал вт, мб кому то нужно на пастпенсив


Код:
Expand Collapse Copy
  private void waterMark(final MatrixStack stack) {
        UserProfile profile = Manager.USER_PROFILE;

        StringBuilder titleText = new StringBuilder();
        int counter = 0; // Переменная для подсчета элементов


        titleText.append("sigma client");
        counter++;

        if (watermarkElement.get(0)) {
            if (counter > 0) {
                titleText.append(TextFormatting.GRAY + " | " + TextFormatting.WHITE);
            }
            titleText.append("user");
            counter++;
        }
        if (watermarkElement.get(1)) {
            if (counter > 0) {
                titleText.append(TextFormatting.GRAY + " | " + TextFormatting.WHITE);
            }
            titleText.append(mc.debugFPS + " fps");
            counter++;
        }
        if (watermarkElement.get(2)) {
            if (counter > 0) {
                titleText.append(TextFormatting.GRAY + " | " + TextFormatting.WHITE);
            }
            titleText.append(HudUtil.calculatePing() + " ping");
        }
        //                font.drawString(stack, module.name, x + 2.4, y + yOffset + font.getFontHeight() / 2f - 1.5f, secondColor);


        // Координаты ватермки
        final float x = 5, y = 5, titleWidth = Fonts.sf_medium[15].getWidth(titleText.toString()) + 6, titleHeight = 15;


        int firstColor = ColorUtil.getColorStyle(0);
        int secondColor = ColorUtil.getColorStyle(90);
        int firstColor2 = ColorUtil.getColorStyle(180);
        int secondColor2 = ColorUtil.getColorStyle(270);
        RenderUtil.Render2D.drawShadow(x,y,titleWidth,titleHeight,5,firstColor,secondColor,firstColor2,secondColor2);

        RenderUtil.Render2D.drawRoundedRect(x, y, titleWidth, titleHeight, 2.9f,ColorUtil.rgba(15, 15, 15, 205));
       // RenderUtil.Render2D.drawRoundedRect(x, y, titleWidth, titleHeight, 4f, ColorUtil.rgba(15, 15, 15, 205));

        Fonts.sf_medium[15].drawString(stack, titleText.toString(), x + 3, y + Fonts.sf_medium[15].getFontHeight() / 2f + 0.5f, -1);
    }
ss-
Посмотреть вложение 275201
Посмотреть вложение 275202
Посмотреть вложение 275203
Норм
 
по рофлу сделал вт, мб кому то нужно на пастпенсив


Код:
Expand Collapse Copy
  private void waterMark(final MatrixStack stack) {
        UserProfile profile = Manager.USER_PROFILE;

        StringBuilder titleText = new StringBuilder();
        int counter = 0; // Переменная для подсчета элементов


        titleText.append("sigma client");
        counter++;

        if (watermarkElement.get(0)) {
            if (counter > 0) {
                titleText.append(TextFormatting.GRAY + " | " + TextFormatting.WHITE);
            }
            titleText.append("user");
            counter++;
        }
        if (watermarkElement.get(1)) {
            if (counter > 0) {
                titleText.append(TextFormatting.GRAY + " | " + TextFormatting.WHITE);
            }
            titleText.append(mc.debugFPS + " fps");
            counter++;
        }
        if (watermarkElement.get(2)) {
            if (counter > 0) {
                titleText.append(TextFormatting.GRAY + " | " + TextFormatting.WHITE);
            }
            titleText.append(HudUtil.calculatePing() + " ping");
        }
        //                font.drawString(stack, module.name, x + 2.4, y + yOffset + font.getFontHeight() / 2f - 1.5f, secondColor);


        // Координаты ватермки
        final float x = 5, y = 5, titleWidth = Fonts.sf_medium[15].getWidth(titleText.toString()) + 6, titleHeight = 15;


        int firstColor = ColorUtil.getColorStyle(0);
        int secondColor = ColorUtil.getColorStyle(90);
        int firstColor2 = ColorUtil.getColorStyle(180);
        int secondColor2 = ColorUtil.getColorStyle(270);
        RenderUtil.Render2D.drawShadow(x,y,titleWidth,titleHeight,5,firstColor,secondColor,firstColor2,secondColor2);

        RenderUtil.Render2D.drawRoundedRect(x, y, titleWidth, titleHeight, 2.9f,ColorUtil.rgba(15, 15, 15, 205));
       // RenderUtil.Render2D.drawRoundedRect(x, y, titleWidth, titleHeight, 4f, ColorUtil.rgba(15, 15, 15, 205));

        Fonts.sf_medium[15].drawString(stack, titleText.toString(), x + 3, y + Fonts.sf_medium[15].getFontHeight() / 2f + 0.5f, -1);
    }
ss-
Посмотреть вложение 275201
Посмотреть вложение 275202
Посмотреть вложение 275203
норм
 
по рофлу сделал вт, мб кому то нужно на пастпенсив


Код:
Expand Collapse Copy
  private void waterMark(final MatrixStack stack) {
        UserProfile profile = Manager.USER_PROFILE;

        StringBuilder titleText = new StringBuilder();
        int counter = 0; // Переменная для подсчета элементов


        titleText.append("sigma client");
        counter++;

        if (watermarkElement.get(0)) {
            if (counter > 0) {
                titleText.append(TextFormatting.GRAY + " | " + TextFormatting.WHITE);
            }
            titleText.append("user");
            counter++;
        }
        if (watermarkElement.get(1)) {
            if (counter > 0) {
                titleText.append(TextFormatting.GRAY + " | " + TextFormatting.WHITE);
            }
            titleText.append(mc.debugFPS + " fps");
            counter++;
        }
        if (watermarkElement.get(2)) {
            if (counter > 0) {
                titleText.append(TextFormatting.GRAY + " | " + TextFormatting.WHITE);
            }
            titleText.append(HudUtil.calculatePing() + " ping");
        }
        //                font.drawString(stack, module.name, x + 2.4, y + yOffset + font.getFontHeight() / 2f - 1.5f, secondColor);


        // Координаты ватермки
        final float x = 5, y = 5, titleWidth = Fonts.sf_medium[15].getWidth(titleText.toString()) + 6, titleHeight = 15;


        int firstColor = ColorUtil.getColorStyle(0);
        int secondColor = ColorUtil.getColorStyle(90);
        int firstColor2 = ColorUtil.getColorStyle(180);
        int secondColor2 = ColorUtil.getColorStyle(270);
        RenderUtil.Render2D.drawShadow(x,y,titleWidth,titleHeight,5,firstColor,secondColor,firstColor2,secondColor2);

        RenderUtil.Render2D.drawRoundedRect(x, y, titleWidth, titleHeight, 2.9f,ColorUtil.rgba(15, 15, 15, 205));
       // RenderUtil.Render2D.drawRoundedRect(x, y, titleWidth, titleHeight, 4f, ColorUtil.rgba(15, 15, 15, 205));

        Fonts.sf_medium[15].drawString(stack, titleText.toString(), x + 3, y + Fonts.sf_medium[15].getFontHeight() / 2f + 0.5f, -1);
    }
ss-
Посмотреть вложение 275201
Посмотреть вложение 275202
Посмотреть вложение 275203
это идеально, все максимально просто
 
Namaz watermark сделаешь?
 
по рофлу сделал вт, мб кому то нужно на пастпенсив


Код:
Expand Collapse Copy
  private void waterMark(final MatrixStack stack) {
        UserProfile profile = Manager.USER_PROFILE;

        StringBuilder titleText = new StringBuilder();
        int counter = 0; // Переменная для подсчета элементов


        titleText.append("sigma client");
        counter++;

        if (watermarkElement.get(0)) {
            if (counter > 0) {
                titleText.append(TextFormatting.GRAY + " | " + TextFormatting.WHITE);
            }
            titleText.append("user");
            counter++;
        }
        if (watermarkElement.get(1)) {
            if (counter > 0) {
                titleText.append(TextFormatting.GRAY + " | " + TextFormatting.WHITE);
            }
            titleText.append(mc.debugFPS + " fps");
            counter++;
        }
        if (watermarkElement.get(2)) {
            if (counter > 0) {
                titleText.append(TextFormatting.GRAY + " | " + TextFormatting.WHITE);
            }
            titleText.append(HudUtil.calculatePing() + " ping");
        }
        //                font.drawString(stack, module.name, x + 2.4, y + yOffset + font.getFontHeight() / 2f - 1.5f, secondColor);


        // Координаты ватермки
        final float x = 5, y = 5, titleWidth = Fonts.sf_medium[15].getWidth(titleText.toString()) + 6, titleHeight = 15;


        int firstColor = ColorUtil.getColorStyle(0);
        int secondColor = ColorUtil.getColorStyle(90);
        int firstColor2 = ColorUtil.getColorStyle(180);
        int secondColor2 = ColorUtil.getColorStyle(270);
        RenderUtil.Render2D.drawShadow(x,y,titleWidth,titleHeight,5,firstColor,secondColor,firstColor2,secondColor2);

        RenderUtil.Render2D.drawRoundedRect(x, y, titleWidth, titleHeight, 2.9f,ColorUtil.rgba(15, 15, 15, 205));
       // RenderUtil.Render2D.drawRoundedRect(x, y, titleWidth, titleHeight, 4f, ColorUtil.rgba(15, 15, 15, 205));

        Fonts.sf_medium[15].drawString(stack, titleText.toString(), x + 3, y + Fonts.sf_medium[15].getFontHeight() / 2f + 0.5f, -1);
    }
ss-
Посмотреть вложение 275201
Посмотреть вложение 275202
Посмотреть вложение 275203
пойдет, у тебя на каждую тему другая оптимизация?))
 
Своей что б айпи сперва ещё показало плиз
 
Обратите внимание, пользователь заблокирован на форуме. Не рекомендуется проводить сделки.
сойдет только тупым ублюдкам /del
 
Назад
Сверху Снизу