return options;
}
private void invokeCastEvents(Object player, PropPanel prop, Element playerElement)
{
final CastEvent castEvent = new CastEvent(prop);
for(Element child : Xml.loadChildElements(playerElement))
{
if("onCast".equals(child.getNodeName()))
{
String methodName = child.getTextContent().trim();