117118119120121122123124125126127
@Override protected boolean checkAttributeValues(ISourceLocation location, Collection<ICompilerProblem> problems) { if (skinClass.length() == 0) { problems.add(new EmbedNoSkinClassProblem(location)); return false; } return true; }