public class RenderProgressBar
extends java.lang.Object
| Constructor and Description |
|---|
RenderProgressBar() |
| Modifier and Type | Method and Description |
|---|---|
static void |
render2d(com.mojang.blaze3d.matrix.MatrixStack matrixStack,
float minX,
float minY,
float maxX,
float maxY,
float zLevel,
float progress,
int color1,
int color2) |
static void |
render3d(com.mojang.blaze3d.matrix.MatrixStack matrixStack,
net.minecraft.client.renderer.IRenderTypeBuffer buffer,
double minX,
double minY,
double maxX,
double maxY,
double zLevel,
float progress,
int color1,
int color2) |
public static void render3d(com.mojang.blaze3d.matrix.MatrixStack matrixStack,
net.minecraft.client.renderer.IRenderTypeBuffer buffer,
double minX,
double minY,
double maxX,
double maxY,
double zLevel,
float progress,
int color1,
int color2)
public static void render2d(com.mojang.blaze3d.matrix.MatrixStack matrixStack,
float minX,
float minY,
float maxX,
float maxY,
float zLevel,
float progress,
int color1,
int color2)