geforkt von Mirrors/Paper
[Bleeding] Add setCharged and getCharged to WitherSkull. Adds BUKKIT-3060
By: t00thpick1 <t00thpick1dirko@gmail.com>
Dieser Commit ist enthalten in:
Ursprung
03235e2288
Commit
05119d68ce
@ -1,8 +1,21 @@
|
||||
package org.bukkit.entity;
|
||||
|
||||
/**
|
||||
* Represents a wither skull {@link Fireball}
|
||||
* Represents a wither skull {@link Fireball}.
|
||||
*/
|
||||
public interface WitherSkull extends Fireball {
|
||||
|
||||
/**
|
||||
* Sets the charged status of the wither skull.
|
||||
*
|
||||
* @param charged whether it should be charged
|
||||
*/
|
||||
public void setCharged(boolean charged);
|
||||
|
||||
/**
|
||||
* Gets whether or not the wither skull is charged.
|
||||
*
|
||||
* @return whether the wither skull is charged
|
||||
*/
|
||||
public boolean isCharged();
|
||||
}
|
||||
|
Laden…
In neuem Issue referenzieren
Einen Benutzer sperren