Class HologramAnimation<B>

java.lang.Object
dev.thorinwasher.blockanimator.api.animation.hologram.HologramAnimation<B>
All Implemented Interfaces:
Animation<B>

public class HologramAnimation<B> extends Object implements Animation<B>
  • Constructor Details

    • HologramAnimation

      public HologramAnimation(BlockSupplier<B> blockSupplier, HologramTransform hologramTransform, ImmutableVector3i hologramCenter, long maxTime, int buffer)
      Parameters:
      blockSupplier - Supplies the location of each block
      hologramTransform - What transformation to apply to the hologram
      maxTime - How long should the hologram live
      buffer - The minimum amount of compiled frames to have until animation start
  • Method Details