public class RenderHelper
extends java.lang.Object
| Constructor and Description |
|---|
RenderHelper() |
| Modifier and Type | Method and Description |
|---|---|
static void |
drawRectangleRepeated(int x,
int y,
int z,
int width,
int height,
float u,
float v,
float uMax,
float vMax,
int tileWidth,
int tileHeight) |
static void |
drawRectangleRepeated(net.minecraft.util.ResourceLocation texture,
int x,
int y,
int z,
int width,
int height,
float u,
float v,
float uMax,
float vMax,
int tileWidth,
int tileHeight) |
static void |
drawRectangleXRepeated(int x,
int y,
int z,
int width,
int height,
float u,
float v,
float uMax,
float vMax,
int tileWidth) |
static void |
drawRectangleYRepeated(int x,
int y,
int z,
int width,
int height,
float u,
float v,
float uMax,
float vMax,
int tileHeight) |
static void |
loadShaders() |
public static void drawRectangleRepeated(net.minecraft.util.ResourceLocation texture,
int x,
int y,
int z,
int width,
int height,
float u,
float v,
float uMax,
float vMax,
int tileWidth,
int tileHeight)
public static void drawRectangleRepeated(int x,
int y,
int z,
int width,
int height,
float u,
float v,
float uMax,
float vMax,
int tileWidth,
int tileHeight)
public static void drawRectangleXRepeated(int x,
int y,
int z,
int width,
int height,
float u,
float v,
float uMax,
float vMax,
int tileWidth)
public static void drawRectangleYRepeated(int x,
int y,
int z,
int width,
int height,
float u,
float v,
float uMax,
float vMax,
int tileHeight)
public static void loadShaders()