setParent method

void setParent(
  1. Entity parent
)

Implementation

void setParent(Entity parent) {
  this.parent = parent;
}