Class SpinStorage
java.lang.Object
team.lodestar.lodestone.modules.rendering.particle.component.types.boilerplate.TrinaryEasedValuesStorage<SpinConfig>
team.lodestar.lodestone.modules.rendering.particle.component.types.spin.SpinStorage
- All Implemented Interfaces:
PreRenderComponent,ParticleComponentStorage<SpinConfig>
public class SpinStorage
extends TrinaryEasedValuesStorage<SpinConfig>
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
-
SpinStorage
public SpinStorage(int capacity)
-
-
Method Details
-
acceptValue
- Specified by:
acceptValuein classTrinaryEasedValuesStorage<SpinConfig>
-