public interface Steerable extends Animals
Entity.Spigot| Modifier and Type | Method and Description | 
|---|---|
| int | getBoostTicks()Get the time in ticks this entity's movement is being increased. | 
| int | getCurrentBoostTicks()Get the time in ticks this entity's movement has been increased as of the
 most recent boost. | 
| Material | getSteerMaterial()Get the material used to steer this entity when ridden by a player. | 
| boolean | hasSaddle()Check if the pig has a saddle. | 
| void | setBoostTicks(int ticks)Set the time in ticks this entity's movement will be increased. | 
| void | setCurrentBoostTicks(int ticks)Set the time in ticks this entity's movement has been increased relative
 to the most recent boost. | 
| void | setSaddle(boolean saddled)Sets if the pig has a saddle or not | 
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 hasSaddle()
void setSaddle(boolean saddled)
saddled - set if the pig has a saddle or not.int getBoostTicks()
getSteerMaterial().void setBoostTicks(int ticks)
getCurrentBoostTicks()).ticks - the boost timeint getCurrentBoostTicks()
getBoostTicks().void setCurrentBoostTicks(int ticks)
ticks - the current boost ticks. Must be >= 0 and <=
 getBoostTicks()Copyright © 2021. All rights reserved.