public class PathfindingDebugRenderer extends java.lang.Object implements DebugRenderer.IDebugRenderer
Constructor and Description |
---|
PathfindingDebugRenderer(Minecraft minecraftIn) |
Modifier and Type | Method and Description |
---|---|
void |
addPath(int eid,
Path pathIn,
float distance) |
static void |
func_222911_a(ActiveRenderInfo p_222911_0_,
Path p_222911_1_,
float p_222911_2_,
boolean p_222911_3_,
boolean p_222911_4_) |
static void |
func_222912_a(ActiveRenderInfo p_222912_0_,
Path p_222912_1_) |
void |
render(long p_217676_1_) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
func_217675_a
public PathfindingDebugRenderer(Minecraft minecraftIn)
public void addPath(int eid, Path pathIn, float distance)
public void render(long p_217676_1_)
render
in interface DebugRenderer.IDebugRenderer
public static void func_222911_a(ActiveRenderInfo p_222911_0_, Path p_222911_1_, float p_222911_2_, boolean p_222911_3_, boolean p_222911_4_)
public static void func_222912_a(ActiveRenderInfo p_222912_0_, Path p_222912_1_)