public interface WitherSkull extends Fireball
有关凋零之首,请参阅 MineCraft 中文Wiki 上的凋零部分.
| 限定符和类型 | 方法和说明 |
|---|---|
boolean |
isCharged()
获取这个凋零之首是否充能.
|
void |
setCharged(boolean charged)
设置这个凋零之首是否充能.
|
getDirection, setDirectiondoesBounce, getShooter, setBounce, setShootergetYield, isIncendiary, setIsIncendiary, setYieldaddPassenger, addScoreboardTag, eject, getEntityId, getFallDistance, getFireTicks, getHeight, getLastDamageCause, getLocation, getLocation, getMaxFireTicks, getNearbyEntities, getPassenger, getPassengers, getPistonMoveReaction, getPortalCooldown, getScoreboardTags, getServer, getTicksLived, getType, getUniqueId, getVehicle, getVelocity, getWidth, getWorld, hasGravity, isCustomNameVisible, isDead, isEmpty, isGlowing, isInsideVehicle, isInvulnerable, isOnGround, isSilent, isValid, leaveVehicle, playEffect, remove, removePassenger, removeScoreboardTag, setCustomNameVisible, setFallDistance, setFireTicks, setGlowing, setGravity, setInvulnerable, setLastDamageCause, setPassenger, setPortalCooldown, setSilent, setTicksLived, setVelocity, teleport, teleport, teleport, teleportgetMetadata, hasMetadata, removeMetadata, setMetadatagetName, sendMessage, sendMessageaddAttachment, addAttachment, addAttachment, addAttachment, getEffectivePermissions, hasPermission, hasPermission, isPermissionSet, isPermissionSet, recalculatePermissions, removeAttachmentisOp, setOpgetCustomName, setCustomNamevoid setCharged(boolean charged)
译注:凋零之首分为黑色的和蓝色的,难道BukkitAPI的编写者把蓝色的凋零之首认为是充能的凋零之首?目前尚未得到测试,无法证明此观点.下同.
原文:Sets the charged status of the wither skull.
charged - 这个凋零之首是否充能boolean isCharged()
原文:Gets whether or not the wither skull is charged.