Interface DebugRenderer.Renderer

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

@Environment(CLIENT) public static interface DebugRenderer.Renderer
Mappings:
Namespace Name
named net/minecraft/client/render/debug/DebugRenderer$Renderer
intermediary net/minecraft/class_863$class_864
official gig$a
  • 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
      named render Lnet/minecraft/client/render/debug/DebugRenderer$Renderer;render(Lnet/minecraft/client/util/math/MatrixStack;Lnet/minecraft/client/render/VertexConsumerProvider;DDD)V
      intermediary method_23109 Lnet/minecraft/class_863$class_864;method_23109(Lnet/minecraft/class_4587;Lnet/minecraft/class_4597;DDD)V
      official a Lgig$a;a(Lfbc;Lget;DDD)V
    • clear

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