/** * Set the group of the entity. Same as World.setGroup(). * @param group of the entity. */ public void SetGroup(String group) { world.GetGroupManager().Set(group, this); }