Class ExprVehicle

All Implemented Interfaces:
Converter<org.bukkit.entity.Entity,​org.bukkit.entity.Entity>, Debuggable, Expression<org.bukkit.entity.Entity>, SyntaxElement

@Name("Vehicle") @Description({"The vehicle an entity is in, if any. This can actually be any entity, e.g. spider jockeys are skeletons that ride on a spider, so the spider is the \'vehicle\' of the skeleton.","See also: <a href=\'#ExprPassenger\'>passenger</a>"}) @Examples("vehicle of the player is a minecart") @Since("2.0") public class ExprVehicle extends SimplePropertyExpression<org.bukkit.entity.Entity,​org.bukkit.entity.Entity>