Uses of Class
net.minecraft.client.render.command.LayeredCustomCommandRenderer.VerticesCache
Packages that use LayeredCustomCommandRenderer.VerticesCache
-
Uses of LayeredCustomCommandRenderer.VerticesCache in net.minecraft.client.particle
Methods in net.minecraft.client.particle with parameters of type LayeredCustomCommandRenderer.VerticesCacheModifier and TypeMethodDescriptionvoidBillboardParticleSubmittable.render(BillboardParticleSubmittable.Buffers buffers, LayeredCustomCommandRenderer.VerticesCache cache, RenderPass renderPass, TextureManager manager, boolean translucent) BillboardParticleSubmittable.submit(LayeredCustomCommandRenderer.VerticesCache cache) -
Uses of LayeredCustomCommandRenderer.VerticesCache in net.minecraft.client.render.command
Fields in net.minecraft.client.render.command with type parameters of type LayeredCustomCommandRenderer.VerticesCacheModifier and TypeFieldDescriptionprivate final Queue<LayeredCustomCommandRenderer.VerticesCache> LayeredCustomCommandRenderer.availableBuffersprivate final List<LayeredCustomCommandRenderer.VerticesCache> LayeredCustomCommandRenderer.usedBuffersMethods in net.minecraft.client.render.command with parameters of type LayeredCustomCommandRenderer.VerticesCacheModifier and TypeMethodDescriptionvoidOrderedRenderCommandQueue.LayeredCustom.render(BillboardParticleSubmittable.Buffers buffers, LayeredCustomCommandRenderer.VerticesCache cache, RenderPass renderPass, TextureManager manager, boolean translucent) OrderedRenderCommandQueue.LayeredCustom.submit(LayeredCustomCommandRenderer.VerticesCache cache)