package org.bukkit.entity; /** * Represents an Evoker. */ public interface Evoker extends Monster { }