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/RaidCenterDebugRendererintermediary net/minecraft/class_4304official hpl
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate final MinecraftClientprivate static final floatprivate static final int -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprivate static voiddrawRaidCenter(BlockPos pos) private static voiddrawString(String text, BlockPos pos, int color) private Cameravoidrender(double double2, double cameraX, double cameraY, DebugDataStore store, Frustum frustum, float tickDelta)
-
Field Details
-
RANGE
private static final int RANGE- See Also:
- Mappings:
Namespace Name Mixin selector named RANGELnet/minecraft/client/render/debug/RaidCenterDebugRenderer;RANGE:Iintermediary field_32914Lnet/minecraft/class_4304;field_32914:Iofficial aLhpl;a:I
-
DRAWN_STRING_SIZE
private static final float DRAWN_STRING_SIZE- See Also:
- Mappings:
Namespace Name Mixin selector named DRAWN_STRING_SIZELnet/minecraft/client/render/debug/RaidCenterDebugRenderer;DRAWN_STRING_SIZE:Fintermediary field_32915Lnet/minecraft/class_4304;field_32915:Fofficial bLhpl;b:F
-
client
- Mappings:
Namespace Name Mixin selector named clientLnet/minecraft/client/render/debug/RaidCenterDebugRenderer;client:Lnet/minecraft/client/MinecraftClient;intermediary field_19326Lnet/minecraft/class_4304;field_19326:Lnet/minecraft/class_310;official cLhpl;c:Lgcx;
-
-
Constructor Details
-
RaidCenterDebugRenderer
- Mappings:
Namespace Name Mixin selector named <init>Lnet/minecraft/client/render/debug/RaidCenterDebugRenderer;<init>(Lnet/minecraft/client/MinecraftClient;)Vintermediary <init>Lnet/minecraft/class_4304;<init>(Lnet/minecraft/class_310;)Vofficial <init>Lhpl;<init>(Lgcx;)V
-
-
Method Details
-
render
public void render(double double2, double cameraX, double cameraY, DebugDataStore store, Frustum frustum, float tickDelta) - Specified by:
renderin interfaceDebugRenderer.Renderer- Mappings:
Namespace Name Mixin selector named renderLnet/minecraft/client/render/debug/DebugRenderer$Renderer;render(DDDLnet/minecraft/world/debug/DebugDataStore;Lnet/minecraft/client/render/Frustum;F)Vintermediary method_23109Lnet/minecraft/class_863$class_864;method_23109(DDDLnet/minecraft/class_12021;Lnet/minecraft/class_4604;F)Vofficial aLhoy$a;a(DDDLbxa;Lhop;F)V
-
drawRaidCenter
- Mappings:
Namespace Name Mixin selector named drawRaidCenterLnet/minecraft/client/render/debug/RaidCenterDebugRenderer;drawRaidCenter(Lnet/minecraft/util/math/BlockPos;)Vintermediary method_23122Lnet/minecraft/class_4304;method_23122(Lnet/minecraft/class_2338;)Vofficial aLhpl;a(Liz;)V
-
drawString
- Mappings:
Namespace Name Mixin selector named drawStringLnet/minecraft/client/render/debug/RaidCenterDebugRenderer;drawString(Ljava/lang/String;Lnet/minecraft/util/math/BlockPos;I)Vintermediary method_23123Lnet/minecraft/class_4304;method_23123(Ljava/lang/String;Lnet/minecraft/class_2338;I)Vofficial aLhpl;a(Ljava/lang/String;Liz;I)V
-
getCamera
- Mappings:
Namespace Name Mixin selector named getCameraLnet/minecraft/client/render/debug/RaidCenterDebugRenderer;getCamera()Lnet/minecraft/client/render/Camera;intermediary method_23125Lnet/minecraft/class_4304;method_23125()Lnet/minecraft/class_4184;official aLhpl;a()Lgcf;
-