public interface Hoglin extends Animals
Entity.Spigot| Modifier and Type | Method and Description |
|---|---|
int |
getConversionTime()
Gets the amount of ticks until this entity will be converted to a Zoglin.
|
boolean |
isAbleToBeHunted()
Get whether the hoglin is able to be hunted by piglins.
|
boolean |
isConverting()
Get if this entity is in the process of converting to a Zoglin.
|
boolean |
isImmuneToZombification()
Gets whether the hoglin is immune to zombification.
|
void |
setConversionTime(int time)
Sets the amount of ticks until this entity will be converted to a Zoglin.
|
void |
setImmuneToZombification(boolean flag)
Sets whether the hoglin is immune to zombification.
|
void |
setIsAbleToBeHunted(boolean flag)
Sets whether the hoglin is able to be hunted by piglins.
|
getBreedCause, getLoveModeTicks, isLoveMode, setBreedCause, setLoveModeTickscanBreed, getAgeLock, setAgeLock, setBreedgetAge, isAdult, setAdult, setAge, setBabyaddPotionEffect, addPotionEffect, addPotionEffects, attack, getActivePotionEffects, getArrowCooldown, getArrowsInBody, getCanPickupItems, getCategory, getCollidableExemptions, getEquipment, getEyeHeight, getEyeHeight, getEyeLocation, getKiller, getLastDamage, getLastTwoTargetBlocks, getLeashHolder, getLineOfSight, getMaximumAir, getMaximumNoDamageTicks, getMemory, getNoDamageTicks, getPotionEffect, getRemainingAir, getRemoveWhenFarAway, getTargetBlock, getTargetBlockExact, getTargetBlockExact, hasAI, hasLineOfSight, hasPotionEffect, isCollidable, isGliding, isInvisible, isLeashed, isRiptiding, isSleeping, isSwimming, rayTraceBlocks, rayTraceBlocks, removePotionEffect, setAI, setArrowCooldown, setArrowsInBody, setCanPickupItems, setCollidable, setGliding, setInvisible, setLastDamage, setLeashHolder, setMaximumAir, setMaximumNoDamageTicks, setMemory, setNoDamageTicks, setRemainingAir, setRemoveWhenFarAway, setSwimming, swingMainHand, swingOffHandgetAttributedamage, damage, getAbsorptionAmount, getHealth, getMaxHealth, resetMaxHealth, setAbsorptionAmount, setHealth, setMaxHealthaddPassenger, addScoreboardTag, eject, getBoundingBox, getEntityId, getFacing, getFallDistance, getFireTicks, getHeight, getLastDamageCause, getLocation, getLocation, getMaxFireTicks, getNearbyEntities, getPassenger, getPassengers, getPistonMoveReaction, getPortalCooldown, getPose, getScoreboardTags, getServer, getTicksLived, getType, getUniqueId, getVehicle, getVelocity, getWidth, getWorld, hasGravity, isCustomNameVisible, isDead, isEmpty, isGlowing, isInsideVehicle, isInvulnerable, isInWater, isOnGround, isPersistent, isSilent, isValid, leaveVehicle, playEffect, remove, removePassenger, removeScoreboardTag, setCustomNameVisible, setFallDistance, setFireTicks, setGlowing, setGravity, setInvulnerable, setLastDamageCause, setPassenger, setPersistent, setPortalCooldown, setRotation, setSilent, setTicksLived, setVelocity, spigot, teleport, teleport, teleport, teleportgetMetadata, hasMetadata, removeMetadata, setMetadatagetName, sendMessage, sendMessage, sendMessage, sendMessageaddAttachment, addAttachment, addAttachment, addAttachment, getEffectivePermissions, hasPermission, hasPermission, isPermissionSet, isPermissionSet, recalculatePermissions, removeAttachmentisOp, setOpgetCustomName, setCustomNamegetPersistentDataContainerlaunchProjectile, launchProjectilegetLootTable, getSeed, setLootTable, setSeedboolean isImmuneToZombification()
void setImmuneToZombification(boolean flag)
flag - Whether the hoglin is immune to zombificationboolean isAbleToBeHunted()
void setIsAbleToBeHunted(boolean flag)
flag - Whether the hoglin is able to be hunted by piglins.int getConversionTime()
IllegalStateException - if isConverting() is false.void setConversionTime(int time)
time - new conversion timeboolean isConverting()
Copyright © 2021. All rights reserved.