Interface DebugRenderer.Renderer

All Known Implementing Classes:
BeeDebugRenderer, BlockOutlineDebugRenderer, ChunkBorderDebugRenderer, ChunkLoadingDebugRenderer, CollisionDebugRenderer, GameEventDebugRenderer, GameTestDebugRenderer, GoalSelectorDebugRenderer, HeightmapDebugRenderer, NeighborUpdateDebugRenderer, PathfindingDebugRenderer, RaidCenterDebugRenderer, SkyLightDebugRenderer, StructureDebugRenderer, VillageDebugRenderer, VillageSectionsDebugRenderer, WaterDebugRenderer, WorldGenAttemptDebugRenderer
Enclosing class:
DebugRenderer

@Environment(CLIENT) public static interface DebugRenderer.Renderer
Mappings:
Namespace Name
official fgz$a
intermediary net/minecraft/class_863$class_864
named net/minecraft/client/render/debug/DebugRenderer$Renderer
  • Method Summary

    Modifier and Type
    Method
    Description
    default void
     
    void
    render(MatrixStack matrices, VertexConsumerProvider vertexConsumers, double cameraX, double cameraY, double cameraZ)
     
  • Method Details

    • render

      void render(MatrixStack matrices, VertexConsumerProvider vertexConsumers, double cameraX, double cameraY, double cameraZ)
      Mappings:
      Namespace Name Mixin selector
      official a Lfgz$a;a(Leed;Lfdv;DDD)V
      intermediary method_23109 Lnet/minecraft/class_863$class_864;method_23109(Lnet/minecraft/class_4587;Lnet/minecraft/class_4597;DDD)V
      named render Lnet/minecraft/client/render/debug/DebugRenderer$Renderer;render(Lnet/minecraft/client/util/math/MatrixStack;Lnet/minecraft/client/render/VertexConsumerProvider;DDD)V
    • clear

      default void clear()
      Mappings:
      Namespace Name Mixin selector
      official a Lfgz$a;a()V
      intermediary method_20414 Lnet/minecraft/class_863$class_864;method_20414()V
      named clear Lnet/minecraft/client/render/debug/DebugRenderer$Renderer;clear()V