Package org.bukkit.entity
Interface WitherSkull
- All Superinterfaces:
CommandSender,Entity,Explosive,Fireball,Metadatable,Permissible,Projectile,ServerOperator
public interface WitherSkull extends Fireball
Represents a wither skull
Fireball.-
Nested Class Summary
-
Method Summary
Modifier and Type Method Description booleanisCharged()Gets whether or not the wither skull is charged.voidsetCharged(boolean charged)Sets the charged status of the wither skull.Methods inherited from interface org.bukkit.entity.Entity
eject, getCustomName, getEntityId, getFallDistance, getFireTicks, getLastDamageCause, getLocation, getLocation, getMaxFireTicks, getNearbyEntities, getPassenger, getServer, getTicksLived, getType, getUniqueId, getVehicle, getVelocity, getWorld, isCustomNameVisible, isDead, isEmpty, isInsideVehicle, isOnGround, isValid, leaveVehicle, playEffect, remove, setCustomName, setCustomNameVisible, setFallDistance, setFireTicks, setLastDamageCause, setPassenger, setTicksLived, setVelocity, spigot, teleport, teleport, teleport, teleportMethods inherited from interface org.bukkit.entity.Explosive
getYield, isIncendiary, setIsIncendiary, setYieldMethods inherited from interface org.bukkit.metadata.Metadatable
getMetadata, hasMetadata, removeMetadata, setMetadataMethods inherited from interface org.bukkit.permissions.Permissible
addAttachment, addAttachment, addAttachment, addAttachment, getEffectivePermissions, hasPermission, hasPermission, isPermissionSet, isPermissionSet, recalculatePermissions, removeAttachmentMethods inherited from interface org.bukkit.entity.Projectile
_INVALID_getShooter, _INVALID_setShooter, doesBounce, getShooter, setBounce, setShooter
-
Method Details
-
setCharged
void setCharged(boolean charged)Sets the charged status of the wither skull.- Parameters:
charged- whether it should be charged
-
isCharged
boolean isCharged()Gets whether or not the wither skull is charged.- Returns:
- whether the wither skull is charged
-