Пример #1
0
 /**
  * Build a list of entity specific actions. <strong>NOTE: The first entry should be the
  * default.</strong>
  *
  * @param list The list to populate.
  */
 @Override
 protected void buildActions(final List<String> list) {
   super.buildActions(list);
   list.add(ActionType.USE.getRepresentation());
   list.add(ActionType.KNOCK.getRepresentation());
 }