Class RaidCenterDebugRenderer

java.lang.Object
net.minecraft.client.render.debug.RaidCenterDebugRenderer
All Implemented Interfaces:
DebugRenderer.Renderer

@Environment(CLIENT) public class RaidCenterDebugRenderer extends Object implements DebugRenderer.Renderer
Mappings:
Namespace Name
named net/minecraft/client/render/debug/RaidCenterDebugRenderer
intermediary net/minecraft/class_4304
official ghl
  • Field Details

    • RANGE

      private static final int RANGE
      See Also:
      Mappings:
      Namespace Name Mixin selector
      named RANGE Lnet/minecraft/client/render/debug/RaidCenterDebugRenderer;RANGE:I
      intermediary field_32914 Lnet/minecraft/class_4304;field_32914:I
      official a Lghl;a:I
    • DRAWN_STRING_SIZE

      private static final float DRAWN_STRING_SIZE
      See Also:
      Mappings:
      Namespace Name Mixin selector
      named DRAWN_STRING_SIZE Lnet/minecraft/client/render/debug/RaidCenterDebugRenderer;DRAWN_STRING_SIZE:F
      intermediary field_32915 Lnet/minecraft/class_4304;field_32915:F
      official b Lghl;b:F
    • client

      private final MinecraftClient client
      Mappings:
      Namespace Name Mixin selector
      named client Lnet/minecraft/client/render/debug/RaidCenterDebugRenderer;client:Lnet/minecraft/client/MinecraftClient;
      intermediary field_19326 Lnet/minecraft/class_4304;field_19326:Lnet/minecraft/class_310;
      official c Lghl;c:Lffh;
    • raidCenters

      private Collection<BlockPos> raidCenters
      Mappings:
      Namespace Name Mixin selector
      named raidCenters Lnet/minecraft/client/render/debug/RaidCenterDebugRenderer;raidCenters:Ljava/util/Collection;
      intermediary field_19327 Lnet/minecraft/class_4304;field_19327:Ljava/util/Collection;
      official d Lghl;d:Ljava/util/Collection;
  • Constructor Details

    • RaidCenterDebugRenderer

      public RaidCenterDebugRenderer(MinecraftClient client)
      Mappings:
      Namespace Name Mixin selector
      named <init> Lnet/minecraft/client/render/debug/RaidCenterDebugRenderer;<init>(Lnet/minecraft/client/MinecraftClient;)V
      intermediary <init> Lnet/minecraft/class_4304;<init>(Lnet/minecraft/class_310;)V
      official <init> Lghl;<init>(Lffh;)V
  • Method Details

    • setRaidCenters

      public void setRaidCenters(Collection<BlockPos> raidCenters)
      Mappings:
      Namespace Name Mixin selector
      named setRaidCenters Lnet/minecraft/client/render/debug/RaidCenterDebugRenderer;setRaidCenters(Ljava/util/Collection;)V
      intermediary method_20561 Lnet/minecraft/class_4304;method_20561(Ljava/util/Collection;)V
      official a Lghl;a(Ljava/util/Collection;)V
    • render

      public void render(MatrixStack matrices, VertexConsumerProvider vertexConsumers, double cameraX, double cameraY, double cameraZ)
      Specified by:
      render in interface DebugRenderer.Renderer
      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 Lghc$a;a(Lfaa;Lgdq;DDD)V
    • drawRaidCenter

      private static void drawRaidCenter(MatrixStack matrices, VertexConsumerProvider vertexConsumers, BlockPos pos)
      Mappings:
      Namespace Name Mixin selector
      named drawRaidCenter Lnet/minecraft/client/render/debug/RaidCenterDebugRenderer;drawRaidCenter(Lnet/minecraft/client/util/math/MatrixStack;Lnet/minecraft/client/render/VertexConsumerProvider;Lnet/minecraft/util/math/BlockPos;)V
      intermediary method_23122 Lnet/minecraft/class_4304;method_23122(Lnet/minecraft/class_4587;Lnet/minecraft/class_4597;Lnet/minecraft/class_2338;)V
      official a Lghl;a(Lfaa;Lgdq;Liz;)V
    • drawString

      private static void drawString(MatrixStack matrices, VertexConsumerProvider vertexConsumers, String string, BlockPos pos, int color)
      Mappings:
      Namespace Name Mixin selector
      named drawString Lnet/minecraft/client/render/debug/RaidCenterDebugRenderer;drawString(Lnet/minecraft/client/util/math/MatrixStack;Lnet/minecraft/client/render/VertexConsumerProvider;Ljava/lang/String;Lnet/minecraft/util/math/BlockPos;I)V
      intermediary method_23123 Lnet/minecraft/class_4304;method_23123(Lnet/minecraft/class_4587;Lnet/minecraft/class_4597;Ljava/lang/String;Lnet/minecraft/class_2338;I)V
      official a Lghl;a(Lfaa;Lgdq;Ljava/lang/String;Liz;I)V
    • getCamera

      private Camera getCamera()
      Mappings:
      Namespace Name Mixin selector
      named getCamera Lnet/minecraft/client/render/debug/RaidCenterDebugRenderer;getCamera()Lnet/minecraft/client/render/Camera;
      intermediary method_23125 Lnet/minecraft/class_4304;method_23125()Lnet/minecraft/class_4184;
      official b Lghl;b()Lfes;