Class SupportBlockRenderer
java.lang.Object
net.minecraft.client.renderer.debug.SupportBlockRenderer
- All Implemented Interfaces:
 DebugRenderer.SimpleDebugRenderer
- 
Field Summary
Fields - 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptionprivate voiddrawHighlights(PoseStack p_286525_, MultiBufferSource p_286495_, double p_286696_, double p_286417_, double p_286386_, Entity p_286273_, DoubleSupplier p_286458_, float p_286487_, float p_286710_, float p_286793_) private doubleprivate voidhighlightPosition(BlockPos p_286268_, PoseStack p_286592_, double p_286463_, double p_286552_, double p_286660_, MultiBufferSource p_286314_, double p_286880_, float p_286918_, float p_286304_, float p_286672_) voidrender(PoseStack p_286297_, MultiBufferSource p_286436_, double p_286291_, double p_286388_, double p_286330_) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface net.minecraft.client.renderer.debug.DebugRenderer.SimpleDebugRenderer
clear 
- 
Field Details
- 
minecraft
 - 
lastUpdateTime
private double lastUpdateTime - 
surroundEntities
 
 - 
 - 
Constructor Details
- 
SupportBlockRenderer
 
 - 
 - 
Method Details
- 
render
public void render(PoseStack p_286297_, MultiBufferSource p_286436_, double p_286291_, double p_286388_, double p_286330_) - Specified by:
 renderin interfaceDebugRenderer.SimpleDebugRenderer
 - 
drawHighlights
private void drawHighlights(PoseStack p_286525_, MultiBufferSource p_286495_, double p_286696_, double p_286417_, double p_286386_, Entity p_286273_, DoubleSupplier p_286458_, float p_286487_, float p_286710_, float p_286793_)  - 
getBias
 - 
highlightPosition
private void highlightPosition(BlockPos p_286268_, PoseStack p_286592_, double p_286463_, double p_286552_, double p_286660_, MultiBufferSource p_286314_, double p_286880_, float p_286918_, float p_286304_, float p_286672_)  
 -