java.lang.Object
com.jozufozu.flywheel.impl.visualization.storage.Storage<net.minecraft.world.entity.Entity>
com.jozufozu.flywheel.impl.visualization.manager.EntityStorage

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

  • Method Details

    • createRaw

      @Nullable protected @Nullable Visual createRaw(net.minecraft.world.entity.Entity obj)
      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.