import java.awt.*; public class EntityLocomotive { public int Speed; public int Weight; public Color BodyColor; }