package com.laytonsmith.abstraction; /** * * @author jb_aero */ public interface MCVehicle extends MCEntity { // Look at ALL the functions! }