
org.bukkit.entity.Snowman Maven / Gradle / Ivy
package org.bukkit.entity;
/**
* Represents a snowman entity
*/
public interface Snowman extends Golem {
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy
package org.bukkit.entity;
/**
* Represents a snowman entity
*/
public interface Snowman extends Golem {
}