Class ScaleStorage
java.lang.Object
team.lodestar.lodestone.modules.rendering.particle.component.types.boilerplate.TrinaryEasedValuesStorage<ScaleConfig>
team.lodestar.lodestone.modules.rendering.particle.component.types.scale.ScaleStorage
- All Implemented Interfaces:
PreRenderComponent,ParticleComponentStorage<ScaleConfig>
public class ScaleStorage
extends TrinaryEasedValuesStorage<ScaleConfig>
implements PreRenderComponent
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected voidacceptValue(int liveCount, ParticleView particles, int particleIndex, float value) Methods inherited from class team.lodestar.lodestone.modules.rendering.particle.component.types.boilerplate.TrinaryEasedValuesStorage
onSpawn, onSwapRemove, preRenderMethods 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.component.PreRenderComponent
preRender
-
Constructor Details
-
ScaleStorage
public ScaleStorage(int capacity)
-
-
Method Details
-
acceptValue
- Specified by:
acceptValuein classTrinaryEasedValuesStorage<ScaleConfig>
-