package org.bukkit.entity; /** * An iron Golem that protects Villages. */ public interface IronGolem extends Golem { }