All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.bukkit.entity.WitherSkull Maven / Gradle / Ivy

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