public void populate(Entity ent) { if (ent) { mInfoMenu.populate(ent); mInventoryMenu.populate(ent); mActionMenu.populate(ent); } }