Uses of Class
net.minecraft.client.renderer.IRenderTypeBuffer.Impl
Packages that use IRenderTypeBuffer.Impl
Package
Description
-
Uses of IRenderTypeBuffer.Impl in net.minecraft.client.particle
Methods in net.minecraft.client.particle with parameters of type IRenderTypeBuffer.ImplModifier and TypeMethodDescriptionvoid
ParticleManager.render
(MatrixStack p_228345_1_, IRenderTypeBuffer.Impl p_228345_2_, LightTexture p_228345_3_, ActiveRenderInfo p_228345_4_, float p_228345_5_) Deprecated.void
ParticleManager.renderParticles
(MatrixStack p_228345_1_, IRenderTypeBuffer.Impl p_228345_2_, LightTexture p_228345_3_, ActiveRenderInfo p_228345_4_, float p_228345_5_, ClippingHelper clippingHelper) -
Uses of IRenderTypeBuffer.Impl in net.minecraft.client.renderer
Fields in net.minecraft.client.renderer declared as IRenderTypeBuffer.ImplModifier and TypeFieldDescriptionprivate final IRenderTypeBuffer.Impl
OutlineLayerBuffer.bufferSource
private final IRenderTypeBuffer.Impl
RenderTypeBuffers.bufferSource
private final IRenderTypeBuffer.Impl
RenderTypeBuffers.crumblingBufferSource
private final IRenderTypeBuffer.Impl
OutlineLayerBuffer.outlineBufferSource
Methods in net.minecraft.client.renderer that return IRenderTypeBuffer.ImplModifier and TypeMethodDescriptionRenderTypeBuffers.bufferSource()
RenderTypeBuffers.crumblingBufferSource()
static IRenderTypeBuffer.Impl
IRenderTypeBuffer.immediate
(BufferBuilder p_228455_0_) static IRenderTypeBuffer.Impl
IRenderTypeBuffer.immediateWithBuffers
(Map<RenderType, BufferBuilder> p_228456_0_, BufferBuilder p_228456_1_) Methods in net.minecraft.client.renderer with parameters of type IRenderTypeBuffer.ImplModifier and TypeMethodDescriptionvoid
FirstPersonRenderer.renderHandsWithItems
(float p_228396_1_, MatrixStack p_228396_2_, IRenderTypeBuffer.Impl p_228396_3_, ClientPlayerEntity p_228396_4_, int p_228396_5_) Constructors in net.minecraft.client.renderer with parameters of type IRenderTypeBuffer.Impl -
Uses of IRenderTypeBuffer.Impl in net.minecraft.client.renderer.debug
Methods in net.minecraft.client.renderer.debug with parameters of type IRenderTypeBuffer.ImplModifier and TypeMethodDescriptionvoid
DebugRenderer.render
(MatrixStack p_229019_1_, IRenderTypeBuffer.Impl p_229019_2_, double p_229019_3_, double p_229019_5_, double p_229019_7_)
ParticleManager.renderParticles(MatrixStack, IRenderTypeBuffer.Impl, LightTexture, ActiveRenderInfo, float, net.minecraft.client.renderer.culling.ClippingHelper)
with ClippingHelper as additional parameter