public enum ZonePlannerMapRenderer extends java.lang.Enum<ZonePlannerMapRenderer>
Enum Constant and Description |
---|
INSTANCE |
Modifier and Type | Method and Description |
---|---|
void |
drawBlockCuboid(net.minecraft.client.renderer.VertexBuffer builder,
double x,
double y,
double z) |
void |
drawBlockCuboid(net.minecraft.client.renderer.VertexBuffer builder,
double x,
double y,
double z,
double height) |
void |
drawBlockCuboid(net.minecraft.client.renderer.VertexBuffer builder,
double x,
double y,
double z,
double height,
double radius) |
java.util.OptionalInt |
getChunkGlList(ZonePlannerMapChunkKey key) |
void |
setColor(int color) |
static ZonePlannerMapRenderer |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static ZonePlannerMapRenderer[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ZonePlannerMapRenderer INSTANCE
public static ZonePlannerMapRenderer[] values()
for (ZonePlannerMapRenderer c : ZonePlannerMapRenderer.values()) System.out.println(c);
public static ZonePlannerMapRenderer valueOf(java.lang.String name)
name
- the name of the enum constant to be returned.java.lang.IllegalArgumentException
- if this enum type has no constant with the specified namejava.lang.NullPointerException
- if the argument is nullpublic void drawBlockCuboid(net.minecraft.client.renderer.VertexBuffer builder, double x, double y, double z, double height, double radius)
public void drawBlockCuboid(net.minecraft.client.renderer.VertexBuffer builder, double x, double y, double z, double height)
public void drawBlockCuboid(net.minecraft.client.renderer.VertexBuffer builder, double x, double y, double z)
public java.util.OptionalInt getChunkGlList(ZonePlannerMapChunkKey key)
public void setColor(int color)