package net.aufdemrand.denizen.nms.interfaces; import org.bukkit.entity.Entity; public interface EntityAnimation { void play(Entity entity); }