package net.mcreator.superbwarfare.item; public interface AnimatedItem { void setAnimationProcedure(String procedure); }