Class StandardInstanceWriters.LifetimeWriter
java.lang.Object
team.lodestar.lodestone.modules.rendering.particle.visual.instance.StandardInstanceWriters.LifetimeWriter
- All Implemented Interfaces:
InstanceWriter
- Enclosing class:
StandardInstanceWriters
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionintintwrite(ParticleView particles, int liveCount, int targetId, float partialTicks, net.minecraft.client.Camera camera, FloatBuffer buffer, int startInstance, int elementOffset, int strideFloats) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface team.lodestar.lodestone.modules.rendering.particle.visual.instance.InstanceWriter
attributeCount, attributes
-
Constructor Details
-
LifetimeWriter
public LifetimeWriter()
-
-
Method Details
-
floatCount
public int floatCount()- Specified by:
floatCountin interfaceInstanceWriter
-
write
public int write(ParticleView particles, int liveCount, int targetId, float partialTicks, net.minecraft.client.Camera camera, FloatBuffer buffer, int startInstance, int elementOffset, int strideFloats) - Specified by:
writein interfaceInstanceWriter
-