highlevel-netcode-gen/src/main/resources/btree/Constructor.java
austin af8e7cad75
All checks were successful
studiorailgun/highlevel-netcode-gen/pipeline/head This commit looks good
make constructors private
2024-09-22 11:22:24 -04:00

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;
}