カスタムフォントに関する Slick2D チュートリアルに従った後、初期化するための次のコードが提供されました。
titleFont.addAsciiGlyphs();
titleFont.addGlyphs(400, 600);
titleFont.getEffects().add(new ColorEffect()); //Type safety: The method add(Object) belongs to the raw type List. References to generic type List<E> should be parameterized
titleFont.loadGlyphs();
Eclipse は、その行にコメント付きの警告をスローします。3行目を置き換えて、Eclipseがそこに入れるように求めているものは何でも答えてください。