package com.laytonsmith.abstraction.entities; import com.laytonsmith.abstraction.MCLivingEntity; public interface MCEvoker extends MCLivingEntity { }