Exemple #1
0
 public static String getTextRaw(Sign sign, int line) {
   return getTextRaw(sign.get(SignData.class).get(), line);
 }