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
official fhh
intermediary net/minecraft/class_4304
named net/minecraft/client/render/debug/RaidCenterDebugRenderer
  • Field Details

    • RANGE

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

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

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

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

    • RaidCenterDebugRenderer

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

    • setRaidCenters

      public void setRaidCenters(Collection<BlockPos> raidCenters)
      Mappings:
      Namespace Name Mixin selector
      official a Lfhh;a(Ljava/util/Collection;)V
      intermediary method_20561 Lnet/minecraft/class_4304;method_20561(Ljava/util/Collection;)V
      named setRaidCenters Lnet/minecraft/client/render/debug/RaidCenterDebugRenderer;setRaidCenters(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
      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
    • drawRaidCenter

      private static void drawRaidCenter(BlockPos pos)
      Mappings:
      Namespace Name Mixin selector
      official a Lfhh;a(Lgp;)V
      intermediary method_23122 Lnet/minecraft/class_4304;method_23122(Lnet/minecraft/class_2338;)V
      named drawRaidCenter Lnet/minecraft/client/render/debug/RaidCenterDebugRenderer;drawRaidCenter(Lnet/minecraft/util/math/BlockPos;)V
    • drawString

      private static void drawString(String string, BlockPos pos, int color)
      Mappings:
      Namespace Name Mixin selector
      official a Lfhh;a(Ljava/lang/String;Lgp;I)V
      intermediary method_23123 Lnet/minecraft/class_4304;method_23123(Ljava/lang/String;Lnet/minecraft/class_2338;I)V
      named drawString Lnet/minecraft/client/render/debug/RaidCenterDebugRenderer;drawString(Ljava/lang/String;Lnet/minecraft/util/math/BlockPos;I)V
    • getCamera

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