package org.bukkit.entity; /** * Represents an Armadillo. */ public interface Armadillo extends Animals { }