public interface Zombie extends Monster
Entity.Spigot
Modifier and Type | Method and Description |
---|---|
Villager.Profession |
getVillagerProfession()
Deprecated.
Entity subtypes will be separate entities in a future Minecraft release
|
boolean |
isBaby()
Gets whether the zombie is a baby
|
boolean |
isVillager()
Deprecated.
Entity subtypes will be separate entities in a future Minecraft release
|
void |
setBaby(boolean flag)
Sets whether the zombie is a baby
|
void |
setVillager(boolean flag)
Deprecated.
Entity subtypes will be separate entities in a future Minecraft release
|
void |
setVillagerProfession(Villager.Profession profession)
Deprecated.
Entity subtypes will be separate entities in a future Minecraft release
|
_INVALID_getLastDamage, _INVALID_setLastDamage, addPotionEffect, addPotionEffect, addPotionEffects, getActivePotionEffects, getCanPickupItems, getEquipment, getEyeHeight, getEyeHeight, getEyeLocation, getKiller, getLastDamage, getLastTwoTargetBlocks, getLastTwoTargetBlocks, getLeashHolder, getLineOfSight, getLineOfSight, getMaximumAir, getMaximumNoDamageTicks, getNoDamageTicks, getPotionEffect, getRemainingAir, getRemoveWhenFarAway, getTargetBlock, getTargetBlock, hasAI, hasLineOfSight, hasPotionEffect, isCollidable, isGliding, isLeashed, removePotionEffect, setAI, setCanPickupItems, setCollidable, setGliding, setLastDamage, setLeashHolder, setMaximumAir, setMaximumNoDamageTicks, setNoDamageTicks, setRemainingAir, setRemoveWhenFarAway
getAttribute
_INVALID_damage, _INVALID_damage, _INVALID_getHealth, _INVALID_getMaxHealth, _INVALID_setHealth, _INVALID_setMaxHealth, damage, damage, getHealth, getMaxHealth, resetMaxHealth, setHealth, setMaxHealth
addScoreboardTag, eject, getCustomName, getEntityId, getFallDistance, getFireTicks, getLastDamageCause, getLocation, getLocation, getMaxFireTicks, getNearbyEntities, getPassenger, getPortalCooldown, getScoreboardTags, getServer, getTicksLived, getType, getUniqueId, getVehicle, getVelocity, getWorld, hasGravity, isCustomNameVisible, isDead, isEmpty, isGlowing, isInsideVehicle, isInvulnerable, isOnGround, isSilent, isValid, leaveVehicle, playEffect, remove, removeScoreboardTag, setCustomName, setCustomNameVisible, setFallDistance, setFireTicks, setGlowing, setGravity, setInvulnerable, setLastDamageCause, setPassenger, setPortalCooldown, setSilent, setTicksLived, setVelocity, spigot, teleport, teleport, teleport, teleport
getMetadata, hasMetadata, removeMetadata, setMetadata
getName, sendMessage, sendMessage
addAttachment, addAttachment, addAttachment, addAttachment, getEffectivePermissions, hasPermission, hasPermission, isPermissionSet, isPermissionSet, recalculatePermissions, removeAttachment
isOp, setOp
launchProjectile, launchProjectile
boolean isBaby()
void setBaby(boolean flag)
flag
- Whether the zombie is a baby@Deprecated boolean isVillager()
@Deprecated void setVillager(boolean flag)
flag
- Whether the zombie is a villager@Deprecated void setVillagerProfession(Villager.Profession profession)
profession
- the profession of the villager or null to clear@Deprecated Villager.Profession getVillagerProfession()
Copyright © 2016. All rights reserved.