124125126127128129130
/** * Creates a new instance of an item belonging to this module. */ @Override public DcObject createItem() { return new Container(); }