Uses of Class
net.minecraft.client.renderer.StagedVertexBuffer.Draw
Packages that use StagedVertexBuffer.Draw
Package
Description
-
Uses of StagedVertexBuffer.Draw in net.minecraft.client.gui.render
Fields in net.minecraft.client.gui.render declared as StagedVertexBuffer.DrawModifier and TypeFieldDescriptionprivate final StagedVertexBuffer.DrawGuiRenderer.Draw.drawThe field for thedrawrecord component.private @Nullable StagedVertexBuffer.DrawGuiRenderer.previousDrawMethods in net.minecraft.client.gui.render that return StagedVertexBuffer.DrawModifier and TypeMethodDescriptionGuiRenderer.Draw.draw()Returns the value of thedrawrecord component.Constructors in net.minecraft.client.gui.render with parameters of type StagedVertexBuffer.DrawModifierConstructorDescriptionprivateDraw(StagedVertexBuffer.Draw draw, RenderPipeline pipeline, TextureSetup textureSetup, @Nullable ScreenRectangle scissorArea) Creates an instance of aDrawrecord class. -
Uses of StagedVertexBuffer.Draw in net.minecraft.client.renderer
Fields in net.minecraft.client.renderer declared as StagedVertexBuffer.DrawModifier and TypeFieldDescriptionprivate @Nullable StagedVertexBuffer.DrawStagedVertexBuffer.lastBuildingDrawFields in net.minecraft.client.renderer with type parameters of type StagedVertexBuffer.DrawModifier and TypeFieldDescriptionprivate final List<StagedVertexBuffer.Draw> StagedVertexBuffer.drawsMethods in net.minecraft.client.renderer that return StagedVertexBuffer.DrawModifier and TypeMethodDescriptionStagedVertexBuffer.appendDraw(VertexFormat format, PrimitiveTopology primitiveTopology) StagedVertexBuffer.appendDraw(VertexFormat format, PrimitiveTopology primitiveTopology, @Nullable VertexSorting quadSorting) Methods in net.minecraft.client.renderer with parameters of type StagedVertexBuffer.DrawModifier and TypeMethodDescriptionprivate static CompactVectorArrayStagedVertexBuffer.decodeSortingPoints(StagedVertexBuffer.Draw draw) StagedVertexBuffer.getExecuteInfo(StagedVertexBuffer.Draw draw) StagedVertexBuffer.getVertexBuilder(StagedVertexBuffer.Draw draw) Method parameters in net.minecraft.client.renderer with type arguments of type StagedVertexBuffer.DrawModifier and TypeMethodDescriptionprivate voidStagedVertexBuffer.uploadDrawsToBuffers(GpuDevice device, List<StagedVertexBuffer.Draw> draws, GpuBuffer vertexGpuBuffer, @Nullable GpuBuffer indexGpuBuffer, int vertexBufferSize, int indexBufferSize) -
Uses of StagedVertexBuffer.Draw in net.minecraft.client.renderer.feature
Fields in net.minecraft.client.renderer.feature declared as StagedVertexBuffer.DrawModifier and TypeFieldDescriptionprivate @Nullable StagedVertexBuffer.DrawRenderTypeFeatureRenderer.Group.lastDrawFields in net.minecraft.client.renderer.feature with type parameters of type StagedVertexBuffer.DrawModifier and TypeFieldDescriptionprivate final List<StagedVertexBuffer.Draw> RenderTypeFeatureRenderer.Group.drawsprivate final Map<SingleQuadParticle.Layer, StagedVertexBuffer.Draw> QuadParticleFeatureRenderer.PreparedGroup.layersThe field for thelayersrecord component.Methods in net.minecraft.client.renderer.feature that return StagedVertexBuffer.DrawModifier and TypeMethodDescriptionprivate StagedVertexBuffer.DrawRenderTypeFeatureRenderer.Group.getOrAddDraw(RenderType renderType) Methods in net.minecraft.client.renderer.feature that return types with arguments of type StagedVertexBuffer.DrawModifier and TypeMethodDescriptionQuadParticleFeatureRenderer.PreparedGroup.layers()Returns the value of thelayersrecord component.Method parameters in net.minecraft.client.renderer.feature with type arguments of type StagedVertexBuffer.DrawModifier and TypeMethodDescriptionprivate static voidQuadParticleFeatureRenderer.drawLayers(StagedVertexBuffer stagedBuffer, Map<SingleQuadParticle.Layer, StagedVertexBuffer.Draw> layers, RenderPass renderPass, TextureManager textureManager) Constructor parameters in net.minecraft.client.renderer.feature with type arguments of type StagedVertexBuffer.DrawModifierConstructorDescriptionprivatePreparedGroup(Map<SingleQuadParticle.Layer, StagedVertexBuffer.Draw> layers, boolean translucent) Creates an instance of aPreparedGrouprecord class.