62636465666768
public Directional buildDirectional() { if (this.color == null) throw new IllegalStateException("color must be set"); return new Directional(this.color); }