Bukkit-API
1.7.9-R0.2
The inofficial Bukkit-API
|
Additional Inherited Members | |
![]() | |
void | _INVALID_setDamage (int damage) |
void | setDamage (double damage) |
int | _INVALID_getDamage () |
double | getDamage () |
double | getMaxSpeed () |
void | setMaxSpeed (double speed) |
boolean | isSlowWhenEmpty () |
void | setSlowWhenEmpty (boolean slow) |
Vector | getFlyingVelocityMod () |
void | setFlyingVelocityMod (Vector flying) |
Vector | getDerailedVelocityMod () |
void | setDerailedVelocityMod (Vector derailed) |
![]() | |
Vector | getVelocity () |
void | setVelocity (Vector vel) |
![]() | |
Location | getLocation () |
Location | getLocation (Location loc) |
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) |
![]() | |
Inventory | getInventory () |
Represents a Minecart with a Hopper inside it
Definition at line 9 of file HopperMinecart.java.