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

    • client

      private final MinecraftClient client
      Mappings:
      Namespace Name Mixin selector
      official a Lelb;a:Ldqk;
      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 b Lelb;b: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> Lelb;<init>(Ldqk;)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> centers)
      Mappings:
      Namespace Name Mixin selector
      official a Lelb;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 Lekt$a;a(Ldlr;Lehq;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
    • method_23122

      private static void method_23122​(BlockPos blockPos)
      Mappings:
      Namespace Name Mixin selector
      official a Lelb;a(Lfx;)V
      intermediary method_23122 Lnet/minecraft/class_4304;method_23122(Lnet/minecraft/class_2338;)V
      named method_23122 Lnet/minecraft/client/render/debug/RaidCenterDebugRenderer;method_23122(Lnet/minecraft/util/math/BlockPos;)V
    • method_23123

      private static void method_23123​(String string, BlockPos blockPos, int int2)
      Mappings:
      Namespace Name Mixin selector
      official a Lelb;a(Ljava/lang/String;Lfx;I)V
      intermediary method_23123 Lnet/minecraft/class_4304;method_23123(Ljava/lang/String;Lnet/minecraft/class_2338;I)V
      named method_23123 Lnet/minecraft/client/render/debug/RaidCenterDebugRenderer;method_23123(Ljava/lang/String;Lnet/minecraft/util/math/BlockPos;I)V
    • getCamera

      private Camera getCamera()
      Mappings:
      Namespace Name Mixin selector
      official b Lelb;b()Ldpv;
      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;