public interface PigZombie extends Zombie
| 限定符和类型 | 方法和说明 |
|---|---|
int |
getAnger()
获取僵尸猪人当前的愤怒程度.
|
boolean |
isAngry()
获取僵尸是否愤怒.
|
void |
setAnger(int level)
设置僵尸猪人当前的愤怒程度.
|
void |
setAngry(boolean angry)
将僵尸猪人的愤怒程度设置为0或默认等级.
|
getVillagerProfession, isBaby, isVillager, setBaby, setVillager, setVillagerProfessionaddPotionEffect, addPotionEffect, addPotionEffects, getActivePotionEffects, getCanPickupItems, getEquipment, getEyeHeight, getEyeHeight, getEyeLocation, getKiller, getLastDamage, getLastTwoTargetBlocks, getLeashHolder, getLineOfSight, getMaximumAir, getMaximumNoDamageTicks, getNoDamageTicks, getPotionEffect, getRemainingAir, getRemoveWhenFarAway, getTargetBlock, hasAI, hasLineOfSight, hasPotionEffect, isCollidable, isGliding, isLeashed, removePotionEffect, setAI, setCanPickupItems, setCollidable, setGliding, setLastDamage, setLeashHolder, setMaximumAir, setMaximumNoDamageTicks, setNoDamageTicks, setRemainingAir, setRemoveWhenFarAwaygetAttributedamage, damage, getHealth, getMaxHealth, resetMaxHealth, setHealth, setMaxHealthaddPassenger, 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, setCustomNamelaunchProjectile, launchProjectileint getAnger()
原文: Get the pig zombie's current anger level.
void setAnger(int level)
原文: Set the pig zombie's current anger level.
level - 愤怒程度.更高的愤怒程度需要更多的时间来摆脱.void setAngry(boolean angry)
原文: Shorthand; sets to either 0 or the default level.
angry - 僵尸猪人是否愤怒boolean isAngry()
原文: Shorthand; gets whether the zombie is angry.