Class EffectStorage
java.lang.Object
dev.engine_room.flywheel.impl.visualization.storage.Storage<dev.engine_room.flywheel.api.visual.Effect>
dev.engine_room.flywheel.impl.visualization.storage.EffectStorage
-
Field Summary
Fields inherited from class dev.engine_room.flywheel.impl.visualization.storage.Storage
dynamicVisuals, lightUpdatedVisuals, shaderLightVisuals, simpleDynamicVisuals, simpleTickableVisuals, tickableVisuals -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected dev.engine_room.flywheel.api.visual.EffectVisual<?>createRaw(dev.engine_room.flywheel.api.visualization.VisualizationContext visualizationContext, dev.engine_room.flywheel.api.visual.Effect obj, float partialTick) booleanwillAccept(dev.engine_room.flywheel.api.visual.Effect obj) Is the given object currently capable of being added?Methods inherited from class dev.engine_room.flywheel.impl.visualization.storage.Storage
add, framePlan, getAllVisuals, invalidate, lightUpdatedVisuals, recreateAll, remove, shaderLightVisuals, tickPlan, update
-
Constructor Details
-
EffectStorage
public EffectStorage()
-
-
Method Details
-
createRaw
protected dev.engine_room.flywheel.api.visual.EffectVisual<?> createRaw(dev.engine_room.flywheel.api.visualization.VisualizationContext visualizationContext, dev.engine_room.flywheel.api.visual.Effect obj, float partialTick) -
willAccept
public boolean willAccept(dev.engine_room.flywheel.api.visual.Effect obj) Description copied from class:StorageIs the given object currently capable of being added?- Specified by:
willAcceptin classStorage<dev.engine_room.flywheel.api.visual.Effect>- Returns:
- true if the object is currently capable of being visualized.
-