001    package org.bukkit.entity;
002    
003    /**
004     * A mechanical creature that may harm enemies.
005     */
006    public interface Golem extends Creature {
007        
008    }