|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface CommandMinecart
Method Summary | |
---|---|
String |
getCommand()
Gets the command that this CommandMinecart will run when activated. |
void |
setCommand(String command)
Sets the command that this CommandMinecart will run when activated. |
void |
setName(String name)
Sets the name of this CommandMinecart. |
Methods inherited from interface org.bukkit.entity.Minecart |
---|
_INVALID_getDamage, _INVALID_setDamage, getDamage, getDerailedVelocityMod, getFlyingVelocityMod, getMaxSpeed, isSlowWhenEmpty, setDamage, setDerailedVelocityMod, setFlyingVelocityMod, setMaxSpeed, setSlowWhenEmpty |
Methods inherited from interface org.bukkit.entity.Vehicle |
---|
getVelocity, setVelocity |
Methods inherited from interface org.bukkit.entity.Entity |
---|
eject, getEntityId, getFallDistance, getFireTicks, getLastDamageCause, getLocation, getLocation, getMaxFireTicks, getNearbyEntities, getPassenger, getServer, getTicksLived, getType, getUniqueId, getVehicle, getWorld, isDead, isEmpty, isInsideVehicle, isOnGround, isValid, leaveVehicle, playEffect, remove, setFallDistance, setFireTicks, setLastDamageCause, setPassenger, setTicksLived, teleport, teleport, teleport, teleport |
Methods inherited from interface org.bukkit.metadata.Metadatable |
---|
getMetadata, hasMetadata, removeMetadata, setMetadata |
Methods inherited from interface org.bukkit.command.CommandSender |
---|
getName, getServer, sendMessage, sendMessage |
Methods inherited from interface org.bukkit.permissions.Permissible |
---|
addAttachment, addAttachment, addAttachment, addAttachment, getEffectivePermissions, hasPermission, hasPermission, isPermissionSet, isPermissionSet, recalculatePermissions, removeAttachment |
Methods inherited from interface org.bukkit.permissions.ServerOperator |
---|
isOp, setOp |
Method Detail |
---|
String getCommand()
void setCommand(String command)
command
- Command that this CommandMinecart will run when
activated.void setName(String name)
name
- New name for this CommandMinecart.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |