Class BrushableBlockRenderer
java.lang.Object
net.minecraft.client.renderer.blockentity.BrushableBlockRenderer
- All Implemented Interfaces:
 BlockEntityRenderer<BrushableBlockEntity>
public class BrushableBlockRenderer
extends Object
implements BlockEntityRenderer<BrushableBlockEntity>
- 
Field Summary
Fields - 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptionvoidrender(BrushableBlockEntity p_277712_, float p_277981_, PoseStack p_277490_, MultiBufferSource p_278015_, int p_277463_, int p_277346_) private float[]translations(Direction p_278030_, int p_277997_) 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.blockentity.BlockEntityRenderer
getViewDistance, shouldRender, shouldRenderOffScreen 
- 
Field Details
- 
itemRenderer
 
 - 
 - 
Constructor Details
- 
BrushableBlockRenderer
 
 - 
 - 
Method Details
- 
render
public void render(BrushableBlockEntity p_277712_, float p_277981_, PoseStack p_277490_, MultiBufferSource p_278015_, int p_277463_, int p_277346_) - Specified by:
 renderin interfaceBlockEntityRenderer<BrushableBlockEntity>
 - 
translations
 
 -