Class BlockOutlineDebugRenderer
java.lang.Object
net.minecraft.client.render.debug.BlockOutlineDebugRenderer
- All Implemented Interfaces:
DebugRenderer.Renderer
@Environment(CLIENT)
public class BlockOutlineDebugRenderer
extends Object
implements DebugRenderer.Renderer
- Mappings:
Namespace Name named net/minecraft/client/render/debug/BlockOutlineDebugRendererintermediary net/minecraft/class_871official huv
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprivate static voiddrawFace(BlockPos pos, BlockState state, BlockView world, Direction direction, Vec3d minPos, Vec3d maxPos, int color) voidrender(double cameraX, double cameraY, double cameraZ, DebugDataStore store, Frustum frustum, float tickProgress)
-
Field Details
-
client
- Mappings:
Namespace Name Mixin selector named clientLnet/minecraft/client/render/debug/BlockOutlineDebugRenderer;client:Lnet/minecraft/client/MinecraftClient;intermediary field_4628Lnet/minecraft/class_871;field_4628:Lnet/minecraft/class_310;official aLhuv;a:Lgfj;
-
-
Constructor Details
-
BlockOutlineDebugRenderer
- Mappings:
Namespace Name Mixin selector named <init>Lnet/minecraft/client/render/debug/BlockOutlineDebugRenderer;<init>(Lnet/minecraft/client/MinecraftClient;)Vintermediary <init>Lnet/minecraft/class_871;<init>(Lnet/minecraft/class_310;)Vofficial <init>Lhuv;<init>(Lgfj;)V
-
-
Method Details
-
render
public void render(double cameraX, double cameraY, double cameraZ, DebugDataStore store, Frustum frustum, float tickProgress) - 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 aLhug$a;a(DDDLbxg;Lhtx;F)V
-
drawFace
private static void drawFace(BlockPos pos, BlockState state, BlockView world, Direction direction, Vec3d minPos, Vec3d maxPos, int color) - Mappings:
Namespace Name Mixin selector named drawFaceLnet/minecraft/client/render/debug/BlockOutlineDebugRenderer;drawFace(Lnet/minecraft/util/math/BlockPos;Lnet/minecraft/block/BlockState;Lnet/minecraft/world/BlockView;Lnet/minecraft/util/math/Direction;Lnet/minecraft/util/math/Vec3d;Lnet/minecraft/util/math/Vec3d;I)Vintermediary method_75450Lnet/minecraft/class_871;method_75450(Lnet/minecraft/class_2338;Lnet/minecraft/class_2680;Lnet/minecraft/class_1922;Lnet/minecraft/class_2350;Lnet/minecraft/class_243;Lnet/minecraft/class_243;I)Vofficial aLhuv;a(Lis;Leoh;Ldvt;Liz;Lftm;Lftm;I)V
-