Class DebugRenderer

java.lang.Object
net.minecraft.client.renderer.debug.DebugRenderer

public class DebugRenderer extends Object
  • Field Details

  • Constructor Details

    • DebugRenderer

      public DebugRenderer(Minecraft p_113433_)
  • Method Details

    • clear

      public void clear()
    • switchRenderChunkborder

      public boolean switchRenderChunkborder()
    • render

      public void render(PoseStack p_113458_, MultiBufferSource.BufferSource p_113459_, double p_113460_, double p_113461_, double p_113462_)
    • getTargetedEntity

      public static Optional<Entity> getTargetedEntity(@Nullable Entity p_113449_, int p_113450_)
    • renderFilledBox

      public static void renderFilledBox(BlockPos p_113471_, BlockPos p_113472_, float p_113473_, float p_113474_, float p_113475_, float p_113476_)
    • renderFilledBox

      public static void renderFilledBox(BlockPos p_113464_, float p_113465_, float p_113466_, float p_113467_, float p_113468_, float p_113469_)
    • renderFilledBox

      public static void renderFilledBox(AABB p_113452_, float p_113453_, float p_113454_, float p_113455_, float p_113456_)
    • renderFilledBox

      public static void renderFilledBox(double p_113436_, double p_113437_, double p_113438_, double p_113439_, double p_113440_, double p_113441_, float p_113442_, float p_113443_, float p_113444_, float p_113445_)
    • renderFloatingText

      public static void renderFloatingText(String p_113501_, int p_113502_, int p_113503_, int p_113504_, int p_113505_)
    • renderFloatingText

      public static void renderFloatingText(String p_113478_, double p_113479_, double p_113480_, double p_113481_, int p_113482_)
    • renderFloatingText

      public static void renderFloatingText(String p_113484_, double p_113485_, double p_113486_, double p_113487_, int p_113488_, float p_113489_)
    • renderFloatingText

      public static void renderFloatingText(String p_113491_, double p_113492_, double p_113493_, double p_113494_, int p_113495_, float p_113496_, boolean p_113497_, float p_113498_, boolean p_113499_)