Class ParticleVisualBatchKey
java.lang.Object
team.lodestar.lodestone.modules.rendering.particle.visual.ParticleVisualBatchKey
-
Constructor Summary
ConstructorsConstructorDescriptionParticleVisualBatchKey(net.minecraft.client.renderer.RenderType renderType, InstanceFormat instanceFormat, com.mojang.blaze3d.vertex.VertexBuffer vertexBuffer, ParticleVisualBatchRenderer batchRenderer) -
Method Summary
Modifier and TypeMethodDescriptionbooleanstatic ParticleVisualBatchKeyfromSubmission(ParticleVisualSubmission submission) inthashCode()net.minecraft.client.renderer.RenderTypecom.mojang.blaze3d.vertex.VertexBuffer
-
Constructor Details
-
ParticleVisualBatchKey
public ParticleVisualBatchKey(net.minecraft.client.renderer.RenderType renderType, InstanceFormat instanceFormat, com.mojang.blaze3d.vertex.VertexBuffer vertexBuffer, ParticleVisualBatchRenderer batchRenderer)
-
-
Method Details