001 package org.bukkit.entity; 002 003 /** 004 * Represents a snowman entity 005 */ 006 public interface Snowman extends Golem { 007 008 }