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

public class EffectStorage extends Storage<dev.engine_room.flywheel.api.visual.Effect>
  • 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)
      Specified by:
      createRaw in class Storage<dev.engine_room.flywheel.api.visual.Effect>
    • willAccept

      public boolean willAccept(dev.engine_room.flywheel.api.visual.Effect obj)
      Description copied from class: Storage
      Is the given object currently capable of being added?
      Specified by:
      willAccept in class Storage<dev.engine_room.flywheel.api.visual.Effect>
      Returns:
      true if the object is currently capable of being visualized.