summaryrefslogtreecommitdiffstats
path: root/src/main/java/org/bukkit/entity/Wither.java
blob: 0922c5c6a222b59e7032265197f17fa54698987b (plain)
1
2
3
4
5
6
7
package org.bukkit.entity;

/**
 * Represents a Wither boss
 */
public interface Wither extends Monster {
}