package com.laytonsmith.abstraction.entities; import com.laytonsmith.abstraction.MCProjectile; public interface MCLlamaSpit extends MCProjectile { }