All checks were successful
studiorailgun/highlevel-netcode-gen/pipeline/head This commit looks good
12 lines
450 B
Java
12 lines
450 B
Java
/**
|
|
* <p> (initially) Automatically generated </p>
|
|
* <p> Private constructor to enforce using the attach methods </p>
|
|
* <p>
|
|
* Constructor
|
|
* </p>
|
|
* @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;
|
|
} |