/** *
(initially) Automatically generated
*Private constructor to enforce using the attach methods
** Constructor *
* @param parent The parent entity of this tree * @param params Optional parameters that can be provided when attaching the tree. All custom data required for creating this tree should be passed in this varargs. */ private REPLACE_0_ME(Entity parent, Object ... params){ this.parent = parent; }