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