java.lang.Object
dev.engine_room.flywheel.impl.visualization.storage.Storage<net.minecraft.world.entity.Entity>
dev.engine_room.flywheel.impl.visualization.storage.EntityStorage

public class EntityStorage extends Storage<net.minecraft.world.entity.Entity>
  • Constructor Details

    • EntityStorage

      public EntityStorage()
  • Method Details

    • createRaw

      protected dev.engine_room.flywheel.api.visual.EntityVisual<?> createRaw(dev.engine_room.flywheel.api.visualization.VisualizationContext context, net.minecraft.world.entity.Entity obj, float partialTick)
      Specified by:
      createRaw in class Storage<net.minecraft.world.entity.Entity>
    • willAccept

      public boolean willAccept(net.minecraft.world.entity.Entity entity)
      Description copied from class: Storage
      Is the given object currently capable of being added?
      Specified by:
      willAccept in class Storage<net.minecraft.world.entity.Entity>
      Returns:
      true if the object is currently capable of being visualized.