Class EffectStorage
java.lang.Object
dev.engine_room.flywheel.impl.visualization.storage.Storage<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 EffectVisual<?>createRaw(VisualizationContext visualizationContext, Effect obj, float partialTick) booleanwillAccept(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 EffectVisual<?> createRaw(VisualizationContext visualizationContext, Effect obj, float partialTick) -
willAccept
Description copied from class:StorageIs the given object currently capable of being added?- Specified by:
willAcceptin classStorage<Effect>- Returns:
- true if the object is currently capable of being visualized.
-