org.bukkit.entity
Interface WitherSkull

All Superinterfaces:
Entity, Explosive, Fireball, Metadatable, Projectile

public interface WitherSkull
extends Fireball

Represents a wither skull Fireball.


Method Summary
 boolean isCharged()
          Gets whether or not the wither skull is charged.
 void setCharged(boolean charged)
          Sets the charged status of the wither skull.
 
Methods inherited from interface org.bukkit.entity.Fireball
getDirection, setDirection
 
Methods inherited from interface org.bukkit.entity.Projectile
_INVALID_getShooter, _INVALID_setShooter, doesBounce, getShooter, setBounce, setShooter
 
Methods inherited from interface org.bukkit.entity.Explosive
getYield, isIncendiary, setIsIncendiary, setYield
 
Methods inherited from interface org.bukkit.entity.Entity
eject, getEntityId, getFallDistance, getFireTicks, getLastDamageCause, getLocation, getLocation, getMaxFireTicks, getNearbyEntities, getPassenger, getServer, getTicksLived, getType, getUniqueId, getVehicle, getVelocity, getWorld, isDead, isEmpty, isInsideVehicle, isOnGround, isValid, leaveVehicle, playEffect, remove, setFallDistance, setFireTicks, setLastDamageCause, setPassenger, setTicksLived, setVelocity, teleport, teleport, teleport, teleport
 
Methods inherited from interface org.bukkit.metadata.Metadatable
getMetadata, hasMetadata, removeMetadata, setMetadata
 

Method Detail

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


Copyright © 2014. All rights reserved.