Bukkit-API
1.7.9-R0.2
The inofficial Bukkit-API
|
Additional Inherited Members | |
![]() | |
void | setTarget (LivingEntity target) |
LivingEntity | getTarget () |
![]() | |
double | getEyeHeight () |
double | getEyeHeight (boolean ignoreSneaking) |
Location | getEyeLocation () |
List< Block > | getLineOfSight (HashSet< Byte > transparent, int maxDistance) |
Block | getTargetBlock (HashSet< Byte > transparent, int maxDistance) |
List< Block > | getLastTwoTargetBlocks (HashSet< Byte > transparent, int maxDistance) |
Egg | throwEgg () |
Snowball | throwSnowball () |
Arrow | shootArrow () |
int | getRemainingAir () |
void | setRemainingAir (int ticks) |
int | getMaximumAir () |
void | setMaximumAir (int ticks) |
int | getMaximumNoDamageTicks () |
void | setMaximumNoDamageTicks (int ticks) |
double | getLastDamage () |
int | _INVALID_getLastDamage () |
void | setLastDamage (double damage) |
void | _INVALID_setLastDamage (int damage) |
int | getNoDamageTicks () |
void | setNoDamageTicks (int ticks) |
Player | getKiller () |
boolean | addPotionEffect (PotionEffect effect) |
boolean | addPotionEffect (PotionEffect effect, boolean force) |
boolean | addPotionEffects (Collection< PotionEffect > effects) |
boolean | hasPotionEffect (PotionEffectType type) |
void | removePotionEffect (PotionEffectType type) |
Collection< PotionEffect > | getActivePotionEffects () |
boolean | hasLineOfSight (Entity other) |
boolean | getRemoveWhenFarAway () |
void | setRemoveWhenFarAway (boolean remove) |
EntityEquipment | getEquipment () |
void | setCanPickupItems (boolean pickup) |
boolean | getCanPickupItems () |
void | setCustomName (String name) |
String | getCustomName () |
void | setCustomNameVisible (boolean flag) |
boolean | isCustomNameVisible () |
boolean | isLeashed () |
Entity | getLeashHolder () throws IllegalStateException |
boolean | setLeashHolder (Entity holder) |
![]() | |
Location | getLocation () |
Location | getLocation (Location loc) |
void | setVelocity (Vector velocity) |
Vector | getVelocity () |
boolean | isOnGround () |
World | getWorld () |
boolean | teleport (Location location) |
boolean | teleport (Location location, TeleportCause cause) |
boolean | teleport (Entity destination) |
boolean | teleport (Entity destination, TeleportCause cause) |
List< org.bukkit.entity.Entity > | getNearbyEntities (double x, double y, double z) |
int | getEntityId () |
int | getFireTicks () |
int | getMaxFireTicks () |
void | setFireTicks (int ticks) |
void | remove () |
boolean | isDead () |
boolean | isValid () |
Server | getServer () |
abstract Entity | getPassenger () |
abstract boolean | setPassenger (Entity passenger) |
abstract boolean | isEmpty () |
abstract boolean | eject () |
float | getFallDistance () |
void | setFallDistance (float distance) |
void | setLastDamageCause (EntityDamageEvent event) |
EntityDamageEvent | getLastDamageCause () |
UUID | getUniqueId () |
int | getTicksLived () |
void | setTicksLived (int value) |
void | playEffect (EntityEffect type) |
EntityType | getType () |
boolean | isInsideVehicle () |
boolean | leaveVehicle () |
Entity | getVehicle () |
![]() | |
void | setMetadata (String metadataKey, MetadataValue newMetadataValue) |
List< MetadataValue > | getMetadata (String metadataKey) |
boolean | hasMetadata (String metadataKey) |
void | removeMetadata (String metadataKey, Plugin owningPlugin) |
![]() | |
void | damage (double amount) |
void | _INVALID_damage (int amount) |
void | damage (double amount, Entity source) |
void | _INVALID_damage (int amount, Entity source) |
double | getHealth () |
int | _INVALID_getHealth () |
void | setHealth (double health) |
void | _INVALID_setHealth (int health) |
double | getMaxHealth () |
int | _INVALID_getMaxHealth () |
void | setMaxHealth (double health) |
void | _INVALID_setMaxHealth (int health) |
void | resetMaxHealth () |
![]() | |
public< T extends Projectile > T | launchProjectile (Class<?extends T > projectile) |
public< T extends Projectile > T | launchProjectile (Class<?extends T > projectile, Vector velocity) |
Represents a Squid.
Definition at line 6 of file Squid.java.