![JAR search and dependency download from the Maven repository](/logo.png)
org.bukkit.entity.WitherSkull Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of chest-server Show documentation
Show all versions of chest-server Show documentation
A spigot fork to kotlin structure and news.
The newest version!
package org.bukkit.entity;
/**
* Represents a wither skull {@link Fireball}.
*/
public interface WitherSkull extends Fireball {
/**
* Gets whether or not the wither skull is charged.
*
* @return whether the wither skull is charged
*/
boolean isCharged();
/**
* Sets the charged status of the wither skull.
*
* @param charged whether it should be charged
*/
void setCharged(boolean charged);
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy